Timeline for Sending Data from ESP8266 to PHP
Current License: CC BY-SA 3.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 29, 2019 at 13:53 | answer | added | Cedric Don Coloma | timeline score: 0 | |
| Apr 13, 2018 at 19:56 | answer | added | curiously77 | timeline score: 1 | |
| Apr 13, 2018 at 19:49 | comment | added | jose can u c |
Your example code doesn't have myByteArray, so saying you tried that doesn't help anyone understand the context in which you tried it. You can edit your question to include updated code you have tried, etc.
|
|
| Apr 13, 2018 at 18:59 | comment | added | curiously77 | I did that and I'm getting 254 now. I wrote this: String myString = String(myByteArray); to convert. | |
| Apr 13, 2018 at 18:47 | comment | added | Gerben |
change <13 to <12 and properly convert the byte(/char) array to a String
|
|
| Apr 13, 2018 at 18:12 | history | edited | curiously77 |
added two tags
|
|
| Apr 13, 2018 at 17:55 | comment | added | curiously77 | Please can you help me with the code? I am new to Arduino and I'm really struggling with my grades on the line! | |
| Apr 13, 2018 at 17:47 | comment | added | gre_gor |
tag= String(dat[12]); doesn't do what you think it does. Also you are trying to read 13 bytes into an array of 12 bytes and cram 13 bits into a byte. And for some reason using pin 0 for the sensor while still using serial.
|
|
| Apr 13, 2018 at 17:44 | history | edited | curiously77 | CC BY-SA 3.0 |
added a line
|
| Apr 13, 2018 at 17:36 | review | First posts | |||
| Apr 13, 2018 at 17:52 | |||||
| Apr 13, 2018 at 17:34 | history | asked | curiously77 | CC BY-SA 3.0 |