Click here to Skip to main content
15,891,629 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: F# Pin
Super Lloyd27-May-21 2:58
Super Lloyd27-May-21 2:58 
GeneralRe: F# Pin
Sander Rossel27-May-21 20:46
professionalSander Rossel27-May-21 20:46 
GeneralRe: F# Pin
Gaston Verelst30-May-21 21:41
Gaston Verelst30-May-21 21:41 
GeneralRe: F# Pin
Sander Rossel31-May-21 1:02
professionalSander Rossel31-May-21 1:02 
GeneralRe: F# Pin
Gaston Verelst27-May-21 21:41
Gaston Verelst27-May-21 21:41 
GeneralRe: F# Pin
Super Lloyd27-May-21 21:44
Super Lloyd27-May-21 21:44 
GeneralRe: F# Pin
H.Brydon28-May-21 14:37
professionalH.Brydon28-May-21 14:37 
RantWhy release products without accurate documentation? Pin
honey the codewitch26-May-21 15:45
mvahoney the codewitch26-May-21 15:45 
Today I unboxed an ESP32 wearable in watch form. I was thrilled. Color display, bluetooth, wifi, accelerometer, IR sensor, vibration thing, and a little sound module, all in a tiny package. It was about $50 USD.

The default firmware worked great, but I bought it so I could program it.

I go to program it. The thing takes fine and uploads, is clearly running - spewing to the serial port, but there is no display.

So I try another library. Nothing.

So I try another library. Still nothing.

So I try the source code for the default firmware. Still nothing.

The backlight for the display won't even turn on, which tells me that the pin assignments are completely wrong in the documentation or they're using a different display than the one in the documentation. At this point there is no other possibility, since their default firmware doesn't even work with it when I recompile it. Meaning the source is out of date - doesn't match the hardware.

So I've tried to contact them but it's a chinese company so who knows. LilyGo is a brand a lot of people use, but I'm not confident in their support.

Furthermore, I got an AI Thinker A1S ESP32 sound board with an unusual codec that nobody supports. The datasheet for it is incomplete. There is no example code that works except one that forks the entire ESP-IDF - and even that one wouldn't actually produce any sound for me. There's $30 wasted.

So I've dumped $80 into two development projects that work perfectly hardware wise, but because of lazy people refusing to keep their documentation and sources accurate, complete and up to date they are basically trash. That's the worse part. I know both of these devices work, but I may as well stomp them to pieces.

DOCUMENT WHAT YOU MAKE. Mad | :mad:
Real programmers use butterflies

GeneralRe: Why release products without accurate documentation? Pin
PIEBALDconsult26-May-21 15:49
mvePIEBALDconsult26-May-21 15:49 
GeneralRe: Why release products without accurate documentation? Pin
honey the codewitch26-May-21 16:03
mvahoney the codewitch26-May-21 16:03 
GeneralRe: Why release products without accurate documentation? Pin
Gerry Schmitz26-May-21 19:17
mveGerry Schmitz26-May-21 19:17 
GeneralRe: Why release products without accurate documentation? Pin
honey the codewitch26-May-21 21:20
mvahoney the codewitch26-May-21 21:20 
GeneralRe: Why release products without accurate documentation? Pin
Matt McGuire28-May-21 5:46
professionalMatt McGuire28-May-21 5:46 
GeneralRe: Why release products without accurate documentation? Pin
honey the codewitch28-May-21 6:07
mvahoney the codewitch28-May-21 6:07 
GeneralRe: Why release products without accurate documentation? PinPopular
OriginalGriff26-May-21 20:21
mveOriginalGriff26-May-21 20:21 
GeneralRe: Why release products without accurate documentation? Pin
honey the codewitch26-May-21 21:18
mvahoney the codewitch26-May-21 21:18 
GeneralRe: Why release products without accurate documentation? Pin
DerekT-P26-May-21 22:16
professionalDerekT-P26-May-21 22:16 
GeneralRe: Why release products without accurate documentation? Pin
honey the codewitch26-May-21 22:47
mvahoney the codewitch26-May-21 22:47 
GeneralRe: Why release products without accurate documentation? Pin
Mike Winiberg27-May-21 22:01
professionalMike Winiberg27-May-21 22:01 
GeneralRe: Why release products without accurate documentation? Pin
kmoorevs27-May-21 7:46
kmoorevs27-May-21 7:46 
GeneralRe: Why release products without accurate documentation? Pin
Kiriander27-May-21 21:16
Kiriander27-May-21 21:16 
GeneralRe: Why release products without accurate documentation? Pin
honey the codewitch27-May-21 21:37
mvahoney the codewitch27-May-21 21:37 
GeneralRe: Why release products without accurate documentation? Pin
Kiriander1-Jun-21 22:24
Kiriander1-Jun-21 22:24 
GeneralRe: Why release products without accurate documentation? Pin
honey the codewitch2-Jun-21 2:13
mvahoney the codewitch2-Jun-21 2:13 
GeneralRe: Why release products without accurate documentation? Pin
ElectronProgrammer28-May-21 2:39
ElectronProgrammer28-May-21 2:39 

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.