Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By shoelessone
#34773
Mario Mikočević wrote:Heya,

few things I've noticed -

- GPIO15 pulldown to GND is missing
- VCC routes should be thicker (I usually put them 24) presuming layer 16-bottom is GND plane

--
Mozz


Mozz/Mario, thank you!

I will take you advice and switch the VCC routes to 24 in my design. I appreciate the tip. Also, confirmation that GPIO15 pulldown is missing is also HUGE. I really really appreciate it!

Thank you!
User avatar
By shoelessone
#34793 Cool looking project!


OK, so my buddy nick (thanks nick!) found this gem: http://www.forward.com.au/pfod/ESP8266/ ... index.html

This is what I should probably have read over more carefully initially.

Luckily I still have a (tiny bit!) of time to order another set of boards before the holidays!
User avatar
By forlotto
#34795 Do you know what the problem is?

Not to be too critical of your work but it appears that the soldering work could be checked over a bit. Are you holding the pin low to program the flash.

Provide details of what you are doing. What you are using for programming hardware/software/firmware etc...

Maybe this would help http://www.esp8266basic.com/flashing-instructions.html

Look at the diagram for the arduino it shows how things should be hooked up etc...

To be honest you may want to consider using a nodemcu by the time you figure in the cost of the board, cost of the time, etc not to mention the ability to have access to all GPIO's etc and easily programmable.

I see a lot of people using custom boards lately when what they should be doing is using the nodemcu with a customized harness instead a way better solution imho.

You can get two dupont 15 pin housings with female pins and go to town adapt the wiring and the other end to fit your application.

The nodemcu will allow for many applications it is a universal solution which is why it was developed it can be used with anything or any IDE that I am aware of currently... The cost of one is very cheap when you consider the cost of the board etc... New hardware is nice but the nodemcu with custom harnessing will do the trick for any application.

Take care not trying to discourage you form tinkering but before you develop a board you may want to consider going this route and really it would not hurt to stick with it either for a final product if you need something propritary make it the harness, software, and if need be the firmware. If it is space you are trying to save you would use about the same amount of space with a nodemcu maybe a hair more in comparison but overall it will be roughly the same size over all.

Trust me it is a step forward in development and will improve the amount of time you spend on dev work. Its very nature and purpose is anything you are currently trying to accomplish.