LCD code makes no sense
Here is a page that has code to run the LCD with PBP. I have no experince with LCDOUT so looking for decent tutorials (aren't any really). http://melabs.com/samples/PBP-mixed/lcd.htm Huh ? ! It has a...
View ArticleMPLABX shows PBP Plugin Update; Won't Install
Hi - I have MPLABX 3.55 with PBP Plugin 3.1.0.1 installed. Every time I open MPLABX it announces that an update to the PBP Plugin is available. It says: "The following plugins will be updated: PBP Tool...
View Articlesome problem with a pic adc
i try to work with the adc (12bit) of the pic16f1786. My settings are as follows: ANSELA = %00010111 ADCON0 = %01111101 ' Using 12 Bit, Fixed Voltage reference ADCON1 = %11110011 ' 2's Compliment, FRC,...
View ArticleNeed suggestions for passing audio signals with a microcontroller
Hello, I want to replace expansive multi-deck rotary switches with a micro-controller and digitally controlled (i2C or ISP) analog switches. It will be used in a vintage (1972) discreet transistor...
View ArticleMQ-7 Sensor
Looking for a Code Example to use with a MQ-7 (Carbon Monoxide Sensor) to control the heater. Vh should be at 1.5V + or - 0.1v low voltage when detecting CO and at 5v + or - 0.1v when not detecting. I...
View ArticleTesting Bits in variables..
Am I missing something here? I have a declared word variable and byte variable. Why can't I test bits in the word variable using the byte variable as the pointer? Count1 being 0-9 in this example. I...
View ArticleParsing strings received serially.
Hi guys, I Havent used PBP for quite a while, and I'm afraid my memory is getting rusty. I need some help with string parsing. I get a stream of data over the serial port in the format !Vxx=yy$ Where,...
View ArticleProgramming PIC18f45k20
I try to use the PIC18f45k20 for my next project,I need the LONG variable of the device supported,I'm using the TQFP version and try to use the PICKIT 3 to program it,how do I connect the pickit 3 LVP...
View ArticleA little HELP!!
Okay so I am still struggling with this code. In television there are three forms of video standards for different parts of the world. There is NTSC, which is the American standard, PAL a European...
View Articlesome problem with a pic adc
i try to work with the adc (12bit) of the pic16f1786. My settings are as follows: ANSELA = %00010111 ADCON0 = %01111101 ' Using 12 Bit, Fixed Voltage reference ADCON1 = %11110011 ' 2's Compliment, FRC,...
View ArticleNeed suggestions for passing audio signals with a microcontroller
Hello, I want to replace expansive multi-deck rotary switches with a micro-controller and digitally controlled (i2C or ISP) analog switches. It will be used in a vintage (1972) discreet transistor...
View Article