Somlabs Visionsom STM32MP1 Kicad library
In the following post I added my KiCad library of Somlabs Visionsom STM32MP1 component Port A Port B Port C Port D Port E Port F / G DSI Display…
In the following post I added my KiCad library of Somlabs Visionsom STM32MP1 component Port A Port B Port C Port D Port E Port F / G DSI Display…
In following post I added my KiCad library of Octavo components PORT A PORT B PORT C PORT D PORT E PORT F PORT G PORT H PORT I PORT…
1. Open console (Ubuntu ALT+CTRL+T) 2. Download specific openocd fork source code using following command git clone -b stm32mp1 https://github.com/sysprogs/openocd.git 3. Type following commands cd openocd ./bootstrap ./configure For Ubuntu…
Instruction how to build an image for VisionSOM-STM32MP1 from SomLABS Product: The VisionSOM-STM32MP1 (SLS18) The Carrier board General Note: Assumed that Linux Ubuntu 20.04 is installed List of tested elements…
A simple schematic of AXP203 PMU in KiCad 3D View Schematic in pdfaxp203_pmu_kicadDownload AXP203_QFN48 3D model created in Blender 3DDownload Note: I2C interface has not implemented pull-up resistors.
Simple replacement for strstr() function present in C standard library char * custom_strstr(char *source, char *pattern, uint16_t maxbuf_size) { uint8_t pattern_lenght = 0; uint32_t i; uint32_t cnt = 0; char…
Instruction how to build an image for Lichee Pi Zero and Lichee Pi Zero Dock in Yocto Products: Lichee Pi Zero Version Lichee Pi Zero Dock Version General Note: Assumed…
Several years ago, when single-chip microcontrollers were relatively simple systems, designing software was basically nothing but direct reference to microcontroller peripheral systems. It was being made then by the use…
Pinout of LCD Cape from waveshare to Beaglebone Black Real image of LCD Cape
Short manual how to install the MQTT server on Ubuntu quickly 1. Install MQTT on Ubuntu sudo apt-get install mosquitto mosquitto-clients 2. Start MQTT server sudo /etc/init.d/mosquitto start 3. Start…