Releases: arduino/uno-r4-wifi-usb-bridge
Releases Β· arduino/uno-r4-wifi-usb-bridge
0.5.1
0.5.0
What's Changed
- package: fix version number by @pennam in #46
- Replace firmware restoration instructions with link to duplicate Help Center content by @per1234 in #51
- [OTA] Non blocking download by @andreagilardoni in #53
- Preferences fixes by @andreagilardoni in #62
- Provide Wifi FW version as uint32_t by @andreagilardoni in #54
- Add getTime by @pennam in #64
- Add ping feature by @andreagilardoni in #65
- FWVERSION Debug remove by @pennam in #66
- OTA: add format on failure flag by @pennam in #67
- partition table: fix build on windows using 0x06 subType instead of undefined by @pennam in #68
New Contributors
- @per1234 made their first contribution in #51
- @andreagilardoni made their first contribution in #53
Full Changelog: 0.4.1...0.5.0
Release 0.4.1
What's Changed
- Use ArduinoBLE library from arduino-libraries repository by @pennam in #17
- AT server.available fix by @JAndrassy in #20
- OTA code import and refactoring by @pennam in #24
- Remove unused files from espressif sdk by @pennam in #25
- Add submodules and BOSSA integration by @pennam in #27
- Add preferences support by @pennam in #28 #29 #32
- AT command SERVERACCEPT for library's WiFiServer::accept() by @JAndrassy in #22
- AT new CLIENTCONNECT commands with parameter for timeout by @JAndrassy in #23
- AT commands fix ip_type and file_op enum definitions by @pennam in #33
- Add Software Secure Element module by @pennam in #30
- UNOR4USBBridge: disconnect WiFi in programming mode by @pennam in #35
- wifi udp: add missing return values by @pennam in #36
- Root certificates: use Mozilla ca bundle by @pennam in #37
- UNO R4 WiFi new partition table by @pennam in #38 #41
- Add WiFi command to configure ECC slot by @pennam in #31
- wifi ssl: clear certificate buffer if creating a new client by @pennam in #44
- package: update script to handle binary version tag by @pennam in #45
New Contributors
- @JAndrassy made their first contribution in #20
Full Changelog: 0.3.0...0.4.1
Release 0.3.0
Release 0.3.0-rc1
What's Changed
- Add OTA capabilities
How to test
Release 0.2.1
What's Changed
- Removed rfp-cli patch causing issues with sketch uploading
Release 0.2.1-rc1
What's Changed
- Removed rfp-cli patch causing issues with sketch uploading
Release 0.2.0
What's Changed
- Initial support for ArduinoBLE (using this PR arduino-libraries/ArduinoBLE#305) -> expect bugs π
- Fix SSL certificates handling (both bundle and single certificate)
- Allow ESP32-S3 reset to bootloader from R4
- Make build system reproducible
- Bundle certificates in release binary
How to test
Kindly ask the ESP32-S3 module to go in bootloader mode π
This can be achieved by launching the attached unor4wifi-reboot
utility (if you test it, please report any success or failure) or shorting ESP_BOOT and GND (on the header close to RESET button) before powering the board. In either case, the UNO should now enumerate as Espressif USB JTAG/serial debug unit
Flash S3.bin at address 0x0 using espflash or esptool
Or use the unor4wifi-update script.
0.1.0
Flash with
python3 "esptool.py" --chip esp32s3 --port "/dev/ttyACM0" --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 "CompostaUSBBridge.ino.bootloader.bin" 0x8000 "CompostaUSBBridge.ino.partitions.bin" 0xe000 "boot_app0.bin" 0x10000 "CompostaUSBBridge.ino.bin"