Page 1 of 1
how to connect gy85 to nodemcu and stream to thinkspeak
Posted:
Thu Sep 29, 2016 4:20 am
by jackyyy
hi, i am a newbie in esp8266 nodemcu esp-12. Was given a task to stream data of the gy85 to thinkspeak,
i had connected gy85 to arduino uno and it work perfectly fine.
please advise on how to connect and how should i code it.
Thanks
Re: how to connect gy85 to nodemcu and stream to thinkspeak
Posted:
Thu Sep 29, 2016 11:14 pm
by trackerj
First of all will be great to provide your used wiring diagram.
For ESP8266 connection be sure that you use on GY-85 for PWR in the 3.3V input pin not the 5V one.
Re: how to connect gy85 to nodemcu and stream to thingspeak
Posted:
Tue Oct 04, 2016 6:05 am
by jackyyy
hi trackerj, this is the connection that i used
gy85 to mcp3208 to nodemcu
GND -> AGND
SCL -> CH1
SCA -> CH0
CLK -> D5
Dout -> D6
Din -> D7
CS/SHDN -> D8
DGND -> GND
please advise how should i write the program in order to stream to thingspeak
Re: how to connect gy85 to nodemcu and stream to thinkspeak
Posted:
Fri Oct 07, 2016 7:04 am
by trackerj
What do you want to use? Arduino IDE? NodeMCU? ESPBasic?
Did you tried to run a I2C scanbus to see if you have any response from your sensor board?