Jump to content

NodeMCU Projects: Difference between revisions

Line 47:
machine.freq() # get the current frequency of the CPU
machine.freq(160000000) # set the CPU frequency to 160 MHz
 
 
*Check AP Name:
Line 69 ⟶ 68:
import my_app
my_app.main()
 
* Upload data using Serial Port
sudo pip install adafruit-ampy
ampy --port /dev/ttyUSB0 put ~/Desktop/main.py
 
== Projects ==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.