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/08/03 08:11:26 PM CEST
Arduino code to read voltage s form ADC 10 Click Mickroe ADC via uart
posted on 2023/07/14 10:14:29 PM CEST
To be able to scan the ports and see what addresses are on the I2C Bus. Once addresses are recognized put into an array for each port.
posted on 2023/06/26 07:37:36 PM CEST
With my great interest, I want to learn embedded system programming. As a beginner, I need some guideline on how to upload an example from Libstock to my hardware with necessary libraries. Can someone guide me? Thanks.
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.