I am actually trying to report readings from a one wire network to thingspeak; as is often the case, some helpful soul has done it and posted the code. I am following this set of directions and code: https://internetofthinking.blogspot.com … 1612519937
I did the first part on an arduino uno to insure i had the temp chip wired correctly. I then loaded the second set of code to the thing dev and after some work, did get it to compile and upload. In the constant char section i put in my local network name and password
in the string api key, i put in my thingspeak writeapi key.
all i see on the serial monitor are chararcters: {ƛ⸮⸮⸮⸮{⸮⸮ like these over and over. I have verified the network name and password work on other devices. Any idea why this would not connect to the local network? The code has a line that indicates it is connecting, and then when its connected, but i never see those lines on the serial monitor.
thanks.