ASM Debug Loop
Good day I really need your help, sorry but i don't know if this the right group I'm just new here. I'm having problem with my commands below here my desire output is like this, but it seems there's...
View ArticlePIC Hardware
Hi, I have found a great site, these guys have some cool kit for PICs, check them out, http://www.rkonlinestore.co.uk/ I have just got myself a RKPK40 Laters!:tongue:
View ArticleLego wire guided robot in PBP
Hi I build the following wire guidance sensor succesfully http://www.philohome.com/sensors/fil...uide-schem.gif I removed the D4,D5,D6 part and put a pullup to +5V on the collector of Q1 This is giving...
View Article0-60 vdc power supply controlled by pic 0-5vdc
Hi friends. I think i should give more detailed information. What I need is to uso a PIC microcontroller, so using 2 push-buttons, I can increase / decrease the voltage level from 0VDC to 60VDC. The...
View Articledummie joystick guide problem
Hello gentlemen, im new to the forum and dont really know much about usb or PBP3 so sorry for the may-be dumb question since i use HITECH-C i did all off the dummies guide stuff but in the end, it asks...
View Articleadc dac mirror ... how could be done?
Hello, I have a doubt that while I can not solve ... As I can do to reflect a pwm and a filter (resistor 1k and capacitor 1uf on the output pin of the pwm), I read the voltage with analog port ... pwm...
View ArticleEasiest way to get started with barebones PIC
Hey everyone, I just recently purchased MCSP and PBP hoping to program my PIC in BASIC. What's the easiest way to get started on something that's NOT a development board? I'm hoping to program for...
View ArticleADCIN Problems with PIC16F1783
Hi All, I am having no luck trying to configure AN0 on a PIC16F1783. My code is as follow: Code: ' Test results displayed on a 4 x 20 LCD display. ' Connect LCD D4 to RC4 (Pin 15) ' Connect LCD D5 to...
View ArticleWhich Programmer?
Hi All! I have a PICSTART PLUS programmer I have had for years and I love it! Now it has developed a strange problem after upgrading to Windows 7. You can erase a PIC, load your program in MPLAB it...
View ArticlePBP 2.60 and supported devices
what is the last version of PBP before PBP 3 is it 2.60 ? and is there a list of supported devices somewhere for that version ? e.g. PIC16F1508, PIC16F1933 parts like that thanks
View ArticleReceiving message to PIC through GSM modem
Hello every one, Can someone help me please? I have tried few ways but I can’t make it to work. I should add, I can send & receive sms as well. Even I can view received sms on lcd. But, I am not...
View Articlehelp with random pause times; PIC16f88
I'm working on a school project, and this is the first time the course has been taught at my small university. Naturally, the professor is from the Apollo age, and the TA isn't too much help. Using a...
View ArticleIbutton Protection Circuit (OneWire)
Thank you for reading this .. I a wondering about protection for the PIC port if I am using a Dallas iButton device. I have seen circuits using a 33R resistor in series and a FR107 Fast recover diode...
View ArticleLED ON and OFF with 2 Push button switches
Hi Guys I am new to picbasic. I wrote a small program to control a LED with 2 pushbutton switches. The one to switch it on and the other one to switch it off. I can get it to switch it one but when I...
View ArticleMPPT solar battery charger
I have built up a solar battery charger to be used in my Radio Ham station. It is used to keep charge a 27 AH 12 V SLA battery. The panel power is 50 watt for now. I am NOT a programmer or a software...
View Articlehow much space it takes up
Hi guys , I am fighting a space problem with program memory of the chip at 128k. several part of the program require GLCD to show strings menus which are currently formed as multi lookup tables I have...
View ArticleHow to setup pbp3 with MPLABX?
Could someone please point me in the right direction to some ACCURATE instructions on how to get the PBP3 compiler to be seen in MPLABX? I have googled for hours, and everything I find is 8.x, and none...
View ArticleCustom "Joystick" for Flight SIMS
Hello everyone, im half way through a project right now and i wouldnt be at this point if it wasnt for the kind people on this forum. im on a tight schedule with pbp3 so ill make time to give proper...
View ArticlePIC to PIC communication between 18F4620 & 10F202
Hello everyone, This is my first post here. I would appreciate if you could show my mistakes. I am trying to form a serial communication between 2 PICs: 18F4620 (Let's call this one A) and 10F202 (B)...
View ArticleI have a headache.....INPUT anyone?
Could someone please enlighten me as to why this doesn't work on a PIC16F688? DEFINE OSC 4 led1 var porta.2 led2 var portc.2 onoff var word sig var word p0 var word trisa.2 = 0 trisc.2 = 0 trisc.3 = 1...
View Article