Skip to content

timmyhadwen/source-code-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

source-code-examples

Examples of code for the ESP8266

IOT_LED

  • A simple LED connected to a UDP socket.
  • The following commands can be used over netcat on port 2500
    • 'LED' toggles the LED on GPIO2
    • 'ADC' sends the ADC value back over the network
    • 'RSSI' sends the RSSI of the connected access point back over the network (good for range calulcations)

About

Examples of code for the ESP8266

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 52.7%
  • C 47.3%