Clock question
I have a question about an RTC clock. Before everyone jumps on and says there is lots of code please read my whole rant, er question. So, I'm designing an incubator that needs to log temperature and...
View ArticleGLCD / OLED serial displays
Up until now I've used 16 x 2 and 20 x 4 LCD displays in my projects. Recently I used a 128 x 64 GLCD which used a BV4615 daughter board which handled the drawing on the screen, and allowed the screen...
View Articleerror message
Im setting up PBP and MPLAB on an older laptop windows 7 home edition Im getting error ERROR: Unable to execute mpasmwin.Error[118] Im not sure where to start ?
View ArticleTrying to stay on wifi network
I have a board set up which is attached to an Microchip wifi module MRF24WGOMA. The project is for this to receive a signal. On some networks, if it sits too long, the access point kicks it off the...
View ArticleAn easy way to get bits to byte
Hi guys i seem to recall there was a simply way to do this but i cant recall how number is stored as 3 bits to represent 0 -7 value as part of a stored byte i need display byte to be a bit...
View ArticleOn Screen Displays?
Hi All! I thought maybe I would re-visit this question about finding an on screen display / character generator that has color characters. It would seem with all the drones out there someone must be...
View ArticleHC-12 error correction
Hi to all in this forum, I am using the HC-12 serial on 433 mhz . Port rate is 9600 8 n 1 and the HC-12 is set as per default. The rig works but at distance of about 50 meters i do have errors. How...
View ArticlePIC12F157 possible support/replacement
I'm interested in using the 12F157 as it is a low cost 8 pin chip with 3 HPWM's on it. However it doesn't appear to be supported by PICBASIC. Is there a comparable chip that is supported, or is it...
View ArticleDT_INTS-14 (Blinky Light) Help ?
Hi All I have a little bit of code running on a 16f688 all running great.... I have since added DT's blinky Light code, I have used before all good.... But this time I am losing my Digital Output port...
View ArticleRS232 with multiple slaves
Hi I want all the slaves to receive the same bytes sent by the master using RS-232 at 2400 baud, no communication from the slaves are needed. I know that RS-232 communication are not supposed to be...
View ArticleTruncated Core Size Messages For 18F26K22 ?
Hello everyone .. Today I've realised an interesting problem with Microcode IDE .. Yesterday I purchased two 18F26K22 MCUs to play with ... Until today with 16F series I've always been warned by the...
View Articlesrange warning
Hi all! Can anyone explain why and how such a warning is possible: Warning[219] C:\pbp\pbppi14e.lib 937 : Invalid RAM location specified. :disturbed: I have commented out a lot but can't figure out...
View ArticleKeeloq Encoder example code
Hi. I am trying to make a Keeloq encoder in software but my approach seems wrong I guess. I have an assembly code that is used to decode the encrypted data and though that if I use this routine on the...
View ArticleSerial WiFi module
Hi Guys :) I ordered a couple of these cheap all in one wifi modules today: http://www.ebay.com.au/itm/Serial-Wi...QAAOSwm8VU0BGp Im wondering has anyone here used them, and perhaps have any code to...
View ArticleHow to enable two interrupts?
Hi, I have one interrupt working but now would like to enable a second. The first one is a Timer2 match interrupt. The Pic is a 16f1829. I use other Pics in this same family as well. They all operate...
View ArticleSerial help
I have acquired one of THESE for a project. I was out of I/O lines, and need a 4-digit display. This seemed like a great idea, since I only need the SEROUT2 command and one pin (I'm using the hardware...
View Article16F1828 HPWM and ADC
Hi guys, I have a strange problem with 16F1828 . So, I want to use AN6 (PORTC.2) to read a variable from 5k potentiometer . In main program if I use only HPWM2 , all works ok. If I add HPWM1 , on AN6...
View ArticleConverting HSERIN Data to Number
I'm using USART to pass info from one PIC to another. On the slave PIC, I want to read an incoming data stream which will tell me what PWM duty cycle to set on the slave's CCP module. The format of the...
View ArticlePort settings - 18F4620
Guy's I'm a bit rusty, can someone confirm that the following settings turns off all analogue settings and makes port A digital Code: ;----[Analog...
View ArticleCCP2 troubles with 18F4620
I have successfully used this code with an 18F2221 and it worked fine, and as far as I can tell everything is configured to work with the 18F4620 but I can not get usable results from the CCP2 input....
View Article