Embedded Systems
11.5K subscribers
943 photos
198 videos
1 file
635 links
News, articles, guides, analytics, projects and startups from the embedded industry.

Topics of the channel:
◽️ machine learning
◽️ internet of things
◽️ embedded software
◽️ advanced electronics
◽️ new engineering ideas

⤵️ Share and subscribe!
Download Telegram
💻 WebStick - Instant ESP8266 Web Server

This is a compact USB stick-shaped web server that seamlessly combines web hosting capabilities with network-attached storage functionalities, catering to individuals seeking a straightforward and economical solution for personal website hosting.

Key Features:
➡️ USB stick form factor web server for under $5 USD each.
➡️ Dual functionality as a network-attached storage (NAS) device.
➡️ ArozOS File Manager-like interface for storing, streaming music, videos, and photos.
➡️ Hosting capabilities for static web files (HTML, CSS, JS) with a web programming interface.
➡️ Custom-written C++ backend supporting features such as static web serving, directory listing, cookie-based login, and various APIs for device information, file management, and storage.

The project not only empowers users to set up their own web server but also serves as an educational tool for understanding the underlying principles of server-side development and network-attached storage.

More information:
🔗 The main article
😹 The GitHub page

#projects #esp32
Please open Telegram to view this post
VIEW IN TELEGRAM
✍️ A guide to continuous delivery in embedded development

The article explores the application of continuous delivery (CD) in embedded system development, where the convergence of software and hardware creates complex systems. CD, emphasizing iterative development and faster deployment, can transform embedded systems when implemented carefully.

Key principles include version control, automated testing, continuous integration, and deployment strategies. Benefits of CD in embedded systems include faster time to market, improved product quality through consistent testing, and adaptability to changing requirements, especially relevant in the IoT landscape.

The article encourages developers to embrace CD in embedded systems, highlighting the need for a balanced use of tools and strategies to overcome challenges and achieve transformative outcomes in development processes.

More information...

#articles
Please open Telegram to view this post
VIEW IN TELEGRAM
🔗 Creating an Embedded Qt Quick Application in Visual Studio

The article discusses the integration of cross-compilation support for Qt projects in the Qt Visual Studio Tools, allowing developers to create embedded applications with Qt Quick in Visual Studio. The focus is on developing an application for public information display on mirrored screens, targeting devices running Embedded Linux, such as the Raspberry Pi 3 Model B.

The tutorial covers setting up the development environment on a Windows 10 machine, utilizing Windows Subsystem for Linux (WSL) for cross-compilation, and deploying and running the application on the embedded device. The article emphasizes the use of Qt for Windows and showcases the Qt VS Tools extension for multi-platform development, making it particularly interesting for embedded developers looking to leverage Qt's capabilities in Visual Studio for cross-compiling, testing, and remote debugging.

More information:
Part 1: Setting up an environment
Part 2: Developing an application

#articles #qt #linux #raspberry
Please open Telegram to view this post
VIEW IN TELEGRAM
📱 3D-Printable Smart Digital Scale with ESP8266

This project is a user-friendly guide for constructing a precise digital scale capable of measuring weights in the gram spectrum using an ESP-12S microcontroller, a load cell, and an HX711 Wheatstone bridge to I2C converter. The inclusion of an ESP8266 with Wi-Fi capabilities allows for potential future data transmission to the cloud.

Features of the scales:
➡️ ESP8266 microcontroller with Wi-Fi capabilities.
➡️ OLED 1.3" I2C display for clear weight readings.
➡️ Load cell (e.g., 5kg) with HX711 ADC for precise measurements.
➡️ 3D printing option for customizable case.
➡️ Calibration functionality for accurate weight readings.
➡️ Possibility to modify code for additional functionalities like counting objects or calculating liquid volume.

This project is intriguing due to its combination of hardware and software elements, providing users with a hands-on experience in building a functional IoT device.

More information...

#projects #esp32 #arduino
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
📺 The comparison of Raspberry CM4's analogues

The video discusses the emergence of various Compute Module 4 clones, which are compact, single-board computers used for applications like portable gaming emulators, smart lighting, and industrial control systems. The narrator highlights the challenges in obtaining the original Compute Module 4 due to supply constraints. They provide a brief overview of several clones, each featuring different chips and functionalities.

The video covers the performance, quirks, and user-friendliness of these clones, emphasizing the importance of being able to buy and use a board easily. Additionally, the video introduces new Compute Module 4 projects for 2024, including an industrial Pi computer, a TV stick, flash sticks for updating compute modules, an industrial DIN rail-mounted computer, and a Pi KVM box with a unique Ethernet-over-USB-C feature. The video concludes by acknowledging the growing interest in Compute Module 4 projects and speculating about the potential release of Compute Module 5 in the future.

https://youtu.be/KghZIgkKZcs

#video #raspberry
Please open Telegram to view this post
VIEW IN TELEGRAM
🗜️ PCB Solder Fren

This is a project of a versatile DIY PCB holder designed for soldering small PCBs. This adjustable tool features 3D-printed parts, including pairs of legs, clamp posts, a knob, and a clamp head in STL format, along with necessary hardware like a 2020 aluminum extrusion profile, an 8mm OD, 24mm length spring, and M5 screws.

Designed to accommodate various PCB sizes and shapes, the holder offers flexibility with the option to secure end caps through threading or glue, providing a practical solution for soldering tasks. The project emphasizes simplicity and adaptability, offering a valuable resource for DIY electronics enthusiasts working on intricate PCB projects. Additionally, a comprehensive blog post breaks down the workflow and steps involved in creating this DIY PCB holder.

More information...

#projects #tools
Please open Telegram to view this post
VIEW IN TELEGRAM
📺 how NASA writes space-proof code

