Skip to content

Releases: arduino/uno-r4-wifi-usb-bridge

0.5.1

29 Nov 10:08
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

What's Changed

  • OTA: enable spiffs formatOnFail by default by @pennam in #69
  • OTA: update Arduino_ESP32_OTA dependency to 3.0.1 by @pennam in #70
  • Update packaging by @pennam in #71

Full Changelog: 0.5.0...0.5.1

0.5.0

25 Nov 14:25
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.4.1...0.5.0

Release 0.4.1

16 Feb 09:47
Compare
Choose a tag to compare

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

Full Changelog: 0.3.0...0.4.1

Release 0.3.0

30 Aug 12:09
bf90077
Compare
Choose a tag to compare

Release 0.3.0-rc1

16 Aug 11:22
Compare
Choose a tag to compare

Release 0.2.1

31 Jul 09:19
Compare
Choose a tag to compare

What's Changed

  • Removed rfp-cli patch causing issues with sketch uploading

Release 0.2.1-rc1

27 Jul 13:59
Compare
Choose a tag to compare
Release 0.2.1-rc1 Pre-release
Pre-release

What's Changed

  • Removed rfp-cli patch causing issues with sketch uploading

Release 0.2.0

05 Jul 16:30
Compare
Choose a tag to compare

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

07 Jun 09:23
Compare
Choose a tag to compare

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"