timer0 10ms setting check
HI guys , i transfer some code from another processor which from the data sheet hs the same registers but seem to be getting a 20ms timer0 , not a 10ms interupt all looks correct but it cant be , can...
View ArticleSomeone trying to hack my account?
I keep getting notifications that someone is trying to get into my account. Every few months or so I get an email from lester.wilson@gmail.com saying that someone from 188.138.1.229 is has failed to...
View ArticleError Compiling with PbP 3
Hello Guys ! Finally, I got my PbP 3 License last week. I have just installed it in my notebook and tryed to compile an old source code designed for 16F877A. My source code is using the Darrell's...
View ArticleUSART2 setting for 1MHzCPU + 4PLL
Hi guys this is new one for me i normally have run the cpus at 32Mhz or 64Mhz and the setting i have for the USART2 at those speeds has worked fine in the past and work on this device when i set it up...
View ArticleProgram 3 PICs using one PICKIT 3. Possible?
Hi All, I have a project where there are 3 818's on the same PCB, and with the same software. Has anyone tried programming multiple devices, at the same time using a Pickit 3? Regards Bob.
View ArticleMajor problem after PC crash
Slightly off toppic, but related to PBP installation. My PC suffered a crash at the weekend - mainly corrupted file structure, but as a result I've purchased a new drive and started from fresh. I've...
View ArticlePIC 18F device suggestion.
Hello Guys ! I have an old non-commercial project running on a 16F877 @ 4mhz and a 4x20 lcd. The project is based on Darrel's interrupts libraries, with the following configuration : TMR0 as a pulse...
View ArticleUsing external EEprom - need a little guidance
Guys, having a blonde moment here.... I want to save data to an external chip, a 24c256 EEPROM, but I can't seem to make it work the way I currently save data to the flash in the PIC. Using a DS1307...
View ArticleTake this action when these numbers are reached. How?
Is there a way to select an action when a specific number is reached in a counter? For example, if I write: Code: counter = 0 loophere: Â if counter = 21 then counter = 0 counter = counter + 1 pause 100...
View ArticleWeird reboot & Halt
Hello dear friends, In brief, I use 16F877A for running a long program (approximately over 7800 words) and I use these numbers of variables at my prog: 15 variables as WORD. 26 variables as BYTE....
View ArticleDEFINE OSC for 31 khz
Hello everyone Is there a way to run a pic at 31khz osc with picbasic pro ? As far as I read the user manual , the compiler allows only minimum 3 Mhz define osc setting ... I need that osc speed for...
View ArticleHow many AND / OR are accepted ?
good day , I have a very simple qestion regarding the number of AND and OR can be put in the " if " control under PicbasicPro. Eg.: if (a>b) AND (c>d ) AND (e>f) AND (g>h) AND (i>l ) AND...
View Articlesms alert
dear.. i have sms aler project hardware and code.it's working stating time and 2 or 3 hours then not working .please help me. wavecom M1206B modem and max232 circuit.(for max 232 circuit 16v/10uf...
View ArticleBig thank you to TABSoft
Guys, I just wanted to let you guys into a little secret. TabSoft has been assisting me in upgrading an old project, both on the board, and more often, off board via e-mail. Without his help and...
View ArticleWDT times not as expected 18f46k80
hi guys i am trying to find why the WDT timeout is not as i am expecting as i understand it the WDT sends a 4ms pulse originated from the 31Khz osc to the post scaler and gives 4ms x postscaller when...
View ArticleEmulating SPI rom with PICbasic pro?
Hello. I want to emulate SPI rom with PIC, to test various things. The original device works as follows - on power up, it is queried and 32 bytes read. I know that we can work with SHIFTOUT do...
View ArticleSimulation newbie, any pointers?
Hi, can anyone give me a jumpstart primer on doing simulation for PBP3 ? i downloaded the OshOnSoft PIC16 IDE eval and gave it a very quick spin, modified a real program to run to a certain early point...
View ArticleHere is how I use an ESP8266 with PushingBox and ThingSpeak services
Hi group! Here is how I use an ESP8266 with PBP. In the attached example I show you how to use PushingBox and ThingSpeak services. I'm sorry it's not a full working project. This example suppose you...
View ArticleSSD1306 Include example
Just finished an Include for the SSD1306 mono graphics display. No graphics just text. Best part is that it fits within a 4K chip. Tested on 2 different displays. If you can't get it to work I would...
View Article