Custom Micropython Module for Raspberry Pi Pico
In this tutorial you can see how to create a custom micropython module and install it to your raspberry pi pico (RP2040) using Thonny Coding the Custom Module Let’s create…
Continue readingSTM32 HAL ADC DMA Tutorial
In this tutorial we are going to see how we can use the built-in ADC of STM32 Microcontoller with HAL libraries and DMA. We will be comparing the arduino ADC…
Continue readingRaspberry Pi CAN Bus Tutorial
This tutorial shows you how to connect Raspberry Pi to CAN bus. and PCB gerber files are included. Hardware Components Part Value Type Packages R1,R2 10k Resistor 0805/PTH R3 120R Resistor…
Continue readingSTM32 CAN BUS Tutorial
CAN BUS is an easy to use protocol with just 2 wires and 2 termination resistor. We can connect upto 127 devices on CAN Bus. In this tutorial we are…
Continue reading