Skip to main content

Arduino

Logic Analyzer: Kingst LA5016
·2763 words·13 mins
Logic Analyzer Measurement Technology Electrical Engineering Debugging Arduino PlatformIO
Discover the Kingst LA5016 Logic Analyzer: A powerful and cost-effective tool for digital circuit analysis. With 16 channels, 500MHz sampling rate, and comprehensive protocol support (UART, SPI, I2C, CAN, and many more), the LA5016 enables precise debugging and optimization of your electronics projects. Learn how to analyze complex signals, set triggers, and decode protocols with the user-friendly Kingst VIS software. This post is ideal for developers, engineers, and hobbyist electronics enthusiasts who want to test and debug their digital circuits efficiently.The blog includes practical examples and tips for using the LA5016 based on a custom-designed Arduino Uno program.
PlatformIO: Quick Start - "blinky" with Arduino UNO
·788 words·4 mins
Microcontroller Programming VSCode PlatformIO C++ Arduino Arduino Uno
The time has come: the first PlatformIO project “blinky” is being implemented on an Arduino Uno. A new project is created, its structure explained and its configuration is adapted to the requirements. If you follow the instructions you will be rewarded with a flashing LED ;).
Mikrocontroller: Software Development
·1291 words·7 mins
Microcontroller Programming VSCode MicroPython PlatformIO Arduino
This article breaks down the key differences between Arduino, PlatformIO, and MicroPython and their advantages and disadvantages. After reading this article you should have a better understanding of which environment could be the best choice for your project.