News

Quick, how do you wire up an SPI bus between a microcontroller and a peripheral? SCK goes to SCK, MISO goes to MISO, and MOSI goes to MOSI, right? Yeah. You’ll need to throw in a chip select … ...
To prevent data corruption when using multiple SPI devices on the same bus, care must be taken to ensure that they are only accessed from within the main loop, or from the interrupt routine, never … ...
This little guy, while simple in nature, acts as a fully functional (and portable) keypad on the go! It comes with two main programs, and it connects easily to your Arduino. It can be used to: 1 ...