MOTION 2350 Pro: The Ultimate Beginner-Friendly Robotics Controller with Advanced Capabilities


https://www.electronics-lab.com/motion-2350-pro-the-ultimate-beginner-friendly-robotics-controller-with-advanced-capabilities/

Cytron has recently launched the Motion 2350 Pro an advanced robotic controller powered by the Raspberry Pi for building advanced robots with less effort. It has the latest upgraded RP2350 processor, which is the successor of RP2340. The controller also has an advanced DC motor driver, which can control up to 4 brushed DC motors […]

Microchip Introduces No-Cost, License- and Royalty-Free Ensemble Graphics Toolkit


https://www.electronics-lab.com/microchip-introduces-no-cost-license-and-royalty-free-ensemble-graphics-toolkit/

Graphical user interfaces (GUIs) and interactive touchscreen displays provide intuitive user experiences in applications from robotic and machine controls to medical user interfaces, automotive instrumentation and home and building automation systems. A well-designed GUI enables users to process information more quickly and interact more effectively with a product. Microchip Technology Inc. announced a new GUI […]

SEGGER Embedded Studio V5 minimizes code size


https://www.electronics-lab.com/segger-embedded-studio-v5-minimizes-code-size/

The newly released SEGGER Embedded Studio V5 for Arm processors comes with the company’s Compiler, Linker, Runtime and Floating-Point libraries included. All components are designed from the ground up for use in embedded systems and work seamlessly to help generate extremely small programs. A program which blinks an LED – a ‘blinky’ – on a […]

Top Programming Languages Used In The IoT Market


https://www.electronics-lab.com/top-programming-languages-used-iot-market/

IoT, known as the Internet of Things is usually referred to as the billions of physical devices around the world that are connected to the internet, sensing, collecting and sharing data with some of them even going the extent of doing some actuation. Today’s IoT is a super big industry (if there is anything like […]

Robust C Library and Utility for GPIO sysfs Interface in Linux


https://www.electronics-lab.com/robust-c-library-utility-gpio-sysfs-interface-linux/

by Derek Hildreth – Technologic Systems This comprehensive and easy to read example C code is designed to work alone or included as a library for dealing with general purpose I/O via the sysfs interface in Linux.  It can easily be applied to any computer which utilizes the GPIO sysfs interface (both pro and maker […]

How to Write and Run a C Program on the Raspberry Pi


https://www.electronics-lab.com/write-run-c-program-raspberry-pi/

In this tutorial, circuitbasics.com discuss what a C program is, what C programming is used for, and finally, how to write and run a C program on the Raspberry Pi. The C programming language is one of the most widely used programming languages of all time. It is computationally faster and more powerful than Python. C […]

8 Channel RS485 Relay Board


https://www.electronics-lab.com/8-channel-rs485-relay-board/

This project helps you control 8 relays using RS485 link with the help of a PC. This kit can effectively convert  a standard PC to a powerful   PLC ( programmable logic controller ). At the PC end , you will need to use our RS232 to RS485 Interface – C020 or any other suitable […]

SunDuino – Run your C application using solar power


https://www.electronics-lab.com/sunduino-run-c-application-using-solar-power/

SunDuino is a Single Board Computer with integrated Battery Charger, Voltage Regulators, I2C, Digital and Analog IO. It’s main benefit is that it can run a compiled C app for years on a small battery or forever using built in solar charger. A background RTOS provides SLEEP functions for reducing operating current to 100ua while providing 125ms periodic wakeups. […]

It’s the end of C as we know it!


https://www.electronics-lab.com/end-c-know/

beningo.com discuss about the future of C language and it’s use in embedded systems. The C programming language has been with embedded software developers since its creation in 1972. Ever since then C has been a blazing constant, surviving even the big push in the late 90’s and early 21st century to move to C++ […]

DIY Mini Quadcopter with 3D-Printed Frame and Custom Firmware


https://www.electronics-lab.com/diy-mini-quadcopter-3d-printed-frame-custom-firmware/

Simon D. Levy designed and build a mini quadcopter with 3D printed frame and custom C++ firmware. See the full project notes including bill of materials and more photos on the link below, and check out Simon’s blog on the C++ firmware here. I wanted to try my hand at a true “DIY” project, designing […]