Questions tagged [pic24f]
The pic24f tag has no summary.
10 questions
2
votes
0
answers
80
views
How to read a temperature diode on the PIC24FV32KA301
I am unsuccessfully trying to read the temperature diode on a PIC24FV32KA301 using the temperature sensing diode as described in section 8 of this document. The data sheet provides a temperature vs ...
0
votes
2
answers
84
views
What type of registers/timers do PIC MCUs use?
Timer1 has the following features:
16-bit timer/counter register pair
(TMR1H:TMR1L)
What I can't understand is that I couldn't find on the Internet what actual sequential circuit is hiding beneath ...
0
votes
0
answers
141
views
PIC24FJ128GA110 programming for I2C
I want to make a PIC24FJ128GA110 communicate via I2C on an ADC Maxim MAX11603. I am really new to PIC programming.
I tried to initialize the I2C2 bus (will join my functions) so I can get an SCL ...
0
votes
1
answer
93
views
MCU Built-in Pull Down
I'm using a Microchip PIC24FJ1024GA606.
I have two versions of my PCB and I am using a pin to identify the hardware revisions. On Version 1, the pin is unused and on version 2, the pin is connected to ...
0
votes
0
answers
154
views
USB host driver for PL2303 with Microchip USB stack
My goal of the project is to establish communication between
PIC24FJ32GU202(USB host) <--> PL2303SA(USB device).
I have configured the PIC24 as USB host and with help from examples, MCU can ...
0
votes
2
answers
92
views
How to package pressure, temperature and humidity data for UPD/TCP?
I'm using a Microchip RN1810 wifi module to learn about how to send data (from a PIC24F32KA302) using ethernet /wifi to another device like my windows 10 PC. I'm reading the pressure, temperature and ...
1
vote
1
answer
823
views
Different voltage differences for a UART signal (when tested from one microcontroller, vs when tested between two microcontrollers)
I have a question regarding UART signals.
I am doing a project where I press a pushbutton (BTN0, BTN1, BTN2) it registers at a microcontroller (MSP430FR6989), transmits a signal to another ...
5
votes
2
answers
2k
views
Having a problem programming the UART and the PPS for my PIC24F
I want to do a simple project with my PIC24FJ1024GB610, where I use the UART1 module and transmit character 'a', the Transmitter pin is connected to the Receiver pin of the PIC24F, if the receiver ...
0
votes
0
answers
547
views
Programming a UART for PIC24F, can't write the character into the Transmit Buffer
I want to create a simple program that transmits a signal from my UART module of my PIC24FJ1024GB610 microcontroller from Microchip.
I am using UART1, 8 bits, No parity, and one Stop bit.
According ...
1
vote
0
answers
71
views
My Square Wave from my PIC24F got twice the intended period
I am doing a program where I am toggling an LED at a PIC24F Development Board an Explorer 16/32 development board with a PIC24FJ1024GB610 microcontroller attached to it.
Explorer 16/32 got an LED (D3)...