ESP8266 Memory Upgrade
So you bought an ESP8266 and you are stuck with AT_v0.22 because your module has only 512kB? Well, not any more! If your are like me and want to use your ESP8266 has is and not try to learn LUA then...
View ArticleA/D Conversion Clock Select bits confussion ..
Hello everyone .. For a long time I've been struggling with these settings ... When one would like to perform an ADC reading what kind of settings he must add into his code ? As far as I read the...
View ArticleCompiler/assembler problems preventing a simple change
I have been trying to fix an issue with some PBP code that was originally compiled with PBP 2.60A. When I compile the code with PBP 2.60A, I can burn it onto the chip (an 18F4520), but it doesn't do...
View ArticleADC with independant GND and Vref
Hello, I'm wondering if it is possible to implement an ADC knowing the analog input has no connection to the PIC's VDD & VSS. Is this possible?
View Articlemplabx and dt ints 18
can any of the few that can get mplabx to work with pbp3 get anything to compile with dt ints included, I get this Code: make[2]: Entering directory `C:/Users/rc/Documents/PBP3/flash/flash.X' gnumkdir...
View ArticleI2C Ping program
This program tests every valid 8bit write address connected to the I2C bus. - Confirms you have your connections correct - Confirms your pull-ups are correct - Tells you what your I2C address is. I...
View ArticleIssue with long var types
Hi all, I am starting a new project using pic18F47J53 and thought I would try long vars rather than using div32. Compiler version is PBPX 3.0.8.4, on Win7 64 bit laptop, I have selected "use compiler...
View ArticleError[128] Help!
Hello everyone, i've made a simple program to drive LDC display and this happens: Error[128] g:\pickit~1\pic\pbp247\pbppic14.lib 2945: Missing Argument(s) Any similar experiences? :/
View ArticleDHT22 interface problem
Hi, I'm trying to get response from DHT22 sensor with PIC12F675, but something is wrong... Here is my code: Code: #CONFIG __config _HS_OSC & _WDT_OFF & _CP_OFF & _MCLRE_OFF &...
View ArticleStrange Variable Issue ...
Hello everyone .. I'm having a very very interesting problem with my code ... I'm trying to understand the basics of a Enhanced Asynchronous communication but in the code there is a line that drives me...
View ArticleSimple question about While Wend...
I have been trying for a while to get this simple code to work. Can someone tell me why it won't? Thanks, Don while porta.2 <> 0 wend high portb.6 porta.2 has pullup installed but led on portb.6...
View ArticleTemperature Indicator Usage
Hello ; I'm trying to use the built in temperature sense function of PIC16F1827 but so far I haven't had any luck with that .. All I have tried to do is reading the RAW ADC value of the silicon die...
View ArticleHelp with GOSUB
Hi. First time post here. I'm using PIC Basic Pro, MPLAB ASSEM and a PIC16F870. Need some help with the GOSUB in my code. I'm telling a Compact Flash card that I want to read 256 sectors and then pulse...
View ArticleDo I need an oscillator?
Hello All, I haven't finalized the design, but I'm thinking I will be using the 16F819. I have a module that I'm making that will do certain functions when certain inputs are activated, but I wanted to...
View ArticleContinuous Read Op. From EEPROM
Hello ; A question digging my mind for a long time .. I'm aware of that a continous EEPROM write ops to a PIC uC is not recommended since it's got a limitation stated in the datasheets varying between...
View ArticleNokia 3310 Custom size characters
Hi, my English speech is not very well, so I hope that you understand me. I want to ask, how to do custom size characters and how to make custom design like this: Attachment 7951 Attached Images
View ArticlePrototyping PCB Service From SysPCB
Shenzhen SysPCB was found in 2006, we are pcb manufacturer in Shenzhen China, Our total investment is 2.5 million USD, plant area 17000sqM with more than 800 employees. We focus on the manufacturing of...
View ArticleBought this RF modules
hello http://www.dx.com/pt/p/rf1100-232-cc...Q#.VbtNY_NViko Bought this RF modules is working there are times that he forgets the configurations have to connect the PC to reconfigure all how could I...
View ArticleUsercommand macro generator
I was playing first time with USERCOMMAND today. And there are great extension, but they require a lot of typing if you want to support all variable types. For usercommand with 1 input variable you...
View ArticleHigh quality TFT/OLED color graphics (including movies) for 8-bit PICs/PBP
Using serial commands (SEROUT or HSEROUT) only. Command Set Reference PDF. Some examples of 4d displays and what they can do.
View Article