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 2023/05/18 08:14:58 PM CEST
Hi,
I am looking for an example of a PIC (or PIC24 or PIC32) booloader using a (hex or binary) file residing on a HTTP server. I would like to retrieve the file with the 'GET' command.
Thanks in advance.
posted on 2022/12/18 08:49:49 AM CET
Hello. I am looking for a library to decrypt my electric energy meter's data. I found some code for Arduino, but it uses/includes AESh and GCM.h. In addition, I am using only Microchip PIC controllers + mikroPascal PRO for PIC, so what I found is almost useless to me.
I foind a "Crypto library", but this poor package manager is not installing it properly, nor do I know if this library is correctly working at all (the author doesn't respond and his last login here was 10 years ago).
If somebody could help, please?
The Energy Meter is LANDIS & GYR E450, It sends out one data block every 5 seconds through its User interface (M-BUS). I already built an electric interface module (converter to TTL serial level), but I stuck with decryption.
Thank you.
posted on 2022/11/24 03:54:30 PM CET
Communication > CAN / LIN / RS485
Hey,
I'm programming a MCU PIC32MX530F128L with CAN library provided in MikroC. But it doesn't work and I don't know why.
After reset, the ship stops when it reaches the function CAN1Initialize().
Is this library has been tested with this chip ?
Than you for your help.
Pasko
posted on 2022/11/15 05:53:08 AM CET
I am looking for a library for an LCD with I2C, to be able to use it with a DSPIC30F3014, I am compiling in MikroC pro
posted on 2022/11/01 01:47:20 PM CET
I see that there is a Nano LR click example on Libstock for NECTO. I would like to use the click with MikroC Pro.