Search results for: 'Proto'
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...
-
Introduction RFID, which stands for radio frequency identification, enables data reading and identification of unique tags using radio waves. RFID modules operate on specific frequencies, requiring tags that match the reader module's frequency. In this article, we will design and implement a simple identification system using a 125KHz RFID module and the Wiegand protocol. Tip While the RFID module used in this article shares similarities in shape and structure with the RDM6300 RFID reader m...
Show
per page