H1

H2

H3

 H3 title with icon

Body large

Body small: Controlling the GPIO pins of the modules is rather easy. In the example below, we can let the orange LED on the expansion board blink.

Link

Word Enter Word

  • Bullet point line 1
  • Bullet point line 2
  • Bullet point line 3
  • Bullet point line 4
  1. List line 1
  2. List line 2
  3. List line 3
  4. List line 4
  5. List line 5
  6. List line 6

Note: in light sleep mode LoRa/LTE modems are stopped and have to be re-initialized after wakeup.

If something goes wrong, the device can be reset with two methods. The first is to press Enter at the MicroPython prompt.

Note: in light sleep mode LoRa/LTE modems are stopped and have to be re-initialized after wakeup.

import machine

import time

print("this will be printed before: " + str(time.ticks_ms()))

machine.sleep(1000*10, False)

print("this will be printed after 10 seconds: "+ str(time.ticks_ms()))
Header Header Header Header
Cell Cell Cell
Link Cell Cell
Link Cell Cell
Cell Cell Cell
Cell Cell Cell