tgindex

Embedded Systems

описание

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!

14 020
подписчиков
Охват к подписчикам
31,1%
ERR
Реакции к просмотрам
0,10%
469 на 50 постов
Пересылки к просмотрам
0,39%
1 819
Постов в день
0,6
всего 98

Где отзываются чаще

доля реакций к просмотрам
  • 16 авг.🤖 Impulse - Open-Source Two-Wheeled Bipedal Robot Developed from the scratch, this project explores a compact robotic platform that combines two-legged articulation with wheeled locomotion. The design prioritizes stability, responsive movement, adjustable height, and portability. Features of the project: ➡️Self-balancing PID control ➡️Automatic deployment and landing ➡️Variable-height legs ➡️Fully 3D-printed construction The project combines mechanical design with a compact electronics and control system built around a Teensy 4.1, ODrive motor controllers, magnetic encoders, an IMU, and CAN bus communication. Its 6-DOF structure and multiple PID controllers enable stable balancing, velocity control, and dynamic leg adjustment. Impulse is particularly interesting for robotics enthusiasts and makers exploring balancing robots, actuator control, and practical control theory. Its detailed hardware and control approach also make it a useful reference for people building their own wheeled robots. More information: 🔗 The main article 📥 Source files #projects #robots1,33%
  • 14 авг.https://lnkd.in/p/gCKy46Cf Folks, we're doing a webinar on embedded system development and how AI has shaken things up. Speakers are: Shashwath, co-founder & CEO of Mindgrove Technologies, they are building microcontroller and Vision SoCs in India Navin, co-founder & CEO of Pinetics, an electronic product design and development firm Sairanjan, co-founder & CEO of H2Loop, a startup building small language models that run on-prem, in air gapped environments and understands your hardware constraints and legacy code. Do register, we have limited seats and they are filling fast! Link to event: https://luma.com/u78cpsx2?tk=L77mLT0,58%
  • 5 авг.🧠 Qapla': Training AI on ESP32 microcontroller Qapla' is an open-source project that demonstrates training a transformer model entirely from scratch on an inexpensive ESP32-S3 microcontroller. Instead of running a pre-trained model, it performs the complete training process—including backpropagation and weight updates—directly on the device. Features of the project: ➡️Full on-device transformer training ➡️Handwritten C backpropagation ➡️No pre-trained model required ➡️Open and reproducible setup Qapla' proves that even low-cost microcontrollers can train small transformer models without GPUs or cloud infrastructure. It is an interesting project for embedded AI developers, TinyML enthusiasts, and researchers exploring on-device learning under extreme hardware constraints. ⛓ More information... #projects #esp32 #artificial_intelligence0,46%
  • 9 июл.🫡 Building a DIY Robot Vacuum with OOMWOO OOMWOO is an open-source robot vacuum that you can build yourself using affordable, off-the-shelf components. The project is currently in active development, with a working software simulation already available while the hardware design and documentation continue to evolve. Features of the project: ➡️Fully open hardware, firmware, and software ➡️Local-first operation with no cloud dependency ➡️2D LiDAR navigation powered by ROS 2 ➡️Native Home Assistant integration ➡️Modular, 3D-printable design Designed as a build-in-public project, OOMWOO encourages community contributions through modular development and open collaboration. It is a promising project for makers, robotics enthusiasts, and ROS 2 developers interested in creating and customizing their own robot vacuum. More information: 🔗 The main article 😹 The GitHub repository #projects #robots #ros20,39%
  • 20 июл.🔐 ESP32 Ad-Blocking Dongle This project turns a low-cost ESP32-C3 microcontroller into a compact backup DNS ad-blocking device. By using smart data compression techniques, it can block hundreds of thousands of domains while operating with very limited memory and power. Features of the project: ➡️Blocks 537,000 domains ➡️Uses 40-bit hashing ➡️Requires only 50KB RAM ➡️Offers 10ms DNS responses The novelty of this project lies in squeezing large-scale DNS filtering into extremely limited hardware. By replacing traditional domain storage with an efficient hashing system, it shows that even a tiny $5 microcontroller can handle tasks usually reserved for more powerful devices. ⛓ More information... #projects #esp320,35%
  • 28 июл.🧑‍🚀 ESP32-based Plane Radar Plane Radar is an open-source ESP32 firmware that transforms an ESP32-C3 with a 1.28-inch round display into a live ADS-B aircraft radar. It visualizes nearby aircraft in a sonar-style interface, showing their position, distance and flight details in real time. Features of the project: ➡️Live ADS-B aircraft tracking ➡️Sonar-style radar display ➡️Flight context and weather ➡️Wireless OTA firmware updates Plane Radar is a compact and easy-to-build project for aviation enthusiasts and ESP32 makers. The materials are available on ☁️ GitHub. Its combination of real-time aircraft tracking, customizable firmware and convenient wireless updates makes it an appealing choice for anyone interested in embedded hardware or flight monitoring. ⛓ More information... #projects #esp320,31%
  • 9 нояб.🪟 Windows 95 running on ESP32 (Tiny386 Emulator) Tiny386 is a lightweight x86 PC emulator that transforms the low-cost 🇨🇳 ESP32-S3 microcontroller into a fully functional retro desktop computer capable of running classic operating systems like Microsoft Windows 95 and various 16- and 32-bit software. The project showcases the surprising power of modern microcontrollers when paired with efficient emulation techniques. The features of the project: ➡️Written in C99 with only around 6,000 lines of code for the CPU emulator. ➡️Emulates an Intel i386 CPU, supporting most 16/32-bit software with added 486/586 instructions for newer OS compatibility. ➡️Runs directly on the ESP32-S3 (dual 240 MHz cores) with optional external PSRAM for memory expansion. ➡️Features include VGA graphics, Ethernet emulation, and multiple sound options (PC Speaker, AdLib OPL2, Sound Blaster 16). ➡️Incorporates SeaBIOS firmware for BIOS/VGABIOS functionality, with the option to boot Linux kernels directly. ➡️Fully open-source under the BSD 3-Clause license, with browser-based and hardware demos available. Tiny386 impressively demonstrates how modern embedded hardware can recreate classic computing environments once reserved for full-sized PCs. More information: 🔗 The main article 😹 The GitHub repository #projects #esp32 #windows95 #emulator0,31%
  • 1 авг.💻 Barely Adequate Browser ESP32 Babe32 is a lightweight text-based web browser for ESP32-S3 touchscreen boards such as the Cheap Black Display. It renders a subset of HTML with 🇳🇱 LVGL library, supports optional image loading, and focuses on practical browsing without JavaScript. Features of the project: ➡️Direct browsing with proxy fallback ➡️HTML rendering and forms ➡️Touchscreen navigation and keyboard ➡️WiFi, history and power management Babe32 delivers a surprisingly capable browsing experience on inexpensive ESP32 hardware while remaining lightweight and resource-conscious. More information: 🔗 The main article 😹 The GitHub repository #projects #esp32 #lvgl0,30%
  • 30 окт.🤖 Micro Wheel-Leg Balance Robot This project introduces a compact, self-balancing two-wheeled robot capable of agile movement, including jumping and navigating small obstacles. It features a custom control system, wireless interface, and precision motion components, offering a hands-on way to explore modern robotics concepts. Features of the robot: ➡️3D-printed, CNC-machined, and plate-cut mechanical parts ➡️ESP32-based mainboard with Wi-Fi interface (WebSocket + JSON) ➡️Brushless wheel motors with advanced FOC control ➡️AS5600 magnetic encoder + MPU6050 IMU for balance and motion sensing ➡️Custom servo control bus and complete PCB files ➡️Web interface for real-time remote control across multiple devices As a fully open-source robot with firmware, electronics, and 3D-printable parts available on 😹 GitHub, it is a strong fit for makers, students, and robotics enthusiasts interested in studying self-balancing locomotion, experimenting with advanced motion control, and building a versatile robot from the ground up. ⛓ More information... #projects #robots #esp320,26%
  • 11 мая🤖 OpenQDD - 3D-printed open-source robotic actuator The author designed this robotic actuator to be a powerful, easy-to-build, and relatively inexpensive solution to creating dynamic robots. Robots like Spot, Atlas, and the MIT mini cheetah easily impress the eye with their agility, speed, and overall ability to mimic natural motion. With OpenQDD, creating high-performing actuators at an affordable price is possible. Specifications of the project: ➡️9:1 Planetary Gear Set ➡️Helical Gears: 25° Helix Angle, Low Backlash ➡️ODrive S1 FOC Controller with an Onboard Encoder ➡️Air Vents for Passive Cooling ➡️Peak Holding Torque: 16.36 Nm ➡️Total Mass: 935g ➡️13 3D-Printed Parts ➡️ Total Cost: $247 The actuator uses a 90KV Eagle Power BLDC Motor as well as an ODrive S1 FOC controller. In closed-loop control mode, the S1 allows you to control the position, velocity, and torque of a brushless motor. More information... #projects #robots0,25%
  • 27 июл.💻️ Nvidia quietly increases Jetson prices by up to 101% NVIDIA has raised prices across its Jetson modules and developer kits by up to 101%, following earlier product discontinuations linked to rising LPDDR4 memory costs. The largest increases affect the Jetson Nano module (from $99 to $199) and the Jetson AGX Orin 32GB module (from $899 to $1,799). The popular Jetson Orin Nano Super Developer Kit has also increased from $249 to $399. The new prices are reflected on NVIDIA's store and most retailers, though some backordered listings may still show the old pricing. NVIDIA has not provided an official explanation for the increases, but industry observers believe they are driven by rising DRAM memory costs and ongoing supply constraints. The company updated the pricing on its official website without an announcement, leaving it unclear whether the higher prices are a temporary response to market conditions or a permanent change to the Jetson product lineup. ⛓ More information... #news #nvidia0,23%
  • 21 дек. 2024 г.⏲ Open-Source Electronic Caliper This project explores the development of custom electronic calipers based on capacitive coupling principles. By utilizing a 🦋 STM32 microcontroller and signal processing software, this project creates a highly precise linear position-sensing system capable of millimeter-level accuracy at 500 Hz. Features of the device: ➡️Leverages passive PCB “scale” and active sliding components for accurate measurements. ➡️Implements sinusoidal signal emission, phase offset calculation, and noise reduction using the Embassy Rust framework. ➡️Achieves sub-mm resolution and high-frequency phase measurements through parameter optimization. ➡️Provides a pathway for experimentation and customization by hobbyists and engineers. ➡️Includes Python-based data analysis workflows and an iterative design process for performance enhancement. With its open-source framework and adaptability to various applications, it provides an excellent platform for learning and innovation in instrumentation engineering and software development. More information: 🔗 The main page 😹 The GitHub page #projects #stm320,22%