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/02/16 01:47:05 PM CET
Hi Friends,
Iam doing a project to send a code to run a motor.
that is i sends a particular code then at the receiver side the code is cross checked and then code matches motor runs otherwise display " no command " on the lcd screen.Iam using 433MHz transmitter and Receiver and pic micro controller. proteus for simulation. but there is no simuation tool for the transmitter part. So kindly give me a code for the transmitter and receiver part
eg:- send a code start
posted on 2014/02/15 07:35:59 PM CET
Hello Everyone,
I'M new here so don't exactly know how this request-process works...
My problem is:
I have to buuild a 6 channel thermocoulpe data logger, with USB HID comm. I work in mikroB Pro Environment on EasyPIC v7 board with the original 45K22 proc. For this purpose I bought a ThermoClick panel which works fine in the above environment. But because of the need of USB I Changed the proc to a 45K50 one. That's the point where the problems began.
1st:
The 45K22 and the 45K50 have different pinouts for SPI. The built-in SPI library does not provide any possibility to change the pins from code. How can I use the orginal sample code as a starter and apply it for the 45K50?
2nd: If I want to use several slaves (not with Daisy-chain) I'll have to use different SS-lines for each. How to change the SS-pins from code runtime?
Any help or idea would be very useful.
Thanx in advance....
Reg: z. peres
posted on 2014/02/14 07:59:42 AM CET
posted on 2014/02/13 10:26:01 PM CET
Hello,
I request a "bulletproof" I2C library for STM32L and STM32F, which can handle non standard behaviour of slaves on the bus (the main problem is when a slave does not provide an acknowledgement when it should which hangs the program completely. The library should have implemented a settable timeout. The library should be (but it is not a necessity) "compatible" with current Mikroelektronika I2C library (function names and parameters).
I am offering 20 dollars to PayPal to the creator of such library. My contact e-mail - marekgood@gmail.com
posted on 2014/02/13 08:16:57 AM CET
I search an example to configure RTC Alarm to switch power mode.