- install vscode
- install platformIO
- import project
- connect esp8266
- Click the right arrow(Platform:Upload) on the blue bar at the bottom of vscode to flash
VCC - 3V3(esp8266)
GND - common! ground
SCL - SCL(esp8266 default 5)
SDA - SDA(esp8266 default 4)
Alert
VBus
Vin+ - emergency button
Vin- - Buck module
3V - VCC(INO260)
USB - 5v(5V Buck module)
SCL - SCL(INO260)
SDA - SDA(INO260)
GND - common! ground
-
Install ROS (recommand Melodic)
-
Install rosserial_python
apt-get install ros-melodic-rosserial-python
source /opt/ros/melodic/setup.bash
rosrun rosserial_python serial_node.py tcp
(default)
rosrun rosserial_python node.py tcp
(on Roboy)