Skip to content

Releases: MicrochipTech/PIC32MZW1_AnyCloud

Release 0.3.2

21 Dec 03:43
Compare
Choose a tag to compare

Bug Fixed in 0.3.2 release:

Fixed the issue of cloud connectivity due to an expired server certificate.

Details regarding the AT Commands can be found in ATCommandReference.pdf available at https://github.com/MicrochipTech/PIC32MZW1_AnyCloud/blob/main/doc

Known Issues and Limitations

Only 'Extended Deep Sleep' mode is supported currently in Low Power feature. 'Connected sleep' mode will be supported in future release.
Connectivity to Azure IoT Hub is currently not possible with domain name containing 'gateway' in it. The user would need to do a 'nslookup ' and check if the domain name contains 'gateway'. In case it does, the connectivity to the Azure server will not be possible.
Current drawn in 'Extended Deep Sleep' mode in Low Power is more than expected.
There are Manual changes done which need to be retained while regenerating the code for AnyCloud solution

Release 0.3.1

30 Jan 09:09
Compare
Choose a tag to compare

Features Added in 0.3.1 release:

  1. Added support for reading Signer Certificate through AT+READCERT.
  2. Increased the AT Cmd Length.

More details regarding the AT Commands can be found in ATCommandReference.pdf available at https://github.com/MicrochipTech/PIC32MZW1_AnyCloud/blob/main/doc

Known Issues and Limitations

  1. Only 'Extended Deep Sleep' mode is supported currently in Low Power feature. 'Connected sleep' mode will be supported in future release.
  2. Connectivity to Azure IoT Hub is currently not possible with domain name containing 'gateway' in it. The user would need to do a 'nslookup ' and check if the domain name contains 'gateway'. In case it does, the connectivity to the Azure server will not be possible.
  3. Current drawn in 'Extended Deep Sleep' mode in Low Power is more than expected.
  4. There are Manual changes done which need to be retained while regenerating the code for AnyCloud solution

Release 0.3.0

28 Dec 04:33
Compare
Choose a tag to compare

Features Added in Phase 3 (0.3.0 release):

  1. UART interfaces changed to UART2 from UART1
  2. AT Command for Baud Rate Change
  3. Upgraded the solution to latest supporting repos/ wireless release 3.7.0
  4. Modified MQTT AT Command for support of setting of KeepAlive timer
  5. Added support for more subscription topics in MQTT service
  6. Bug Fixes

More details regarding the AT Commands can be found in ATCommandReference.pdf available at https://github.com/MicrochipTech/PIC32MZW1_AnyCloud/blob/main/doc

Known Issues and Limitations

  1. Only 'Extended Deep Sleep' mode is supported currently in Low Power feature. 'Connected sleep' mode will be supported in future release.
  2. Connectivity to Azure IoT Hub is currently not possible with domain name containing 'gateway' in it. The user would need to do a 'nslookup ' and check if the domain name contains 'gateway'. In case it does, the connectivity to the Azure server will not be possible.
  3. Current drawn in 'Extended Deep Sleep' mode in Low Power is more than expected.
  4. There are Manual changes done which need to be retained while regenerating the code for AnyCloud solution

Release 0.2.0

20 Oct 09:19
Compare
Choose a tag to compare

This is a beta release of PIC32MZ-W1 UART-To-AnyCloud solution. The release adds the following features:

  1. Provisioning via TCP Socket
  2. WPA3 support
  3. Loading Server Certificate via UART
  4. Reading Certificate from TNG via UART
  5. Low Power support
  6. Bug fixes for issues found in previous release

More details regarding the AT Commands can be found in ATCommandReference.pdf available at https://github.com/MicrochipTech/PIC32MZW1_AnyCloud/blob/main/doc

Known Issues and Limitations

  1. Only 'Extended Deep Sleep' mode is supported currently in Low Power feature. 'Connected sleep' mode will be supported in future release.
  2. Connectivity to Azure IoT Hub is currently not possible with domain name containing 'gateway' in it. The user would need to do a 'nslookup ' and check if the domain name contains 'gateway'. In case it does, the connectivity to the Azure server will not be possible.
  3. Current drawn in 'Extended Deep Sleep' mode in Low Power is more than expected.
  4. Root Certificate is not being read correctly via the AT+READCERT command
  5. Support of UART interface is via UART1, hence the Host MCU connectivity is possible only on PICMZW1 Curiosity board and not on WFI32 IOT Board.
  6. Configuring DHCP Server IP address ranges via the AT+DHCPS command is not working.
  7. MQTT 'KeepAlive' parameter configuration not supported via AT+MQTTC Command

Release 0.1.1

20 Oct 05:29
Compare
Choose a tag to compare

This is a beta release of PIC32MZ-W1 UART-To-AnyCloud solution. The release fixes the following issues:
1. Non-TLS Broker not working
2. AWS Broker will connect, but without code modification PUB and SUB to support AWS topic and JSON payload will not work with Shadow things
3. TCP Server does not work properly
4. Non-Terminal mode not implemented
5. ATE0 Echo command not working
6. AT+GMR Not working
7. AT+DNSRESOLVE not working if second request is made

Known Issues and Limitations

  1. Connectivity to Azure IoT Hub is currently not possible with domain name containing 'gateway' in it. The user would need to do a 'nslookup ' and check if the domain name contains 'gateway'. In case it does, the connectivity to the Azure server will not be possible.
  2. Support of UART interface is via UART1, hence the Host MCU connectivity is possible only on PICMZW1 Curiosity board and not on WFI32 IOT Board.
  3. Configuring DHCP Server IP address ranges via the AT+DHCPS command is not working.

Release 0.1.0

20 Oct 05:26
Compare
Choose a tag to compare

First Beta Release of PIC32MZW1 Any Cloud Application