You are viewing an older revision! See the latest version
NAMote 72 wiki
Overview¶
This Wiki page describes how to setup a NAMote 72 platform and implementing the available test code.
The pinout diagram below shows the commonly used interfaces and their locations.
Connecting the NAMote72¶
1. Connect the micro USB connector to the NAMote72 USB2 Input (Image above) and the other end to a PC¶
2. Ensure Connecton to PC and Virtual Drive Listing¶
Images to be entered
3. The NAMote 72 will start to run the application that is curently programmed¶
Programming the NAMote72¶
1. Import the appropriate Application Example (Test Code) into the mbed Compiler¶
Import programna_mote1
hardware test utility for North American Lora-Mote
2. Select NAMote 72 as the Platform and Compile Application¶
Images to be entered
Images to be entered
Save the program binary file (.bin) to your mbed Virtual Disk Labeled NAMOTE72, just like you would with a normal USB disk. The Status LED will flash as the PC writes the file to the Microcontroller disk. The .bin file is now programmed into the platform.
3. The microcontroller will reset after programming and the last programmed application will begin to run.¶
Test Code Application¶
The Microcontroller is now running the program; flashing LED1 forever! If you reset the Microcontroller, or disconnect and reconnect the power, the program will simply restart.
Where to Next¶
Follow the guide to creating your own programs using the online compiler
Schematics¶
Links to be entered
Data Sheets and other relevant NAMote72 Technical Information¶
SX1276 Datasheet
LoRa Modem Designer's Guide
LoRa Low Energy Design Guide
LoRa Calculator: fast evaluation of link budget, time on air and energy consumption
Interface Firmware¶
firmware to be entered