Explore the intricacies of NASA's embedded coding practices in this revealing video. Delve into the "Power of 10," NASA's rule set for crafting dependable software for space missions. Uncover the reasons behind NASA's avoidance of intricate control flow, insistence on fixed loop bounds, and exclusive use of stack memory. The video underscores the significance of concise functions, meticulous variable declaration, and thorough return value checks. Essential viewing for programmers keen on understanding how NASA upholds code safety for space exploration.

https://youtu.be/GWYhtksrmhE

#video #programming
Please open Telegram to view this post
VIEW IN TELEGRAM
Embedded Systems
📰 A company's new robot can change from four wheel drive to bipedal in seconds A company called Swiss-Mile has created an innovative robot that combines legs and wheels to create, what they hope, will be the most versatile last-mile delivery robot on the…
💪 ANYmal Upgrade: Curiosity Unleashes Advanced Manipulation Skills

Zürich-based Swiss-Mile has enhanced the ANYmal quadruped robot with powered wheels for speed and efficiency, enabling it to handle curbs and stairs. The robot has been taught to stand up, facilitating more versatile movement and manipulation using its wheel-hand-leg-arms. Researchers at ETH Zurich's Robotic Systems Lab employed curiosity-driven learning, a form of reinforcement learning, to train the robot in tasks like opening doors and placing packages into boxes.

The robot's curiosity about specific elements, such as the door handle or package motion, helps it explore and innovate solutions independently. The use of sparse rewards in training results in diverse and reliable behaviors, allowing the robot to recover from real-world mistakes. While relying on visual code-based systems like AprilTags, Swiss-Mile aims to further develop the robot's capabilities, indicating potential practical applications for the ANYmal.

More information...

#news #robots #machine_learning
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
✍️ Firmware Static Analysis with CodeChecker

Explore the nuances of firmware static analysis with CodeChecker! Delve into the familiar challenges of C programming, from undefined behavior to memory leaks. This article introduces CodeChecker, an open-source tool built on clang's static analyzer. Uncover the simplicity of integrating CodeChecker into firmware projects to catch bugs before they reach end-users. Navigate false positives with practical strategies like adding assertions and CodeChecker-specific comments. Join the conversation on static analysis tools in the comments and anticipate insights on running analysis in CI. Elevate your coding practices with CodeChecker, bolstering your code's resilience against potential vulnerabilities.

More information...

#articles #programming #software #tools
Please open Telegram to view this post
VIEW IN TELEGRAM
Media is too big
VIEW IN TELEGRAM
🤖 Tesla demonstrates Optimus Gen 2

Tesla has unveiled the Optimus Gen 2 humanoid robot, showcasing improved humanlike dexterity and mobility. The robot features 11 degrees of freedom in its hands with tactile sensors in each finger, a 2-DoF neck, in-house-designed actuators and sensors, and integrated electronics. The enhancements include a 30% increase in walking speed, force/torque sensing, articulated toe sections in its feet, and a 10 kg weight reduction for improved energy efficiency, cost, and safety.

The company plans to initially deploy the robot in its automotive and battery factories. However, amidst the positive news, Tesla is also recalling over 2 million vehicles due to concerns surrounding its Autopilot system. The National Highway Traffic Safety Administration (NHTSA) is investigating safety issues related to Autopilot, and critics argue that Tesla didn't adequately communicate the risks.

Despite the recall, Tesla CEO Elon Musk has released an impressive video of the Gen 2 Optimus robot, emphasizing its capabilities and addressing skepticism. Musk believes the Optimus business could eventually surpass the value of Tesla's car business and full self-driving technology.

More information...

#news #robots
Please open Telegram to view this post
VIEW IN TELEGRAM
👋 Stanford Doggo - an Open-Source quadruped robot

Stanford Doggo is a cost-effective, four-legged robot developed by Stanford students from the Extreme Mobility team. It is designed for traversing challenging terrain, performing acrobatic tricks, and encouraging an open-source community by providing comprehensive plans and code online.

Features of the robot:
➡️ Holds the record for the highest vertical jumping agility among all robots.
➡️ Estimated cost of less than $3,000, making it a cost-effective.
➡️ Capable of walking, trotting, dancing, and performing impressive jumps and backflips.
➡️ Comprehensive plans, code, and supply list freely available online, fostering a collaborative community.
➡️ Motors recalculate at a remarkable 8,000 times per second, contributing to the robot's agility.

With open-access plans and code, Stanford Doggo beckons tech enthusiasts and researchers to explore its intricacies, offering a hands-on opportunity to contribute to the ever-evolving landscape of robotic locomotion.

More information:
🔗 The main article
😹 The GitHub page

#projects #robots
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
📼 Andrej Karpathy’s Baby Llama Runs on Samsung Galaxy Watch 4

Andrej Karpathy, from OpenAI, developed Baby Llama as a weekend project to demonstrate the possibility of running the Llama 2 model on edge devices. The project, inspired by Georgi Gerganov's llama.cpp, involves training the Llama 2 model using PyTorch and then saving the weights in a binary file. Karpathy created a compact C file ('run.c') for loading and running the model with single-precision calculations, ensuring a low-memory footprint and independence from external libraries.

The model runs efficiently even on a single M1 laptop without GPUs, with performance enhancements achieved through various compilation flags for code optimization. A Twitter user successfully demonstrated Baby Llama running on a Samsung Galaxy Watch 4.

Karpathy's repository provides the pre-trained model and code, allowing anyone to experiment with Baby Llama on their devices. It's important to note that this project is experimental and not meant for production use, aiming to showcase the viability of running advanced models on low-powered devices with C, a language typically not associated with machine learning due to its GPU incompatibility.

More information...

#news #artificial_intelligence
Please open Telegram to view this post
VIEW IN TELEGRAM