Search results for: 'two arduinos i2c'
Show
per page
-
Overview Sometimes in electronic projects, you need to use two or more microcontrollers in your circuit at the same time. Normally, these microcontrollers are connected to each other and keep transmitting data with one another. The transmitting of data between two or more microcontrollers can be done with several communication protocols such as SPI, UART, CAN, USB, etc. Another one which we will be covering here in this tutorial is I2C (Inter-Integrated Circuit) protocol. Using this protocol, one of the mi...
Show
per page