Skip to content

Releases: Jim-Hodapp-Coaching/esp32-wroom-rp

Release v0.3.1

13 Jan 04:30
872d4ee
Compare
Choose a tag to compare

Copy README.md over into esp32-wroom-rp crate source folder to enable publishing to crates.io.

Release v0.3

13 Jan 03:13
991e89e
Compare
Choose a tag to compare

Project related:

  • First fully public release published to crates.io

Features list:

  • Monitor WiFi network connection status (revisit)
  • Send a valid TCP data stream to remote server (no receiving/parsing a response)
  • Support the use of both IP addresses and host names for remote servers

Enhancements list:

Release v0.2

28 Oct 02:11
51507aa
Compare
Choose a tag to compare

New Features:

  • Join a provided WiFi network (non-enterprise)
  • Leave a WiFi network

Enhancements:

  • Runnable test harness for unit and doctests
  • Improve architecture for Nina protocol implementation functions
  • Eliminate all current rustc compiler warnings
  • Improve on error handling throughout existing code

Release v0.1

19 Aug 18:08
d45f565
Compare
Choose a tag to compare

After a long and fun road through a proof-of-concept through to this simple but significant milestone, we are happy to announce a first unstable release of our embedded Rust crate esp32-wroom-rp. This provides the groundwork for significant WiFI functionality for the first generation RP2040 series feather boards provided by several different vendors.

Besides putting significant aspects of the software design and architecture in place, this release includes the following features:

Feature list:

  • Retrieves the current version of the NINA firmware on the ESP32 target
  • Provides an example embedded program demonstrating retrieving the NINA firmware version