News

So in this tutorial, we are going to use the TSOP1838 IR receiver to build an IR Remote Decoder using Arduino. The hex code for every button will be logged to Microsoft Excel Sheet. This simple IR ...
Ideally the RF Unit would have band decode IO signals available using some ... Hardware verson 2.1, Arduino library version 1.40. int counter = 0; #ifdef I2C_ENCODERS // This turns on support for ...
After making the LPC810 reading IR remote controls (www.elektor-labs.com/project/lpc810-as-ir-decoder.14053.html) I thought of another idea to use the little 8-pin ...
Allows two Arduino Nanos to communicate with each other via I2C. This project was created to demonstrate the I2C Decode function of an Oscilloscope. SPI Project Allows two Arduino Nanos to communicate ...
In our previous tutorial learned about SPI communication in Arduino. Today we will learn about another Serial Communication Protocol: I2C (Inter Integrated Circuits). Comparing I2C with SPI, I2C has ...
Necessity is the mother of invention, so he put together this I2C sniffer sketch for Arduino. The arduino will record what is going on for a set time interval, then dump the data via serial as a .csv.
This articles describes how you can use I2C (TWI) communication, Arduino and temperature sensors to measure 3 different temperatures. It can be very helpful when you want to measure the outside, ...
Furthermore, it can be controlled using the I2C bus and can decode stereo signals and radio data system (RDS). Because some hardware setup is required to build up a functioning radio, an Arduino can ...
After making the LPC810 reading IR remote controls (www.elektor-labs.com/project/lpc810-as-ir-decoder.14053.html) I thought of another idea to use the little 8-pin ...