Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

v1.17.0.b1 (Completely new LTE class)

Compare
Choose a tag to compare
@Xykon Xykon released this 28 Feb 10:11

The highlight is that the LTE class has been completely re-written, the functionality is complete and it also allows to send AT commands directly to the cellular radio. The API has changed a bit, so make sure to check the docs here: https://docs.pycom.io/chapter/firmwareapi/pycom/network/lte/cat-m1.html

Here's the complete change log:

  • esp32: New LTE class with comprehensive methods and an option to send AT commands directly. Fix high power consumption issues on the FiPy, GPy and G01 when entering deepsleep.

  • esp32: Fix power output problems for the FiPy and LoPy4 on Sigfox.

  • esp32: Correct LoRaWAN version number to 1.0.2.

  • esp32: Fix antenna selection API for the second generation modules.

    Also add antenna selection option for Bluetooth. See: https://docs.pycom.io/chapter/firmwareapi/pycom/network/bluetooth/#bluetoothinitid0-modebluetoothble-antennanone

  • esp32: Fix LoRaWAN ADR behaviour. Enhance lora.stats(). See: https://docs.pycom.io/chapter/firmwareapi/pycom/network/lora.html#lorastats

  • esp32: Fix Sigfox lock-up on the SiPy.

  • esp32: Erase LoRA NVS area if the LoRaWAN region is different than before.

  • esp32: Adding RMT class to machine module

  • esp32: Raise specific exception if region in config block is 0xff.

  • esp32: Do not return a default region if value in flash is not set (0xff)

  • esp32: Take the LoRa region from the config block if not specified.