logo elektroda
logo elektroda
X
logo elektroda
Dostępna jest polska wersja

Czy wolisz polską wersję strony elektroda?

Nie, dziękuję Przekieruj mnie tam

Verifying ESP8266 Temperature Controller Wiring Diagram

joker0skater 975 9
Best answers

How should I wire an ESP8266 temperature controller when using a digital temperature probe?

If the probe is digital, its green wires should be connected together on the same 1-wire bus, not treated as separate analogue inputs [#19407527][#19407710] These sensors work on the 1-wire bus, so they are addressed individually and you usually do not need to split them into separate buses [#19407527][#19407929] If you do wire them to different pins, you must create separate OneWire instances in the software [#19407710] The linked probe is a digital sensor [#19407465] You will also need firmware/programming and a way to upload the program for the controller to work [#19407435][#19417623]
Summary generated by AI based on the discussion content.
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 19407308
    joker0skater
    Level 8  
    Posts: 7
    Hello
    I hope I have put the topic in the right subforum.
    I am in the process of constructing a temperature controller based on ESP8266.
    I am a layman when it comes to electronics, I have read a bit and want to solder it as follows. If anyone finds a spare moment please verify the connections drawn out and point out any errors.

    Verifying ESP8266 Temperature Controller Wiring Diagramrys.png (513.71 kB)You must be logged in to download this attachment. .
  • ADVERTISEMENT
  • #2 19407313
    cuctu_P
    Level 9  
    Posts: 44
    Help: 1
    Rate: 10
    One more question, is the probe analogue or digital?
  • ADVERTISEMENT
  • ADVERTISEMENT
  • #4 19407435
    Hawajek
    Level 24  
    Posts: 545
    Help: 52
    Rate: 89
    Once you've soldered it up, remember that you still need a program under which it will all work. Do you have any experience with programming, uploading programs etc?
  • #5 19407465
    cuctu_P
    Level 9  
    Posts: 44
    Help: 1
    Rate: 10
    In my opinion, these green wires should go to similar pins due to the fact that this is a digital sensor. If you connect it this way it is unlikely to work and you have a lot of pins.
  • #6 19407527
    robiw
    Level 26  
    Posts: 2032
    Help: 25
    Rate: 133
    cuctu_P wrote:
    In my opinion these green wires should go to similar pins due to the fact that this is a digital sensor. If you connect it this way it is unlikely to work and you have a lot of pins.


    Wrong. They should be connected together. They are sensors on the 1-wire bus.... R
  • #7 19407710
    Slawek K.
    Level 35  
    Posts: 3020
    Help: 259
    Rate: 1303
    cuctu_P wrote:
    In my opinion these green wires should go to similar pins due to the fact that this is a digital sensor. If you connect it this way it is unlikely to work and you have a lot of pins.
    .
    They don't have to, but they can too, in which case you need to create separate instances for OneWire.

    Greetings
  • #8 19407929
    robiw
    Level 26  
    Posts: 2032
    Help: 25
    Rate: 133
    Exactly, although there is usually no reason to create several 1-wire buses within a single project, given that the bus provides chip addressing. But on a stubborn basis one can split ;-) .... R
  • #9 19408592
    cuctu_P
    Level 9  
    Posts: 44
    Help: 1
    Rate: 10
    Ok don't hit 😔
  • ADVERTISEMENT
  • #10 19417623
    joker0skater
    Level 8  
    Posts: 7
    Thank you very much for your answers.

    Hawajek wrote:
    After you have soldered it, remember that you still need a program under which it will all work. Do you have any experience with programming, uploading programs etc?
    .

    I do not have, I will rely on the source: http://vito.tw/?p=460

Topic summary

✨ The discussion revolves around verifying the wiring diagram for a temperature controller based on the ESP8266. The original poster seeks confirmation on their connections, particularly regarding the type of temperature probe used (analog or digital). Responses highlight the importance of proper wiring, especially for digital sensors, and the necessity of programming the ESP8266 after soldering. There is a debate on whether multiple 1-wire buses are needed, with suggestions that a single bus can suffice due to chip addressing capabilities. The conversation also includes a link to a product related to the project.
Summary generated by AI based on the discussion content.
ADVERTISEMENT