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/06/21 08:27:35 PM CEST
I am working on vibration analyzers using PIC18F4550. I need to calculate the FFT(fast fourier transform) efficiently having maxmum points as possible. Can u please reccommend me one such library for that?
Second i am facing problem in displaying floating point number (i,e real numbers) on 16x2 LCD. Can u help me out for commands in C for that?
posted on 2015/06/10 01:54:11 PM CEST
Hello,
I need a solution to transfer data of one M4 Clicker to another with the BLE 2 click. How can I couple each other and constantly stream data between the two M4 Clicker? Do you have a code example for this?
I want to register the states of the some switches one the first one and send it to the other one where some relais switched.
The detection of the inputs and switching of the outputs are no problem. I only need a solution for the communication.
posted on 2015/06/09 06:35:11 PM CEST
i would like a code to make and receive calls using gsm2 click
posted on 2015/05/26 09:08:24 PM CEST
Hello guys,
I use 7" TFT screen and TSC2046 touch screen controller for our project. We searched TSC2046 library but I couldn't. I tried to create a library for TSC2046 but I couldn't again. I lost more than one month. Is there anybody who have TSC2046 library or can create library?
posted on 2015/05/26 08:48:22 AM CEST
I am using mikromedia for PIC32, VisualTFT and mikroC pro for PIC32. while programming i find it a bit irritating that the touch screen requires calibration each time the system restart.
To remove this i had tried TP_Set_Calibration_Consts( 0,320, 0, 240); but it didn't proved helpful. using this touch screen didn't get calibrated and hence the button on the screen didn't shows any response. what is the solution for this
thanks in advance.