RFID RDM6300 Code.. Sample ?? Anyone ??
Hi Thank you for readingÂ…. I have recently got my self some of these to play with.. RDM630(0) Em4100 Serial Output http://imall.iteadstudio.com/im120618002.html Question :- There seems to be a lack of...
View Article16f818 from 16f628a
Hi.... Help !!!! Have just ported a program fom 16f628 to 16f818 but nw it wont go.... reason for porting was needing faster clock speed 818 can go at 20Megs 628 only 4 ! having spent morning getting...
View ArticleDefinning a VAR for Different Register Bits
Hi all, I'm playing with a multiplexed LCD display that has 4 commons. The PIC that I'm using is the 16F1939. This PIC has a bunch of registers to set the segments in the LCD either on or off. Here are...
View ArticleBasic stamp code does not works.
Hello. I have the following basic stamp code: Code: ' {$STAMP BS2} ' {$PBASIC 2.5} MXCS PIN 0 MXSO PIN 1 MXSCLK PIN 2 degCouple VAR Word degCinternal VAR Word TCtemp1 VAR Word TCtemp0 VAR Word faults...
View ArticleCan MCSPX be used with Arduinos?
I was reading in SERVO magazine an article about using Great Cow Basic compiler to write code in basic for Arduino. Since I'm already familiar with the Pic Basic Pro, I was wondering if this could be...
View ArticleNeoPixels with PicBASIC: a working solution
Hello everyone, I thought it would be appropriate to start a new thread. In the original thread I posted 127934 a link about a tutorial how to use NeoPixels on a PIC. I converted it to PicBASIC with a...
View ArticleQuestions about using the A to D
Hi all! Okay so before some one tells me to read the manual the manual only gives a few "guidelines" and nothing in depth. For example it says the ADC_CLOCK can be a value of 2-5 bits and the default...
View ArticleSingle Button Menus and 4 Line LCDs
Hi all Been helped a lot here over the years so time to hopefully do a bit. A Menu on one display and only one button to select. I build Audio Tube Amps. The latest effort has over a grand of 300B...
View Article18F47J53 ADCON Setting
Hi All, Please see code below, I have it hooked it up to a Bluetooth device and it is working great, not sure about the A/D routine and whether I got it set correctly and reading the correct values,...
View ArticleTrouble with DS1307 battery backup
I am currently working with a DS1307 RTC ('877A and I2C). All is well reading, writing, and displaying result to a typical LCD. The difficulty comes when using a battery (2032 Lithium coin) to backup...
View ArticleDual PWM's using 12F683? Failure, Suggestions?
Ive got a project that has some issues, what the project is suppose to do is have 2 pots that control 2 FET's via Software or Hardware PWM's to control LED light strings. Here is the results Trial 1 -...
View ArticleTruth Tables in PBP
Hey Everyone- I have queried this forum and have not found much in this area. I am attempting to 'clone' a logic board which cannot be purchased any longer and is no longer supported for a client. I...
View ArticleA to D reading confusion
Hi All! So I have my PIC doing the A to D conversion and the reading is strange! With a volt meter I know the voltage is .441 volts. This should give a value of 362. The value I get is 582 which would...
View Articlepic 16f688
Hello every body: I just joint the forum. Switching now slowly over from Basic Stamp 2 to the pick micro. I have Basic pro Gold . I have programmed some 12f683 successful. However I started now with...
View ArticlePWM on PORTG pin 3 on a 18F67k22
Hi guys , i am trying the get PWM (CCP4) output to work on PortG.3 of the 18F67k22 series what i am seeing so far is that the port seems to put out some pulses then stops , so it seems that i have part...
View Articlepic 16f688
Hello every body: I just joint the forum. Switching now slowly over from Basic Stamp 2 to the pick micro. I have Basic pro Gold . I have programmed some 12f683 successful. However I started now with...
View ArticleCHEAP wifi modules, at last!
Couldnt decide where this post should go, but I thought Ethernet would be appropriate. Has anybody noticed this new gem yet? http://hackaday.com/2014/08/26/new-c...-module-its-5/ Seems very easy to...
View ArticleUm, where's Melanie.
Just had a thought. What happened to Melanie? Haven't seen anything from her in years.
View Article18F14K50, PORT C as outputs
Maybe this is a stupid question, already answered before, but I could not find the answer... I am trying to use PORTC of a PIC18F14K50 as outputs. To do so, I use: ANSEL = 0 ANSELH= 0 TRISC = 0 PORTC =...
View ArticleConfig help
I need to use a crystal of 12 MHz for my project,I read the PBP manual and it state that if the crystal is beyond 4Mhz ,a HS config must be set or the MCU may not work,But they are very limited...
View Article