Controllers

By Loru, 19 July, 2018
Forums

Hi everyone!

I open this thread to talk and definitely find a final product, a final EARmitter. Lots of questions, sort of controllers and devices but I would like to create the ultimate one.

WHAT?

Our own EARmitter (v1.0).

By Mousie, 21 December, 2016
Forums

This is the board that I learned how to control GwtS/MwM devices and learn Arduino in general so it's near and dear to my heart. My original is limping along from abuse but I'm still using it for development. I picked it up from Radioshack for ~$20 but you can find them cheaper online. These work perfectly for recording and transmitting at the same time while debugging thanks to onboard USB and a separate UART. While some people don't like the ATMega32u4 chips because of certain little bugs, I've learned how to work around them and the features outweigh the pains.

By Mousie, 21 December, 2016
Forums

Depending on your needs, an ATTiny85 or other similar MCU might be all you need. The ATTiny85 doesn't have a UART but it does have SPI. In my library, I use pin #1 for IR output but that's SPI output on this chip. I don't have experience using SPI so I don't know if that is an issue, I can assume we can disable SPI on that pin or it might not even be any issue as is. Given all of this, we can either use this as a standalone device or as a GwtS/MwM endpoint transmitter with commands sent over SPI.