-
Recent Posts
- PIC32MX220 USB project demo code
- PIC32MX220 demo board Gerber files
- PIC32MX220 demo project – delay using the 32-bit Core Timer
- PIC32MX220F032B demo code – input change notification interrupt
- Second PIC32MX220F032B demo code – how to read input from push button
- First PIC32MX220F032B demo code – flashing an LED
- Self-made development board for the 32-bit PIC32MX220F032B Microcontroller
- Microchip Introduces Smallest, Lowest-Cost PIC32 Microcontrollers
- Wireless data transmission between two PIC microcontrollers using low-cost RF modules
- Low cost temperature data logger using PIC and Processing
Categories
- Electric car history (1)
- Links (1)
- MCU – Development kits (4)
- MCU – LCD (1)
- MCU – Market news (2)
- MCU – Measurement (3)
- MCU – Play sound (3)
- MCU – Programming (1)
- MCU – Projects (4)
- MCU – RS232 communication (1)
- MCU – USB communication (4)
- MCU – Wireless communication (1)
- PIC32 projects (6)
- Uncategorized (1)
Tags
Meta
Category Archives: MCU – Projects
PIC32MX220F032B demo code – input change notification interrupt
The PIC32MX1XX/2XX interrupt module includes the following features – up to 64 interrupt sources, single and multi-vector mode operations, seven priority levels with four subpriority levels within each priority. The input change notification function of the I/O ports allows PIC32MX220 … Continue reading
Posted in MCU - Projects, PIC32 projects
Tagged Interrupts, Microchip, PIC32, PIC32MX2, PIC32MX220F032B
Leave a comment
First PIC32MX220F032B demo code – flashing an LED
This is simple test project for the PIC32MX220 MCU. While this code looks very simple, it is the best project to start study microcontroller. I tested this code on my “self-made” board. LED is connected to port pin RB15; it … Continue reading
Posted in MCU - Projects, PIC32 projects
Tagged code example, microcontroller, PIC32, PIC32MX2, PIC32MX220F032B
Leave a comment
Low cost temperature data logger using PIC and Processing
This project describes an easy and inexpensive way of adding a digital thermometer and data logging feature to a PC. It involves a PIC microcontroller that gets the surrounding temperature information from the Microchip MCP9701 sensor, and sends it to … Continue reading
Posted in MCU - Measurement, MCU - Projects
Tagged microcontroller, PIC, Temperature, USB
Leave a comment
Portable GPS Data Logger
The function of the GPS Data Logger is quite simple. It receives the data in format of NMEA-0183 that sent from GPS receiver continuously, stores it to the MicroSD card and nothing else. When power is on, initialize the GPS receiver … Continue reading