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 2015/12/15 07:08:03 PM CET
Hi I am looking for sample code to run 8 LCDs using the RB ports to trigger FETS that need 3.3v to activate. I want the LCDs to flash in MS.
How do i do this ?
posted on 2015/12/15 12:10:24 AM CET
Hi i just want to ask where i can find codes for pic32mx795f512l. i want to use a USB dongle to be able to surf or ping using pic32mx795f512l. thank you!
posted on 2015/12/13 10:19:04 AM CET
Hi, where can I download AVR/IO.H and DELAY.H library ? and how can I include the library into my AVR software?
Thanks for your help.
posted on 2015/12/09 11:23:37 AM CET
Hi.
I am using microC recently.In my code i need a small variable based delay.
ike [ Vdelay_ms ] but i need [ Vdelay_us ] can any one help me.
Thank for advance.
LOOSHA
posted on 2015/11/22 08:07:58 AM CET
Hello,
I want to transfer data of sensor LM35 to long distance and so I used RS485 for TX data from Master to Slave.
I used : mikroCPro for PIC
Block Circuit:
- Master : LM35Dz(Input), Pic16F887(MCU), 16x2 lcd(Display), Max485(TXR)
- Slave: Pic16F887(MCU), 16x2 lcd(Display), Max485(TXR)
My Problem: Slave can not RX data and show on display LCD.
Can u help me?