Skip to content

Releases: OpenBCI/OpenBCI_WIFI

v2.0.5

16 Mar 12:41
454a5ad
Compare
Choose a tag to compare

v2.0.5

Bug Fixes

  • Setting up SPI slave too early could lead to crash

v2.0.4

26 Jan 16:56
ffa8c0c
Compare
Choose a tag to compare

v2.0.4

Bug Fixes

  • Access point name not set until wifi manager was ran for the first time.

v2.0.3

16 Jan 15:05
f4c25ef
Compare
Choose a tag to compare

v2.0.3

Enhancements

  • Reduce buffer size for better wifi manager
  • Fix LED flash when there are stored creds and shield attempts to connect
  • Add update wifi link to home page

Work In Progress

  • Hitting /wifi on some devices did not trigger wifi manager

Third party

  • Now building with v2.4.0 from ESP8266/Arduino

v2.0.2

20 Dec 12:32
6152034
Compare
Choose a tag to compare

v2.0.2

  • Reduce buffer size for better OTA Updates
  • Add firmware version to homepage

v2.0.1

  • Updates the swaggerhub to 2.0.0 to match new routes.
  • Removed ability to change output on UDP to JSON because not supporting JSON right now.

v2.0.1

20 Dec 12:14
316c734
Compare
Choose a tag to compare

v2.0.1

  • Updates the swaggerhub to 2.0.0 to match new routes. Checkout the new specs
  • Removed ability to change output on UDP to JSON because not supporting JSON right now.

v2.0.0

11 Dec 14:14
316c734
Compare
Choose a tag to compare

v2.0.0

New Features

  • UDP support
  • WiFi Direct default support (thanks @jnaulty)
  • New docs (code of conduct, roadmap, contributing, readme)
  • When in WiFi direct mode, connect PC to WiFi Shield hotspot, and navigate to 192.168.4.1
  • Now visit 192.168.4.1/wifi in your browser to connect wifi shield to a new network
  • To erase your network credentials and use wifi direct, use GUI or go to ip address of wifi shield and go to /wifi/delete

Breaking Changes

  • No longer doing captive portal by default, must join network and go to 192.168.4.1

Work In Progress

  • MQTT Secure
  • Stability of wifi shield #48

Beta 2

Bug Fixes

  • Switch to Station if connect to wifi network success.

Beta 1

Bug Fixes

  • Can't connect to shield #51

v2.0.0-beta1

21 Nov 04:37
Compare
Choose a tag to compare
v2.0.0-beta1 Pre-release
Pre-release

v2.0.0

New Features

  • UDP support
  • WiFi Direct default support (thanks @jnaulty)
  • New docs (code of conduct, roadmap, contributing, readme)
  • When in WiFi direct mode, connect PC to WiFi Shield hotspot, and navigate to 192.168.4.1
  • Now visit 192.168.4.1/wifi in your browser to connect wifi shield to a new network
  • To erase your network credentials and use wifi direct, use GUI or go to ip address of wifi shield and go to /wifi/delete

Breaking Changes

  • No longer doing captive portal by default, must join network and go to 192.168.4.1

Work In Progress

  • MQTT Secure
  • Stability of wifi shield #48

Beta 1

Bug Fixes

  • Can't connect to shield #51

v1.3.0

30 Oct 12:26
611e424
Compare
Choose a tag to compare

v1.3.0

At this time, can no longer support both RAW and JSON modes with a single binary file. Need optimized builds. We ended up having two modes that didnt work that well instead of highly optimized builds for the different operating modes.

Breaking Changes

  • For RAW only (can't do Raw to JSON or MQTT) - upload the binary for DefaultWifiShield_v1.3.0.bin
    • This is the default firmware to be shipped with WiFi Shields
    • Sample rates of 1000Hz with Cyton (with or without Daisy) possible
    • Use the OpenBCI_GUI/OpenBCIHub
  • For JSON over (TCP/MQTT) (can't use OpenBCI GUI) - upload the binary for WifiShield_RawToJSON_v1.3.0.bin
    • Only tested with 200Hz with Ganglion
    • Only tested with 250Hz with Cyton

v1.3.0-beta1

24 Oct 15:01
Compare
Choose a tag to compare
v1.3.0-beta1 Pre-release
Pre-release

v1.3.0

At this time, can no longer support both RAW and JSON modes with a single binary file. Need optimized builds. We ended up having two modes that didnt work that well instead of highly optimized builds for the different operating modes.

Breaking Changes

  • For RAW only (can't do Raw to JSON or MQTT) - upload the binary for DefaultWifiShield_v1.3.0.bin
    • This is the default firmware to be shipped with WiFi Shields
    • Sample rates of 1000Hz with Cyton (with or without Daisy) possible
    • Use the OpenBCI_GUI/OpenBCIHub
  • For JSON over (TCP/MQTT) (can't use OpenBCI GUI) - upload the binary for WifiShield_RawToJSON_v1.3.0.bin
    • Only tested with 200Hz with Ganglion
    • Only tested with 250Hz with Cyton

v1.2.0

18 Oct 15:16
Compare
Choose a tag to compare

v1.2.0

Bug Fixes

  • Allow for CORS on HTTP server for every call. Closes #41
  • Extend max tcp packets per send
  • Optimize JSON packet streaming for better performance, allows for latency up to 39ms for 8 channel and 4 channel and 25ms for 16 channel when streaming out JSON
  • Changed return of route of /cloud