#discord told me to start a thread
1 messages · Page 1 of 1 (latest)
aahh, very cool. it worked fine with no additional translations and just regular ol english. that's interesting to have to consider language in a microcontroller but I guess REPL is a thing that requires internationalization....so weird coming into circuit/micropython thinking from arduino. good to know it can fit more function.
just want to ask, is it buggy or relatively stable?
pulseio or the xiao port?
well my question was intended for just the pulseio on the xiao but i suppose now i'm all eared to any bugs I should be looking for lol
pulseio on the xiao is going to be just as good as on any SAMD21 board. https://github.com/adafruit/circuitpython/issues?q=is%3Aissue+is%3Aopen+pulseio. Note some of those issues are not on the SAMD21. It depends on what you are doing with it.
PulseIn or PulseOut?
Umm, trying to make a remote control for someone with a pretty severe disability
Please try it, it should work.
just trying to find some guides 🙂 I might have to do it on a pi pico for the extra GPIO. I'm having it cycle through multiple options and it's going to be triggered on a single switch. so basically cycle through modes like "channel up/down/volume up/down/mute/power" and then just sort of stop for a while.
this is my first coding project so I'm a little overwhelmed but the guides are there. A little upset because I already had issues that I can't figure out with an older Samsung in my building but it works fine with the samsung in my OT lab
anywho, thank you!
need to go look for ways to send IR commands with circuitpython.