Live data from Hacker News

We made an open source ESP8266 dev board for makers

github.com

101–110 of 145 posts

Re: We made an open source ESP8266 dev board for makers

#101

Earlier quoted context omitted.

I am sure this is something will be able to answer: I need to build a custom board for an ESP32 which should support low-power deep sleep and which should contain some additional circuitry (is that what you call it?) to drive an Eink display. Basically this[1] board, but a different shape and better low-power sleep properties. If I wanted to design this board myself, how long would it take to learn this? Are there go…

Have you already made the circuit on a breadboard? If so, learning KiCAD and building the board from scratch would take around a week of afternoons. I really recommend it, designing PCBs is very enjoyable (at least to me).

Thank you for mentioning KiCAD, these are the kind of keywords that will help me get started :D

PS: And yes, while I really suck at soldering, working with physical products feels like a nice counter weight to the software world.

Re: We made an open source ESP8266 dev board for makers

#102

Earlier quoted context omitted.

Have you already made the circuit on a breadboard? If so, learning KiCAD and building the board from scratch would take around a week of afternoons. I really recommend it, designing PCBs is very enjoyable (at least to me).

Thank you for mentioning KiCAD, these are the kind of keywords that will help me get started :D PS: And yes, while I really suck at soldering, working with physical products feels like a nice counter weight to the software world.

KiCAD is amazing, and it's all you'll need (apart from the prototype on the breadboard).

The trick to soldering is really to get a good iron, I underestimated it at the start but you really need something that keeps heat. Get a TS100 and set it to 320, soldering is going to be a breeze afterwards.

Remember, solder should flow easily and stick to the pads/wires, if it doesn't, it means you need to heat the thing up a bit more.

Re: We made an open source ESP8266 dev board for makers

#103
post #97

Earlier quoted context omitted.

We’re talking low speed data lines and run of the mill digital circuits, not 10GHz range RF amplifier design. A month is probably enough.

Okay, so now I know it’ll take between 5 years and one month :D On the one hand, I have a bit of prior knowledge. On the other hand, I want a circuit with minimal power draw in ESP32 sleep mode and i’m afraid that does require some experience.

Does it have to be an ESP?

There are other microcontrollers capable of driving an eink display that consume a lot less power out-of-the-box. Eg: atmega328 (~5 μA deep sleep, ~10mA running)

If you want wifi, then ESP is probably a good and cheap fit. A wemos d1 in deep sleep doesn't consume _that_ much power (~80 μA), unfortunately it does draw a lot when booting (~200mA).

Re: We made an open source ESP8266 dev board for makers

#105

Earlier quoted context omitted.

Okay, so now I know it’ll take between 5 years and one month :D On the one hand, I have a bit of prior knowledge. On the other hand, I want a circuit with minimal power draw in ESP32 sleep mode and i’m afraid that does require some experience.

Does it have to be an ESP? There are other microcontrollers capable of driving an eink display that consume a lot less power out-of-the-box. Eg: atmega328 (~5 μA deep sleep, ~10mA running) If you want wifi, then ESP is probably a good and cheap fit. A wemos d1 in deep sleep doesn't consume _that_ much power (~80 μA), unfortunately it does draw a lot when booting (~200mA).

Yes, I need wifi. And there are esp32 boards that draw 20uA in deep sleep.

Re: We made an open source ESP8266 dev board for makers

#106

Earlier quoted context omitted.

Thank you for mentioning KiCAD, these are the kind of keywords that will help me get started :D PS: And yes, while I really suck at soldering, working with physical products feels like a nice counter weight to the software world.

KiCAD is amazing, and it's all you'll need (apart from the prototype on the breadboard). The trick to soldering is really to get a good iron, I underestimated it at the start but you really need something that keeps heat. Get a TS100 and set it to 320, soldering is going to be a breeze afterwards. Remember, solder should flow easily and stick to the pads/wires, if it doesn't, it means you need to heat the thing up a…

I my iron shoes 400 degrees in the display but somehow the pads/wires don’t heat enough to melt the solder.

It’s really weird. Maybe I messed up the tip somehow? But I just got it a few days ago!

Re: We made an open source ESP8266 dev board for makers

#107

Earlier quoted context omitted.

KiCAD is amazing, and it's all you'll need (apart from the prototype on the breadboard). The trick to soldering is really to get a good iron, I underestimated it at the start but you really need something that keeps heat. Get a TS100 and set it to 320, soldering is going to be a breeze afterwards. Remember, solder should flow easily and stick to the pads/wires, if it doesn't, it means you need to heat the thing up a…

I my iron shoes 400 degrees in the display but somehow the pads/wires don’t heat enough to melt the solder. It’s really weird. Maybe I messed up the tip somehow? But I just got it a few days ago!

Which iron is it? Maybe it's miscalibrated? Does the solder melt if you touch it to the tip?

Re: We made an open source ESP8266 dev board for makers

#108

Earlier quoted context omitted.

I my iron shoes 400 degrees in the display but somehow the pads/wires don’t heat enough to melt the solder. It’s really weird. Maybe I messed up the tip somehow? But I just got it a few days ago!

Which iron is it? Maybe it's miscalibrated? Does the solder melt if you touch it to the tip?

It melts. But only at high temperatures above 300. Even though the soldier is supposed to melt at 219.

The iron is a LONOVE 925 m.

Re: We made an open source ESP8266 dev board for makers

#109
post #69

Earlier quoted context omitted.

I made lights using ws2812b leds and simulated sunrise, sunset, and a dim blue throughout the night. I used ws2812b leds, wemos d1, and a level translator since the d1 has 3.3v gpios but ws2812b technically requires a 5v signal.

That sounds awesome, can you do a write-up about it please?

I'll see what I can do.

Re: We made an open source ESP8266 dev board for makers

#110

Earlier quoted context omitted.

Which iron is it? Maybe it's miscalibrated? Does the solder melt if you touch it to the tip?

It melts. But only at high temperatures above 300. Even though the soldier is supposed to melt at 219. The iron is a LONOVE 925 m.

Maybe I need to try tinning the tip again.
Post reply on HN