Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Punplace/PanControl-NodeMCU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PanControl

NodeMCU part of PanControl

develope

environment

  1. Prepare your arduino IDE.
  2. Install ESP8266 library library GitHub
    1. Paste http://arduino.esp8266.com/versions/2.4.1/package_esp8266com_index.json in file > preferences > Additional Boards Manager URLs: field.
    2. In Tools > Board: > Boards manager... choose type to Contributed find esp8266 by ESP8266 Community and install it.
  3. Select Tools > Board: to NodeMCU
  4. Select the correct Port for your NodeMCU
  5. Find a example in File > Examples > NodeMCU. And try to burn it.

custom setting

  1. copy CUSTOM_SETTING_example.h as CUSTOM_SETTING.h to the directory where your .ino is.

simple trubleshooting

Arduino IDE

Can't access: /dev/tty

stackoverflow

Serial Monitor mojibake texts

Make sure you choose the currect speed of data transmission

library usage

PanControl BackEnd Communicate

reference

Releases

No releases published

Packages

No packages published