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 2020/01/20 03:17:09 PM CET
I am using a Secure microchip ATECC608A secure element with Secure UDFN click on PI3 click shield. Firstly, how can i get the keys out of it using python? and how to connect it to google iot cloud using click. ? Thanks a lot!
posted on 2019/12/04 02:46:48 PM CET
hello everyone,i want to interface USB flash drive of upto 128GB and more with STM32 microcontrollers.i am using MIKRO BASIC for ARM,My task is is to create simple .txt or .csv file (for data logging) via STM32 in a USB flash drive.i am new to the USB and do not have any experience,so i need deep help.Thanks in advance for any help or kick start
Regards
posted on 2019/06/18 12:23:39 PM CEST
A Modbus Library for ARM STM32F4 cores, perhaps a port of Free MODBUS would be very handy.
posted on 2019/03/26 12:03:46 PM CET
Good day. Maybe someone has code examples for the RFM69HV radio module & preferably for the PiCBasic compiler.
Thank You.
posted on 2019/02/07 09:30:26 AM CET
Hello.
I want to build Microchip PIC based devices, communicating over longer distances with each other.
Sadly Ethernet is no option with PIC32, as Microchip kas nothing similar to the PIC18F67J60 in 32 Bit. All Pic32 only have the MII, but no PHY inside the MCU, this rises costs and footprint drastically.
So my plan is to use RS-485 in half duplex mode (2-wires), this is slower, but available then on all platforms (8-Bit, 32-Bit, ...).
What I am looking for is a library, running interrupt driven background communication similar to a LAN. So it has to have collision detection (if two PICs try to send at same time), as well as a send and receive buffer, as much as possible should run in the background.
Is something like this available?