<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nwobodo Ecclesiastes Chidera</title>
    <description>The latest articles on DEV Community by Nwobodo Ecclesiastes Chidera (@igwestarking).</description>
    <link>https://dev.to/igwestarking</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4020257%2F70b8729c-4e10-4dd9-8402-ed5af8d381b8.png</url>
      <title>DEV Community: Nwobodo Ecclesiastes Chidera</title>
      <link>https://dev.to/igwestarking</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/igwestarking"/>
    <language>en</language>
    <item>
      <title>Hi guys am designing a JVM that will run on Esp32,soon you will be able to execute java on esp32</title>
      <dc:creator>Nwobodo Ecclesiastes Chidera</dc:creator>
      <pubDate>Fri, 10 Jul 2026 15:54:47 +0000</pubDate>
      <link>https://dev.to/igwestarking/hi-guys-am-designing-a-jvm-that-will-run-on-esp32soon-you-will-be-able-to-execute-java-on-esp32-3bbp</link>
      <guid>https://dev.to/igwestarking/hi-guys-am-designing-a-jvm-that-will-run-on-esp32soon-you-will-be-able-to-execute-java-on-esp32-3bbp</guid>
      <description></description>
      <category>iot</category>
      <category>java</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
    <item>
      <title>I Built an Open-Source ESP32 Smart Bike — Ready to Flash, Test, and Improve</title>
      <dc:creator>Nwobodo Ecclesiastes Chidera</dc:creator>
      <pubDate>Fri, 10 Jul 2026 10:11:12 +0000</pubDate>
      <link>https://dev.to/igwestarking/i-built-an-open-source-esp32-smart-bike-ready-to-flash-test-and-improve-1g0b</link>
      <guid>https://dev.to/igwestarking/i-built-an-open-source-esp32-smart-bike-ready-to-flash-test-and-improve-1g0b</guid>
      <description>&lt;p&gt;🚴 Weekend Challenge: Build, Flash &amp;amp; Improve My Open-Source ESP32 Smart Bike&lt;/p&gt;

&lt;p&gt;Looking for a serious ESP32 project to explore this weekend?&lt;/p&gt;

&lt;p&gt;I've been building an ESP32 Smart Bike platform that combines embedded systems, Android development, networking, audio streaming, and power management into a single open-source project.&lt;/p&gt;

&lt;p&gt;🔥 What it includes&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🚴 Complete ESP32 firmware (PlatformIO)&lt;/li&gt;
&lt;li&gt;📱 Complete Android application&lt;/li&gt;
&lt;li&gt;📂 Ready-to-flash Firmware, Bootloader, and LittleFS images&lt;/li&gt;
&lt;li&gt;💾 LittleFS filesystem support&lt;/li&gt;
&lt;li&gt;⚡ Intelligent Power Manager for efficient operation&lt;/li&gt;
&lt;li&gt;🌐 WebSocket-based CommandAction system for fast, reliable command communication&lt;/li&gt;
&lt;li&gt;🔊 Bluetooth A2DP audio support&lt;/li&gt;
&lt;li&gt;🎤 Real-time dual voice streaming over UDP for low-latency communication&lt;/li&gt;
&lt;li&gt;📡 ESP32 ↔ Android integration&lt;/li&gt;
&lt;li&gt;🧩 Modular C++ architecture that's easy to extend&lt;/li&gt;
&lt;li&gt;📖 Fully open-source source code&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This project combines several technologies that are rarely seen together in a single ESP32 application:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Embedded C++&lt;/li&gt;
&lt;li&gt;Android development&lt;/li&gt;
&lt;li&gt;WebSockets&lt;/li&gt;
&lt;li&gt;UDP networking&lt;/li&gt;
&lt;li&gt;Bluetooth A2DP&lt;/li&gt;
&lt;li&gt;Audio streaming&lt;/li&gt;
&lt;li&gt;Power management&lt;/li&gt;
&lt;li&gt;LittleFS&lt;/li&gt;
&lt;li&gt;Real-time communication&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🎯 Weekend Challenge&lt;/p&gt;

&lt;p&gt;Clone the repository, flash the ESP32, install the Android app, and put it through its paces.&lt;/p&gt;

