Click here to Skip to main content
15,887,746 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.

 
AnswerRe: Aging in tech? Pin
#realJSOP6-Dec-20 12:50
mve#realJSOP6-Dec-20 12:50 
GeneralRe: Aging in tech? Pin
MKJCP7-Dec-20 2:13
MKJCP7-Dec-20 2:13 
GeneralRe: Aging in tech? Pin
Amar Chaudhary6-Dec-20 20:31
Amar Chaudhary6-Dec-20 20:31 
GeneralRe: Aging in tech? Pin
honey the codewitch7-Dec-20 2:48
mvahoney the codewitch7-Dec-20 2:48 
AnswerRe: Aging in tech? Pin
Martin ISDN7-Dec-20 1:15
Martin ISDN7-Dec-20 1:15 
GeneralRe: Aging in tech? Pin
Martin ISDN7-Dec-20 1:22
Martin ISDN7-Dec-20 1:22 
GeneralRe: Aging in tech? Pin
honey the codewitch7-Dec-20 1:30
mvahoney the codewitch7-Dec-20 1:30 
GeneralRe: Aging in tech? Pin
honey the codewitch7-Dec-20 1:35
mvahoney the codewitch7-Dec-20 1:35 
I recommend using an ESP32 based development board. You can use Arduinos but they are more expensive and less capable, if slightly easier to work with, but that learning curve isn't a big deal.

Adafruit makes the huzzah feather which i don't recommend.

Hiletgo is a chinese brand I actually trust that makes a decent board and narrower than usual which makes it easier to build with on a solderless breadboard

Another good one is the DOIT devkit ESP32. It's a bit wider, but all the pins are labeled, and Random Nerd Tutorials covers them explicitly - it doesn't matter a lot since they are all the same with the exception of what order their pins come in, but still.

If you have one, you can code against with The Arduino IDE[^] which is C++ but C-ish in the way people actually end up using it because embedded. (mostly No STL,mostly no heap, etc)

As far as getting started, just google anything "Random Nerd Tutorials"

They make the best guides on how to build using these ESP32 things.
Real programmers use butterflies

GeneralRe: Aging in tech? Pin
Martin ISDN7-Dec-20 6:40
Martin ISDN7-Dec-20 6:40 
GeneralRe: Aging in tech? Pin
honey the codewitch7-Dec-20 7:22
mvahoney the codewitch7-Dec-20 7:22 
AnswerRe: Aging in tech? Pin
MadGerbil7-Dec-20 1:53
MadGerbil7-Dec-20 1:53 
GeneralRe: Aging in tech? Pin
honey the codewitch7-Dec-20 1:55
mvahoney the codewitch7-Dec-20 1:55 
AnswerRe: Aging in tech? Pin
MikeTheFid7-Dec-20 1:55
MikeTheFid7-Dec-20 1:55 
GeneralRe: Aging in tech? Pin
honey the codewitch7-Dec-20 2:45
mvahoney the codewitch7-Dec-20 2:45 
AnswerRe: Aging in tech? Pin
MikeCO107-Dec-20 2:37
MikeCO107-Dec-20 2:37 
GeneralRe: Aging in tech? Pin
honey the codewitch7-Dec-20 2:42
mvahoney the codewitch7-Dec-20 2:42 
AnswerRe: Aging in tech? Pin
Steve Naidamast7-Dec-20 4:58
professionalSteve Naidamast7-Dec-20 4:58 
AnswerRe: Aging in tech? Pin
Rusty Bullet7-Dec-20 5:34
Rusty Bullet7-Dec-20 5:34 
AnswerRe: Aging in tech? Pin
Hooga Booga7-Dec-20 5:50
Hooga Booga7-Dec-20 5:50 
AnswerRe: Aging in tech? Pin
thewazz7-Dec-20 12:14
professionalthewazz7-Dec-20 12:14 
GeneralWhat? Pin
Richard MacCutchan5-Dec-20 0:11
mveRichard MacCutchan5-Dec-20 0:11 
GeneralRe: What? Pin
Randor 5-Dec-20 0:18
professional Randor 5-Dec-20 0:18 
GeneralRe: What? Pin
Richard MacCutchan5-Dec-20 0:29
mveRichard MacCutchan5-Dec-20 0:29 
GeneralRe: What? Pin
Randor 5-Dec-20 0:42
professional Randor 5-Dec-20 0:42 
GeneralRe: What? Pin
Sander Rossel5-Dec-20 0:52
professionalSander Rossel5-Dec-20 0:52 

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.