Deal on a 1.8" 160x128 Color LCD @ US $9.99
Hello group, I want to share with you a deal on a 1.8" 160x128 Color LCD @ US $9.99: http://www.digole.com/index.php?productID=1189 It's a pre-order deal. I do use these displays because they come with...
View Articlecapacitive touch switch manufacture methods for limited production
H Guys, I am investigating the methods for production of a capacitve touch switchs that are done in the MATTE PET with the same finish / looks for standard selfhesive MAtrix keyboard in general the...
View Articleexample of capacitive sensor example for 18fxxK22 series
Hi Guys looking for a an example for capacitive touch switch using the register setup for the 18f series of the CTMU registers looking to toggle an output after touching for a certain time regards...
View Articleuv set solder mask , how do i get a good result ?
I bought some uv set solder mask http://www.ebay.com/itm/New-10cc-UV-...-/371198380554 these are the instructions I received Quote: Features: 100% Brand New High Quality 10ml UV green paint. Features...
View ArticleDefective ESP-07
Hello group! I bought 2 ESP-07 and they were not working. After a little Googling I've found a thread that has been updated today: http://www.esp8266.com/viewtopic.php?f=6&t=811&start=40#p8259...
View ArticleSetting latx instead of portx before trisx
Hi. To initialize my ports I have always done something like this: 'set all pins on portb high portb = %11111111 'set all pins on portb to outputs trisb = %11111111 A couple of days ago I just realised...
View ArticleDetection of 1 wire device
I have a single 18B20 temp sensor and read the device using the code below Code: 'Get and display the temperature GIE = 0 OWOUT DQ, 1, [$CC, $44] ' Start temperature conversion OWOUT DQ,...
View Articledefines values for 2nd / 3rd serial ports
hi guys , was wondering what the define values would be for the 2nd and 3rd serial port , only ever seen for port A DEFINE HSER_RCSTA 90h ' Hser receive status init DEFINE HSER_TXSTA 24h ' Hser...
View Articlehow to get ANSI.INC to work on serial port 2
HI guys , wondering how to get DT's ANSI.INC to work with serial port 2 , it works so far for port 1 only Code: '**************************************************************** '* Name : ANSI.INC...
View ArticleReceiving and treating multiple signals
Hi, I have used in the past RX - TX chips (433Mhz) receiving one signal using Manchester encoding works fine. In my next project, I would like to include multiple TX chips ... lets say 20 and one...
View ArticleBarcodes
I remember someone (maybe Demon?) posting about using a barcode reader and barcode labels to keep track of components, but I could not find the threads again. I always thought it was a great idea...
View ArticleADC values above 4095 for 12 bit ADC
seeing some readings when doing ADC on a channel giving a dec value 5534, 5144, ect when using ADCIN have defines set to 12 bit the adc channel is grounded via 26k resistor for testing problem is i...
View ArticleI don't understand my mistake
hello everybody, before format my PC, my code worked well and the compilator too after I installed all my programs (same programs) on my fresh windows, I got a error that I don't understand why... this...
View ArticlePushing information to a computer
Hello, I am creating a module that will be receiving multiple GPS coordinates from distance transmitter. I would like to push the information from the module to the computer to get interpret onto...
View ArticlePeculiar issue with U2 programmer - PIC12F1840 / Win 7 Ultimate x64
There isn't a meLabs programmer section so I thought I'd start here. I'm using the U2 programmer (latest code) with MicroCode Studio. MPASX (latest), PBP3.0.7.4. Currently I'm doing a few projects...
View ArticleFREQOUT command
Hi Guys, I’m FREQING OUT about the FREQOUT command! No I’m not, but wondering how it works. I assume the command must add sine tables to the program, and already sum each frequency and divide by two...
View ArticleXOR woes
Hi, need some help, guys! I need to set a port to a certain value, depending on another variable which will have only 1 of 2 possible values, 0 or 255. For example, if the variable is 0, the port...
View ArticleConnecting PIC to servos
Hi, I'm working on a circuit where I need to connect about 15 servos to a PIC chip on separate pins. Each servo will have a wire about 1m long. In a previous thread I started about interference someone...
View Article12F683, 12LF1840 - Port ON/OFF speeds are different!
Hello. I'm building an push-pull converter driver using these chips. The code is as follows: Code: 'PUSH PULL DRIVER ANSELA = %00000000 'TURN OFF ANALOG TRISA=%00000000 'SET PORTS TO OUTPUT OSCCON...
View ArticleServo Control R/C Protocols and Robotics
Perhaps it is time to establish a dedicated area for these topics
View Article