Trying to get started
Posted: Thu Mar 25, 2021 6:45 pm
A while back I bought some of these:
https://www.banggood.com/Geekcreit-ESP3 ... rehouse=CN
which as far as I can tell are a clone of this board:
https://github.com/SmartArduino/SZDOITW ... 66---ESP32
Initially I went through the process of adding ESP8266 and ESP32 stuff to my Arduino IDE, since that's what I have installed and handy. (I may go to something else later on, but...) My early attempts to use one of these boards after soldering the pins in weren't very productive -- the system didn't seem to see the board at all and I'm assuming now that what I had was a charging-only cable, perhaps. At this point the system sees the board, as evidenced by /dev/ttyUSB0 showing up in the list of available ports -- if it's not there, the system isn't seeing the board.
I'm not real sure about which board to select. The logical choice seems to be "ESP32 Dev Module" since that's what the board is calling itself and I'm not seeing any choices in the list that look more logical.
I have the board with pins soldered and in a breadboard, but am not sure as to what I might need to do to get this responsive. I see various people hanging caps, push buttons, and all sorts of stuff on there, but don't know what I need. I did follow some link that was supposed to give me a schematic of the board, but that got me a 404 error so at this point in time I'm not real sure about a lot of things, like what I need to do to set it up, what pin connects to an onboard LED, stuff like that. This link for schematics didn't work:
https://github.com/SmartArduino/ESP/blo ... rESP32.pdf
Trying to upload *anything* to the board seems to want to compile all over again even if I've just compiled the code in question. And I invariably end up with the same error:
AttributeError: 'Serial' object has no attribute 'dtr'
I did see a thread that mentioned this, and Debian (which is also what I'm running here), but the solution to that poster seemed to be something to do with a python file, and I'm not finding any python files here anywhere, unless somewhere or other it's tying into one and I don't know it.
Anyhow, I'd like to solve that particular issue so I can start to put some code on this thing, and I'd also like to acquire some more hardware info on this board if anyone knows where I might find some, or if youc can point me toward some specifics. Any help here would be appreciated.
https://www.banggood.com/Geekcreit-ESP3 ... rehouse=CN
which as far as I can tell are a clone of this board:
https://github.com/SmartArduino/SZDOITW ... 66---ESP32
Initially I went through the process of adding ESP8266 and ESP32 stuff to my Arduino IDE, since that's what I have installed and handy. (I may go to something else later on, but...) My early attempts to use one of these boards after soldering the pins in weren't very productive -- the system didn't seem to see the board at all and I'm assuming now that what I had was a charging-only cable, perhaps. At this point the system sees the board, as evidenced by /dev/ttyUSB0 showing up in the list of available ports -- if it's not there, the system isn't seeing the board.
I'm not real sure about which board to select. The logical choice seems to be "ESP32 Dev Module" since that's what the board is calling itself and I'm not seeing any choices in the list that look more logical.
I have the board with pins soldered and in a breadboard, but am not sure as to what I might need to do to get this responsive. I see various people hanging caps, push buttons, and all sorts of stuff on there, but don't know what I need. I did follow some link that was supposed to give me a schematic of the board, but that got me a 404 error so at this point in time I'm not real sure about a lot of things, like what I need to do to set it up, what pin connects to an onboard LED, stuff like that. This link for schematics didn't work:
https://github.com/SmartArduino/ESP/blo ... rESP32.pdf
Trying to upload *anything* to the board seems to want to compile all over again even if I've just compiled the code in question. And I invariably end up with the same error:
AttributeError: 'Serial' object has no attribute 'dtr'
I did see a thread that mentioned this, and Debian (which is also what I'm running here), but the solution to that poster seemed to be something to do with a python file, and I'm not finding any python files here anywhere, unless somewhere or other it's tying into one and I don't know it.
Anyhow, I'd like to solve that particular issue so I can start to put some code on this thing, and I'd also like to acquire some more hardware info on this board if anyone knows where I might find some, or if youc can point me toward some specifics. Any help here would be appreciated.