Zach is working on a RFID project using the RDM6300 RFID to UART module and a PIC 18 development board. Once I verified that I could receive a single card’s data, I set up a demo with three RFID tags programmed into the PIC so that it would toggle an LED based on which card […]
Tag Archives: PIC18
App note: Implementing PID on PIC18 microcontrollers
PID is implemented when a precise way is needed to drive an external device that provides feedback. Heaters with temperature sensors, and servo motors are examples where PID is used. This app note by Microchip gives instructions how to implement PID control in PIC18 projects. Basic terms are explained inside the document as well as […]
