Comments on: Build a Multisensor Shield for ESP8266 https://randomnerdtutorials.com/esp8266-multisensor-shield/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sat, 06 Nov 2021 18:39:42 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Kevin E https://randomnerdtutorials.com/esp8266-multisensor-shield/#comment-694771 Sat, 06 Nov 2021 18:39:42 +0000 https://randomnerdtutorials.com/?p=71851#comment-694771 Would Esphome work with this board? Would love to see RNT including ESPHome in your tutorials for those of us using HomeAssistant. Also with options to use mqtt or the HA api.

Found this tutorial because I have one 8266 with relay shield running a heater controlled by an Esphome thermostat controller and another 8266 running temperature shield and wanted to integrate the 2 together.

Cheers,

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-multisensor-shield/#comment-618591 Sat, 29 May 2021 15:31:09 +0000 https://randomnerdtutorials.com/?p=71851#comment-618591 In reply to HU GO.

To solder to the shield, you need a 1206 SMD resistor.
Regards,
Sara

]]>
By: HU GO https://randomnerdtutorials.com/esp8266-multisensor-shield/#comment-618472 Sat, 29 May 2021 11:59:17 +0000 https://randomnerdtutorials.com/?p=71851#comment-618472 Hello Sara,
Before I start soldering, one question.
What kind of resistance does the 4K7 on the shield come with?
Best regards

]]>
By: Dave Brown https://randomnerdtutorials.com/esp8266-multisensor-shield/#comment-529515 Tue, 15 Dec 2020 17:32:37 +0000 https://randomnerdtutorials.com/?p=71851#comment-529515 In reply to Sara Santos.

Oh thanks I have never done that before. I will give it a try.

Dave

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-multisensor-shield/#comment-529497 Tue, 15 Dec 2020 16:28:34 +0000 https://randomnerdtutorials.com/?p=71851#comment-529497 In reply to Dave.

Hi.
We don’t sell the boards.
But you can download the gerber files and order the boards yourself.
Regards,
Sara

]]>
By: Dave https://randomnerdtutorials.com/esp8266-multisensor-shield/#comment-528760 Sun, 13 Dec 2020 20:41:36 +0000 https://randomnerdtutorials.com/?p=71851#comment-528760 Hello I am late to the part but would love to buy some of your PC boards, Do you sell any retail??

You are doing great work here I hope that you are well in these challenging times

Dave

]]>
By: Anthony Clarke https://randomnerdtutorials.com/esp8266-multisensor-shield/#comment-458983 Thu, 21 May 2020 20:58:12 +0000 https://randomnerdtutorials.com/?p=71851#comment-458983 Has anyone modified this PCB to support non-surface mount (?) components. Newbie here and would like to use “traditional” / Through Hole components.

Thanks

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-multisensor-shield/#comment-455445 Sun, 10 May 2020 15:48:45 +0000 https://randomnerdtutorials.com/?p=71851#comment-455445 In reply to Craig McKendree.

Hi.
You are right. Thanks for letting me know. It is fixed now.
Thank you for following our work.
Regards,
Sara

]]>
By: Craig McKendree https://randomnerdtutorials.com/esp8266-multisensor-shield/#comment-455257 Sun, 10 May 2020 03:58:57 +0000 https://randomnerdtutorials.com/?p=71851#comment-455257 In reply to Rui Santos.

Under “How the code works” below is shown; instead of showing GPIO code.

Defining GPIOs
In this section, we define the GPIOs for the output, the status LED, PIR motion sensor, and the LDR.

// Auxiliary variables for temperature and humidity
static char celsiusTemp[7];
static char fahrenheitTemp[7];
static char humidityTemp[7];

Fantastic job you’re doing by the way.

]]>
By: Ed https://randomnerdtutorials.com/esp8266-multisensor-shield/#comment-375354 Fri, 14 Jun 2019 06:36:01 +0000 https://randomnerdtutorials.com/?p=71851#comment-375354 Great project, very detailed.
For those who take it on and feel confident enough to modify your pcb design and software, i’d suggest to use a neopixel rather than an LED. That gives one more signal functions

]]>