How do I get the HTTP response from an arduino post?
How do I code my arduino sketch in order to get the HTTP response from an arduino post?
댓글 수: 3
시간 내림차순We usually recommend the ThingSpeak library, you can use the readRaw function
String readRaw (channelNumber, URLSuffix, readAPIKey)
The soil moisture example shows how to get the response specifically without the library. Sadly, the plant finally died after I collected about 4 years of soil moisture data from it.
참여하려면 로그인하세요