We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
posted on 2014/01/17 01:02:46 PM CET
Dear Sir,
Normally, a character LCD has 8×5 dots character size, but is there any library which allows you to combine two rows to make larger fonts using the same 8×5 dots character LCD, this library should work on 16×2, 20×2, 16×4 and 20×4 Character LCDs, using the 4 bit data bus.
posted on 2014/01/15 05:51:57 AM CET
Hi Sir,
I am using GLCD 128x64.In that display I have to display three different images with the resolution of 64x32 in three different locations of GLCD.In that display I have to display some text also.
Kindly tell me how to set x & y axis position for displaying three different images on three different x,y co-ordinates.
I am eagerly waiting for your reply......
posted on 2014/01/10 02:44:43 AM CET
Hello all!
Happy new year!
I saw somewhere we can use a combination with Timer0, Timer1 and prescaler values to make a frequency conter up to UHF bands.
Could anyone point me towards the light?
Tried to search in the net but all I've found is up to 50MHz.
The main idea is collect 3 voltages via ADC and the frequency. Then, send them all via USB to a PC.
Thanks in advance!
posted on 2014/01/04 04:51:58 PM CET
Hi guys!
i need help -> somebody have project with inner dac in pic18F45K22 ( i newbie)
thanks in advance!!!
posted on 2014/01/03 02:18:10 PM CET
Hi guys,
with the GSM2 Click module, I managed to send SMS but unfortunetely I did not find the right way to push "HTTP POST".
I tried the following:
AT+QIFGCNT=0
AT+QICSGP=1,"Orange F"
AT+QIREGAPP // Start TCPIP Task
AT+QIACT // Activate GPRS
AT+QHTTPURL=26,30
http://xxx.xxx.xxx.xxx:1234
AT+QHTTPPOST=7,10,10 //Send HTTP GET Request
gps=x,y
AT+QHTTPREAD=30 //Read the response of HTTP server.
AT+QIDEACT
but it hangs during QHTTPPOST ... any idea ?
THANKS a lot