Skip to content

IOT based Wireless Thermostat using SAME54 and RNWF11

Notifications You must be signed in to change notification settings

MicrochipTech/RNWF11_MicroPython

Repository files navigation

Steps to run the demo

  1. Connect the Debug and Target USBs of the SAME54 XPRO to the PC.
  1. Program the SAME54 XPRO with the production hex file available inside the firmware folder.
  1. Load the example scripts those you need to test in the USB E drive which will get enumerated in the PC.
  1. The EDBG com port will show "Rapid Prototyping with Micropython. . ."
  1. You can give
     > mp command - to enter into Micropython command line mode where you can give python commands line by line and test
	 
	 > mp exec "python_script_file_name.py" -  To run any script that you have in your USB E drive
	 
	 > mp reset - to reset the whole system

Once you are in the command line mode, pressing "CTRL + C" will help you get out of the command line mode

	 >> Pin Settings, Peripheral details implemented would be covered here. <<<<

About

IOT based Wireless Thermostat using SAME54 and RNWF11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages