Gbox 4.20
Grow box automation and monitoring - <a href='https://sites.google.com/site/growboxguy/'>https://sites.google.com/site/growboxguy/</a>
 
Loading...
Searching...
No Matches
thingspeak.ino File Reference
#include <ELClient.h>
#include <ELClientRest.h>
Include dependency graph for thingspeak.ino:

Go to the source code of this file.

Macros

#define BUFLEN   266
 

Functions

void wifiCb (void *response)
 
void setup ()
 
void loop ()
 

Variables

ELClient espSerial
 
ELClientRest rest & esp
 
boolean wifiConnected = false
 
float solarValue = 99.5
 
char * api_key = "K9LDRXS7BXSN8X1J"
 

Detailed Description

ESP8266 RESTful Thingspeak example

Author
BeeGee

Definition in file thingspeak.ino.

Macro Definition Documentation

◆ BUFLEN

#define BUFLEN   266

Definition at line 104 of file thingspeak.ino.

Function Documentation

◆ loop()

void loop ( )

Definition at line 106 of file thingspeak.ino.

◆ setup()

void setup ( )

Definition at line 53 of file thingspeak.ino.

Here is the call graph for this function:

◆ wifiCb()

void wifiCb ( void *  response)

Definition at line 36 of file thingspeak.ino.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ api_key

char* api_key = "K9LDRXS7BXSN8X1J"

Definition at line 102 of file thingspeak.ino.

◆ esp

ELClientRest rest& esp

Definition at line 30 of file thingspeak.ino.

◆ Serial

ELClient esp& Serial

Definition at line 27 of file thingspeak.ino.

◆ solarValue

float solarValue = 99.5

Definition at line 100 of file thingspeak.ino.

◆ wifiConnected

boolean wifiConnected = false

Definition at line 32 of file thingspeak.ino.