- Pycomboard (Documentation)
- Antenna
- Sensors
- Atom.io + pymakr or Visual Studio Code + pymakr
- Micropython
- MQTT
Start by connecting the Pycom to the expantion board and then connect the antenna to the Pycom board as shown in the picture:
Install an IDE. We recommend Atom.io or Visual Studio Code. Open the IDE and install the plugin Pymakr.
If on Mac or Linux there could be a problem connecting to the serial port (usb) on your computer. This is due to a incompatibility in the Pymakr plugin. It could be fixed by information you find in update-electron.txt
from network import LoRa
import ubinascii
lora = LoRa (mode=LoRa.LORAWAN)
ubinascii.hexlify(lora.mac())