Kaldek / rat-ratgdo

Open source schematics for ratgdo PCB
MIT License
329 stars 53 forks source link

Intermittent comms? #83

Closed youaintnobody closed 7 months ago

youaintnobody commented 8 months ago

As per this, I have built myself a 2.5 board currently on a breadboard and have been testing for 2 weeks now.

I've been noticing the following. Sometimes comms is intermittent.

Has anyone else had these issues? I have added a DHT11 sensor but it makes no difference having this on or off. Open/Close/Stop/Toggle works most of the time. Toggling light on/off sometimes doesn't work or out of sync.

Parts used: 2 x 2n7000, 1 x 1K, 5 x 10K, NodeMCU ESP8266.

Kaldek commented 8 months ago

Hi mate, there's been a bit of movement and for through-hole designs the recommendation is a BS270 MOSFET now. I would recommend that as the first place to start, due to the issue with the 2n7000 being potentially marginal for reliable switching, depending on batch and manufacturer.

youaintnobody commented 8 months ago

Thanks mate, I've ordered some BS270 and I'll report back once tested.

sanjay900 commented 8 months ago

I've just ordered some BS270's too, i was having problems with the 2n7000 as well. For whatever reason it seems my TX mosfet is working but none of the 8 mosfets i used for RX worked at all

youaintnobody commented 8 months ago

I swapped out the 2n7000 with the BS270, I still seem to be having similar issues. It's still on a breadboard, wondering if soldering it onto a pcb would eliminate any connection issues.

Kaldek commented 8 months ago

I swapped out the 2n7000 with the BS270, I still seem to be having similar issues. It's still on a breadboard, wondering if soldering it onto a pcb would eliminate any connection issues.

It can definitely be an issue. Some of my breadboards are utter trash and have terrible continuity.

sanjay900 commented 8 months ago

BS270 worked for me, though i think soldering them was killing them - worked fine on a breadboard but died when i soldered it together - i gave up and used some connector blocks and it worked first try

Just had a second one work perfectly too

sanjay900 commented 8 months ago

I swapped out the 2n7000 with the BS270, I still seem to be having similar issues. It's still on a breadboard, wondering if soldering it onto a pcb would eliminate any connection issues.

Had this same issue with a breadboard earlier but then i noticed the mosfets were in pretty loosely and moved it to another spot on the breadboard where it wasn't so loose and it worked

youaintnobody commented 8 months ago

We’ve had a heatwave in the last week, my garage was reaching over 38°C and my device kept playing up. Device hasn’t been too bad this week.

Sometimes when the device reboots via software or from power off then on the status doesn’t update quick enough or it resumes at an open state.

lewisdiamond commented 7 months ago

I'm using a esp32 dev board and used this schematic: https://github.com/Kaldek/rat-ratgdo/blob/main/schematics/ratgdo%20open%20source%20ESP-32_schem_v6.png

Tried using 2n7000, bs270 and bs170. Nothing worked.

Kaldek commented 7 months ago

I'm using a esp32 dev board and used this schematic: https://github.com/Kaldek/rat-ratgdo/blob/main/schematics/ratgdo%20open%20source%20ESP-32_schem_v6.png

Tried using 2n7000, bs270 and bs170. Nothing worked.

Sorry to say it but it's time to break out the oscilloscope.

sanjay900 commented 7 months ago

I'm using a esp32 dev board and used this schematic: https://github.com/Kaldek/rat-ratgdo/blob/main/schematics/ratgdo%20open%20source%20ESP-32_schem_v6.png

Tried using 2n7000, bs270 and bs170. Nothing worked.

Just to check, did you program it using the v2 or the v2.5 firmware? that schematic is assuming the v2 firmware, as the TX pin changed between the v2.5 and v2 hardware, so if you used the 2.5 firmware, it would not let you control the GDO

lewisdiamond commented 7 months ago

Sorry to say it but it's time to break out the oscilloscope.

I wish I had one.

Just to check, did you program it using the v2 or the v2.5 firmware? that schematic is assuming the v2 firmware, as the TX pin changed between the v2.5 and v2 hardware, so if you used the 2.5 firmware, it would not let you control the GDO

I used the ESP Home version with the 2.0 and matched the pins with the schematics.

lewisdiamond commented 7 months ago

This schematic: https://github.com/Kaldek/rat-ratgdo/blob/main/kicad_files/D1%20Mini%20-%20ESP8266/RatGDO-OpenSource-D1Mini-ESP8266.pdf with BS270s work fine. I can test with 2n7000s and BS170s so we can update the readme.

Kaldek commented 7 months ago

More evidence that depending where your MOSFETs come from, the older recomendations are no bueno.

lewisdiamond commented 7 months ago

More evidence that depending where your MOSFETs come from, the older recomendations are no bueno.

The older schematic is very much subpar. I think it's worth removing it and keeping only the newer one. The device it's used on doesn't really matter as they're all 3.3v ESP. I'll provide some data on BS170 and 2n7000. A formal BOM would be useful.