&lt;p&gt;I'm especially looking for feedback on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Performance&lt;/li&gt;
&lt;li&gt;Architecture&lt;/li&gt;
&lt;li&gt;Code quality&lt;/li&gt;
&lt;li&gt;Feature ideas&lt;/li&gt;
&lt;li&gt;Bug reports&lt;/li&gt;
&lt;li&gt;Documentation improvements&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're interested in ESP32, embedded systems, networking, Bluetooth, IoT, or Android development, I'd love to hear what you think.&lt;/p&gt;

&lt;p&gt;⭐ If you find the project useful, consider starring the repository. Contributions, pull requests, and suggestions are all welcome.&lt;/p&gt;

&lt;p&gt;GitHub Repository&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Igwe-Starking/eccles-esp32-smart-bike" rel="noopener noreferrer"&gt;https://github.com/Igwe-Starking/eccles-esp32-smart-bike&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let's see what the community can build on top of it this weekend. 🚀&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
    </item>
    <item>
      <title>🔥 I Built an ESP32 Smart Bike Control System with an Android App (Open Source)</title>
      <dc:creator>Nwobodo Ecclesiastes Chidera</dc:creator>
      <pubDate>Tue, 07 Jul 2026 22:23:19 +0000</pubDate>
      <link>https://dev.to/igwestarking/i-built-an-esp32-smart-bike-control-system-with-an-android-app-open-source-11pn</link>
      <guid>https://dev.to/igwestarking/i-built-an-esp32-smart-bike-control-system-with-an-android-app-open-source-11pn</guid>
      <description>&lt;p&gt;🚀 I Built an ESP32 Smart Bike Control System with an Android App (Open Source)&lt;br&gt;
What if your motorcycle could become a smart vehicle without replacing its original electronics?&lt;br&gt;
For the past several months, I've been building Eccles Smart Bike, an open-source project that transforms a regular motorcycle into a Bluetooth-enabled smart bike using an ESP32 and a custom Android app.&lt;br&gt;
Instead of replacing the bike's OEM electronics, the system integrates with the existing controls, making it smarter while preserving the original functionality.&lt;br&gt;
🔥 Features&lt;br&gt;
✅ Bluetooth communication between the bike and Android app&lt;br&gt;
✅ Android app built in Java&lt;br&gt;
✅ ESP32 firmware written in C++ using ESP-IDF&lt;br&gt;
✅ Controls for indicators, horn, headlight, starter, and more&lt;br&gt;
✅ Thread-safe architecture using FreeRTOS&lt;br&gt;
✅ Designed to integrate with OEM motorcycle wiring&lt;br&gt;
✅ Open-source and continuously improving&lt;br&gt;
🛠 Technologies Used&lt;br&gt;
ESP32&lt;br&gt;
ESP-IDF&lt;br&gt;
C++&lt;br&gt;
Java&lt;br&gt;
Android Studio&lt;br&gt;
Bluetooth Classic&lt;br&gt;
FreeRTOS&lt;br&gt;
💡 Challenges&lt;br&gt;
This project involved much more than simply connecting an ESP32 to a motorcycle. It required solving problems involving:&lt;br&gt;
Reliable Bluetooth communication&lt;br&gt;
Real-time task synchronization&lt;br&gt;
Embedded software architecture&lt;br&gt;
Android-to-ESP32 messaging&lt;br&gt;
Integration with OEM motorcycle wiring without disrupting factory systems&lt;br&gt;
Extensive debugging and testing&lt;br&gt;
Every challenge taught me something new about embedded systems and automotive electronics.&lt;br&gt;
🌍 Open Source&lt;br&gt;
I'd really appreciate feedback from the embedded systems and IoT community. Whether it's code improvements, architecture suggestions, or feature ideas, I'd love to hear them.&lt;br&gt;
⭐ GitHub Repository:&lt;br&gt;
&lt;a href="https://github.com/Igwe-Starking/eccles-esp32-smart-bike" rel="noopener noreferrer"&gt;https://github.com/Igwe-Starking/eccles-esp32-smart-bike&lt;/a&gt;&lt;br&gt;
If you find the project interesting, please consider giving it a ⭐ on GitHub—it helps others discover the project and motivates continued development.&lt;br&gt;
Thanks for reading, and happy building! 🚀⚡🏍️&lt;/p&gt;

&lt;h1&gt;
  
  
  ESP32 #EmbeddedSystems #Android #OpenSource #IoT
&lt;/h1&gt;

</description>
      <category>android</category>
      <category>iot</category>
      <category>opensource</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
