Libstock prefers package manager

Package Manager

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]

Sort By

USER REQUESTS

first | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 last
nicolas uriac
nuriac

posted on 2015/04/13 10:20:47 AM CEST

Other Codes

preemptive RTOS for MikroPacal or MikroC for PIC32

Hi,
I am currently on the choice of a programming software for a business. MikroPascal is currently on track to be used. However, we need a preemptive RTOS. We currently find the Librairy schedulers_PIC32 but this OS is not preemptive.
would you currently working on that ?
We can, however, use mikroC if the library is developing on this software.
Thank,
Nicolas

Michael Stevens
stevensm

posted on 2015/03/23 03:03:28 PM CET

Other Codes

PIC decoding Elster IRDA KW/h meter

Hi...Bought IRDA2 board, but does not support 2400bps, which I require. I can read the signals with a IR reciever, but how to decode these signals into data. Any help using a PICF18? My output on the receiver will be connected to one of the pic's pins.

murat b
mur@t

posted on 2015/02/04 10:50:21 AM CET

Other Codes

MikroPascal for PIC32 - AES128 or 256 encryption code

Hi,

I need your help to AES 128.
Is there a library or samples for PIC32?

Thanks,

lamissa na
lamiss

posted on 2014/12/12 09:57:03 AM CET

Other Codes

7 segment counter

hi
i make a counter project ..i use pic18f4620 , 3 switches and 7 segment
i want to make a counter with 3 switches ( the first : on each click it counts up 1) (the second switch : on each click it counts down 1) (the third switch : make it 0000 or reset )
and if i want to count in float as ( 00.0.,,00.1,,00.2.......1.1 ) what should i do ??

Mel Hooper
hooper

posted on 2014/12/03 01:02:05 PM CET

Other Codes

Copy file from SD card to USB stick

hi,

I need code for copying a file from SD card to USB stick.
both devices will be formatted to FAT32.
File size might be from several bytes to 300K.
the preferred solution will be a function that will block the application until it accomplish the copying.
instead a solution that requires periodically calling a service function is also acceptable.

I can even make the story simpler: instead of reading the data from the SD (something that I succeeded to do) the service will get a pointer to a buffer containing the data that should be stored on the USB.
this means that i might be that in order to copy the whole file several adjacent calls should be launched ( depending on source file size an buffer size), but in this case the adjacent calls should append the data to the USB.

please remember that we already are using the FAT32_Init() function for accessing the SD card.

If you have such code fragment and willing to make the changes to fit my needs please contact me.
Payment for this service will be

first | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 last