Search found 5 matches

by macieljr
Wed Feb 26, 2020 11:58 am
Forum: General Discussion
Topic: ESP32 for commercial product - board considerations
Replies: 9
Views: 15561

Re: ESP32 for commercial product - board considerations

ESP_Sprite wrote:
Wed Feb 27, 2019 3:53 am
For thousands, it may be more cost-efficient to go with bare chips.
I’m curious about this comment. What would mean “go with bare chips”? Ask for a custom board? Does Espressif work with customized boards? Starting from how many? This may apply to my current project.
by macieljr
Thu Jan 30, 2020 5:11 pm
Forum: ESP-IDF
Topic: Is there an ESP32 ULP emulator/simulator?
Replies: 6
Views: 13474

Re: Is there an ESP32 ULP emulator/simulator?

Something like (or support to) Autodesk's Tinkercad (tinkercad.com), would be really awesome! IMHO
by macieljr
Sat Jan 18, 2020 3:08 am
Forum: General Discussion
Topic: Flash ESP32 programmatically using Java/Android
Replies: 5
Views: 8061

Re: Flash ESP32 programmatically using Java/Android

First, thank you so much for the reply!

I’ll look for some references regarding the tips you mentioned and try them.

I’ll post the results here. Or the questions, if I have. Thank you again!

Kind regards,

Vicente Maciel Jr
by macieljr
Mon Jan 13, 2020 8:22 pm
Forum: General Discussion
Topic: Flash ESP32 programmatically using Java/Android
Replies: 5
Views: 8061

Flash ESP32 programmatically using Java/Android

Hi guys! I’m developing an Android app that is directly connected via USB to consume data from an ESP32 with sensors attached. I’m using https://github.com/felHR85/UsbSerial to manage the connection. Since the app will be running on an internet connected tablet, I think it’s obvious to update ESP32 ...