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/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?
posted on 2015/11/15 03:11:09 PM CET
I need RTOS or freeRTOS for dsPIC33/30/PIC24, please help me otherwise i will have to switch to mplab that is not easy for me to set with mplab and freeRTOS quickly and easily please
posted on 2015/10/09 05:30:57 PM CEST
Using PIC microcont. I want to measure ac voltage,current,frequency,and power factor.
posted on 2015/08/29 08:41:31 AM CEST
we need two frequencies from pin C1 and C2 @ 260 hz and 5khz using pic16f877a . please send me code
posted on 2015/08/28 01:30:37 PM CEST
I am looking for a routine that lets a 18f2520, programmed as a SPI slave with SS enabled to output a frame of 8 bytes to a master processor.
The master first turns SS low and then sends 8 bursts of 8 clock cycles to the slave to read the bytes, after which SS is turned high again.
I can write a single byte, thats not a problem but need help with outputting a frame of 8 bytes.
Any pro programmer who can help me?