<?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: Tanay Doshi</title>
    <description>The latest articles on DEV Community by Tanay Doshi (@tanay_doshi).</description>
    <link>https://dev.to/tanay_doshi</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3874435%2F84352333-3a3b-4b4f-811a-a4c4a17550a8.png</url>
      <title>DEV Community: Tanay Doshi</title>
      <link>https://dev.to/tanay_doshi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tanay_doshi"/>
    <language>en</language>
    <item>
      <title>My first ESP32 project: from nothing to building something real</title>
      <dc:creator>Tanay Doshi</dc:creator>
      <pubDate>Sun, 12 Apr 2026 05:41:30 +0000</pubDate>
      <link>https://dev.to/tanay_doshi/my-first-esp32-project-from-nothing-to-building-something-real-4c3d</link>
      <guid>https://dev.to/tanay_doshi/my-first-esp32-project-from-nothing-to-building-something-real-4c3d</guid>
      <description>&lt;p&gt;This is my first electronics project. I’m documenting the journey as I learn, starting from basics and slowly building something real.&lt;/p&gt;

&lt;p&gt;I didn’t start by building a Spotify controller.&lt;br&gt;&lt;br&gt;
I started with just an ESP32 and honestly no idea what I was doing.&lt;/p&gt;

&lt;p&gt;At first I was thinking of getting a Raspberry Pi. It felt like the obvious option. But it was expensive, and I wasn’t even sure if I would continue this for long. &lt;/p&gt;

&lt;p&gt;So I went with an ESP32 instead. At that point I didn’t even have any basic components. No breadboard, no jumper wires, nothing. Just the ESP32.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7hxpqopy4q1s6zyq8t2e.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7hxpqopy4q1s6zyq8t2e.jpeg" alt=" " width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So I started with the only thing I could do, the onboard LED. I turned it on and off. Then made it blink in different patterns. After that I figured out how to control it from my phone using WiFi. That was probably the first time it felt like I was doing something real.&lt;/p&gt;

&lt;p&gt;The next day I got some basic components, LEDs, resistors, a breadboard and some wires. After that things started getting more interesting.&lt;/p&gt;

&lt;p&gt;I tried a few small things just to understand how everything works. Changing LED brightness using PWM, using a temperature sensor to trigger LEDs, simple stuff like that. Nothing very advanced, but it helped me get comfortable with how hardware and code work together.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmttc9uryzmvdu6vqltxb.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmttc9uryzmvdu6vqltxb.jpeg" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;While doing all this, I kept thinking about one thing. I listen to music almost every time I ride my bike, and controlling it from my phone is always annoying. Gloves, unlocking the phone, switching tracks, it just breaks the flow.&lt;br&gt;
I wanted something physical. Something I can use without looking.&lt;br&gt;
A knob for volume.&lt;br&gt;&lt;br&gt;
A button for play and pause.&lt;br&gt;&lt;br&gt;
A small screen to show what’s playing.&lt;/p&gt;

&lt;p&gt;That’s when this stopped being random experimenting and became something I really wanted to build. The goal was simple, build a media controller that I can actually use. I just didn’t realise at that time how complicated it was going to get.&lt;/p&gt;

&lt;p&gt;I’ll write about the actual build in the next part.&lt;/p&gt;

&lt;p&gt;If you’ve built something similar or have ideas, I’d love to hear.&lt;/p&gt;

</description>
      <category>esp32</category>
      <category>arduino</category>
      <category>beginners</category>
      <category>iot</category>
    </item>
  </channel>
</rss>
