Click here to Skip to main content
15,894,825 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: SWF files - is anyone still using them? Pin
Peter_in_278015-Mar-22 12:10
professionalPeter_in_278015-Mar-22 12:10 
GeneralRe: SWF files - is anyone still using them? Pin
RedDk12-Mar-22 11:17
RedDk12-Mar-22 11:17 
GeneralRe: SWF files - is anyone still using them? Pin
abmv13-Mar-22 5:33
professionalabmv13-Mar-22 5:33 
GeneralRe: SWF files - is anyone still using them? Pin
honey the codewitch13-Mar-22 5:43
mvahoney the codewitch13-Mar-22 5:43 
GeneralRe: SWF files - is anyone still using them? Pin
abmv13-Mar-22 6:11
professionalabmv13-Mar-22 6:11 
GeneralRe: SWF files - is anyone still using them? Pin
dan!sh 14-Mar-22 1:08
professional dan!sh 14-Mar-22 1:08 
GeneralRe: SWF files - is anyone still using them? Pin
Cpichols14-Mar-22 1:58
Cpichols14-Mar-22 1:58 
GeneralRe: SWF files - is anyone still using them? Pin
honey the codewitch14-Mar-22 2:12
mvahoney the codewitch14-Mar-22 2:12 
D'awwww. Blush | :O

Well, what I would do is purchase an ESP32 off of Amazon or something.

Also get one of the Arduino starter kits (about $50-$70 for a decent one)

I like the Espressif reference boards. They are the makers of the ESP32 and they use better components in their reference boards than other manufacturers sometimes do in their boards. The model I'm pointing you to is a WROVER. The more typical one is the WROOM. They are the same chip, except the WROVER has an additional 4MB of PSRAM (basically slightly slowish RAM) in addition to the 512kB (300kB usable) of SRAM.

Once you have one of the those, Download VS Code if you haven't already and install the platformIO extension. Add a project (click the alien head on the left navbar, then click Open or get to it from the page that PIO welcome page that comes up), selecting node32s as the board type (it's a genericish ESP32 board that seems to work with all ESP32 boards). Select Arduino as the framework. It will take awhile the first time while it fetches everything, including the toolchain. be patient. it's not like that every time.

Also connect your ESP32 to a USB port.

Find a sensor in the starter kit you want to play with - like the ultrasonic distance finder or if you want to start small, an LED. I wouldn't use something complicated like the RF reader or accelerometer/gyro chip yet.

Anyway, once you find something you want to tinker with, google the part number (it's on the enclosed paper in the kit) along with ESP32 and you'll get a wiring guide and some sample code. =)

By the way, the ESP32 uses the concept of GPIOs. This # is the number you want to reference the pin by. Different boards may place them in slightly different places, but GPIO32 is *always* GPIO32 regardless of its location. Keep that in mind.

Edit: The kit will come with an Arduino board. I recommend throwing them in the trash but YMMV.

Here are some links to get you started.

ESP32 Pinout Reference: Which GPIO pins should you use? | Random Nerd Tutorials[^]

Arduino Starter Kit @ Amazon[^]

Espressif Devkit VE @ Amazon[^]
To err is human. Fortune favors the monsters.

GeneralRe: SWF files - is anyone still using them? Pin
Cpichols14-Mar-22 2:23
Cpichols14-Mar-22 2:23 
GeneralRe: SWF files - is anyone still using them? Pin
honey the codewitch14-Mar-22 2:53
mvahoney the codewitch14-Mar-22 2:53 
GeneralRe: SWF files - is anyone still using them? Pin
agolddog14-Mar-22 3:52
agolddog14-Mar-22 3:52 
GeneralI am converting Pin
Slow Eddie12-Mar-22 4:09
professionalSlow Eddie12-Mar-22 4:09 
GeneralRe: I am converting Pin
kmoorevs12-Mar-22 4:31
kmoorevs12-Mar-22 4:31 
GeneralRe: I am converting Pin
obermd12-Mar-22 5:25
obermd12-Mar-22 5:25 
GeneralRe: I am converting Pin
Kent Sharkey12-Mar-22 4:59
staffKent Sharkey12-Mar-22 4:59 
GeneralRe: I am converting Pin
Gerry Schmitz12-Mar-22 5:13
mveGerry Schmitz12-Mar-22 5:13 
GeneralRe: I am converting Pin
abmv13-Mar-22 5:35
professionalabmv13-Mar-22 5:35 
GeneralRe: I am converting Pin
Slow Eddie13-Mar-22 7:58
professionalSlow Eddie13-Mar-22 7:58 
GeneralRe: I am converting Pin
obermd13-Mar-22 14:27
obermd13-Mar-22 14:27 
GeneralRe: I am converting Pin
#realJSOP13-Mar-22 23:46
mve#realJSOP13-Mar-22 23:46 
GeneralYes, I have done this, and yes I know what can do this Pin
Marc Greiner at home14-Mar-22 3:36
Marc Greiner at home14-Mar-22 3:36 
GeneralWeek 2 Done. Pin
glennPattonWork312-Mar-22 0:54
professionalglennPattonWork312-Mar-22 0:54 
GeneralRe: Week 2 Done. Pin
theoldfool12-Mar-22 1:31
professionaltheoldfool12-Mar-22 1:31 
GeneralRe: Week 2 Done. Pin
Test Tickle12-Mar-22 9:32
Test Tickle12-Mar-22 9:32 
GeneralRe: Week 2 Done. Pin
glennPattonWork312-Mar-22 13:50
professionalglennPattonWork312-Mar-22 13:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.