Microchip Technology is an IC manufacturer, best known for its extensive range of PIC microcontrollers, but also memory and analog function ICs.
4
votes
2answers
281 views
I need help matching parts
Link1: http://ww1.microchip.com/downloads/en/appnotes/00954A.pdf
Link2: http://arduino.cc/playground/Code/ACPhaseControl
Simple version: I want to use a picMicro 5v microcontroller combined with the ...
6
votes
1answer
144 views
dsPIC chips running at a fraction of normal speed
I have two PCBs. One has a dsPIC30F6012a, the other a dsPIC30F6015. Both are being programmed from separate standalone HEX projects in MPLAB X, using a PICkit 3. Both firmwares have been applied to ...
3
votes
1answer
157 views
MCP6N11 reference voltage problem
I am using the MCP6N11-010 in a current sensing circuit (Battery charger). i would like the output of the INA to show the difference in inputs starting from 0v going up to VDD but cant seem to get the ...
0
votes
0answers
14 views
SPI based WiFi support for SSV module DNP/9200
I am using Embedded SSV module DNP/9200 in my current project of an Ethernet gateway. I am using the TCP/IP stack by SSV with kernel 2.6. Now I want to support WiFi for this product using the ...
0
votes
0answers
88 views
RF Link with APC220 between two PIC16F877's
I am attempting to communicate through a RF link between two PIC16F877's using APC220 Radio Transients. When the PIC UART's are connected with wires between TX and RX they communicate just fine, but ...
0
votes
0answers
71 views
Data loss between parsing and displaying on an 8 by 2 LCD
I'm trying to display strings that are larger than eight characters on the top row of am 8 by 2 LCD by making them scroll across the screen. I'm using a PIC16f1936 microcontroller and MPlab x IDE.
...
0
votes
0answers
137 views
Compare result from UART
I am using an UART connection to a WiFi module.
The module uses commands to be configured.
I want to check the response of the module ("AOK") to know if the commands are interpreted correctly.
My ...