-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Update boards.txt for Onehorse's ESP32 Dev Module #334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@arcao did you confirm the info above with a board of your own or did you just create a PR? |
@me-no-dev Some additional info from the description. It looks like a esp32 dev board except for the DOUT. I have used this for the module with no problem.
|
nice layout, but why dout? the chip is QIO based on the name, so why not QIO? |
Works real nice. Don't know why dout. Kris Winer (aka Onehorse) is the owner of the board and recommended dout so I just followed instructions. You want I should try qio to see what happens? |
yes please :) if it works QIO, then it should stay as the dev board. I kinda not like having gazillion of boards with the exact same config :) BTW How can I get a board like this? |
I will give it a try a little later today if you don't mind. I don't blame you for not wanting a million boards if not necessary. You can get one on @kriswiner tindie site, https://www.tindie.com/products/onehorse/esp32-development-board/ |
Based on the troubleshooting thread about this board on esp32.com, I remember that DOUT is the only mode which works. |
In prep for the qio test I decided to just upload blink using DOUT (Arduino ide 1.8.2 and latest esp32 lib) and got the following error:
I then tried it with 1.8.1 and a previous version of the lib and it worked. Now what? Thanks |
what speed did you use to upload? re-upload might help |
tindie site tells me to join some waiting list :) I guess very few have this board. |
Its at 926100, just changed it to 115200 and same thing happened. Tried reloading it a few times and same thing. Actually, think he sold out of stock. He had them a couple of weeks ago. A few of us having been recommending it. I did it in association with my FreeIMU library so I think it may be getting popular. |
I used 1.8.1 and the earlier version of the esp32 library and the only mode that worked was dout. QIO and DIO did not work. Also tried a couple other speeds and did not work either, got same error message. I am using esptool - beta version. Would that make a difference? |
Sorry to come late on this thread.
I have sold 14 of these hand-built ESP32 development boards since November,
I think. The first production build of 100 is finishing up and will be
delivered after the Labor Day Holiday in China. I waited until the "new
silicon" was available. In any case, I doubt I will be selling hundreds so
this will always be a small community of users considering the board's
price ($24.95) which is way more than the ESP32 development boards one can
get on EBay. But of course my design is much more useful and worth it!
The SPI flash used on the board seems to require DOUT for programming,
which is incompatible with the default DIO used in the Arduino core. Igrr
created a special bootload.bin file for me which I believe uses DOUT
instead (among other things?, maybe Igrr will remember) and this allows the
board to work normally. I usually use the generic ESP32 board in the board
manager which works fine.
I am not sure a separate board entry is required; there is no downside to
using the generic board selection. I do wish the boot load problem would be
fixed in the Arduino core though so a separate version of bootload.bin
wouldn't have to be used. If it would help, I would be happy to send a
board for evaluation. Just let me know where nd to whom.
…On Fri, Apr 28, 2017 at 9:28 AM, Mike S ***@***.***> wrote:
Its at 92100, just changed it to 115200 and same thing happened. Tried
reloading it a few times and same thing.
Actually, think he sold out of stock. He had them a couple of weeks ago. A
few of us having been recommending it. I did it in association with my
FreeIMU library so I think it may be getting popular.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#334 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGY1qqc401CFblqsAG4Y9fXC26Mybx8-ks5r0hOYgaJpZM4NI2Tv>
.
|
@kriswiner separate bootloader can be added for your board if that is required, but since you say that you use the "generic ESP32 board" then I wonder why you need separate bootloader? If you need to upload in dout only and the flash can run in qio once booted, maybe we can do something about that too. BTW I love the form factor! The only thing I would have changed is incorporate UFL pads by the antenna pin so UFL could be soldered and external antenna used if wanted. I will surely give you my address :) I don't mind paying for it either ;) |
@kriswiner - just posted a pr on your library. As far I can see, I don't have an option for an esp32 generic in my dropdown, just the esp32 dev board. |
@me-no-dev To test whether the problem is with the ESP32 library or the IDE I copied the previous version of the library that I was using into the 1.8.2 hardware folder and uploaded the Blink sketch. It worked fine no problems. Yes it blinks. Not sure what version I have, but the json file is dated 2/4/17 along with most of the files. The make file is dated 2/20 if that helps. You want a separate PR? |
Closing this since the board file has been uploaded and is identified |
I picked up a nice dev board from tindie created by Kris Winer, https://www.tindie.com/products/onehorse/esp32-development-board/ . I was wondering if you could add this board to the boards.txt. The only difference is that I changed DIO to DOUT and made a name change but here are the changes I made:
Thanks
Mike
The text was updated successfully, but these errors were encountered: