Single PIC to Blink 5 LEDs Independently?
I'm in the final stages of a project I've been working off-and-on for the past 8 months. The final stage before submitting my board is to see if I can reduce the number of components by combining...
View ArticleSerin,Serout Problem
Hello! I am a Newbie on programming Micros. I have a PIC 16F84 an wrote a littele Program. This is my Programm: INCLUDE "modedefs.bas" B0 var byte a var byte SI var PORTB.7 start: SERIN si,T2400,B0 if...
View ArticleInterfacing with Arduino I2C LCD
I bought one of these Arduino I2C 20x4 LCD modules. I got the LCD module in today. It has a slightly different back board, but that's not a bad thing. They extended the A0, A1 & A2 slave address...
View ArticleSpecial Characters in MicroCode IDE?
Is there any way to print special characters (daggers, footnote markers, symbols) in MicroCode IDE? Thanks.
View ArticleStrange I2C and serial behaviour.......
Hi all, I am using an 18F2820 clocked at 20 MHz, connected to an ADXL345 accelerometer and reading it as fast as I can and pushing the data out on the USART and looping back for more data. Code is as...
View ArticleRtcc
I have not programmed a pic for several years. I want to use a 18F46J11 and I want to use the on chip RTCC as a free running 1 sec timer with the RB1 port giving me every sec an output (0.5s on 0.5s...
View ArticlePBP3 Long setup
Hi all, I'm just getting started with PBP3(I've used 2.47 in the past) and it's been a while since I've programmed. I was trying to use the LONG feature for my 18F2331. Where/how exactly do I enter the...
View ArticleVDIP1 Command List
I'm interested in buying a VDIP1 so I can read some .txt files via pic chip, but I can't seem to find a list of commands to control the VDIP1 anywhere I look. I've seen things like "MKD" (make...
View ArticleAnalog In for 16F88 with IR Sensor.
I'm having difficulty getting the following code to work. I have it wired such that the Sensor (QRE1113 Sparkfun) inputs to RA1/AN1, and outputs to a LED on RB4. I have verified the functionality with...
View ArticleUsing Walter's Servo PWM encode / decode code
I have an application similar this. Based on the readings from 3 channels (1, 3 and 5) of a FutabaR617FS receiver I need to decide if I should output one receiver channel (3) or an artificially...
View Articleread or write word vars
Hello, I need to save a word var that i receive trought serial communication on the pic eeprom With byte vars i use like: write 12, $80 If i need to write to or read from the eeprom the value 1234 how...
View Article