Skip to content

Conversation

@TuEmb
Copy link
Contributor

@TuEmb TuEmb commented Jan 22, 2026

Release check list:

  • Able to send audio to Omi App in live mode
  • Able to store audio to SD card in offline mode
  • Able to sync audio file over BLE
  • Able to sync audio file over Wifi
  • Able to run DFU after OTA
  • Able to turn on/off
  • Able to transcribe from audio offline data over BLE
  • Able to transcribe from audio offline data over Wifi

Power Consumption Profile:

Offline Mode:
image

Live Mode:
image

BLE Sync Mode:
image

Deepsleep Mode:
image

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request bumps the firmware version to 3.0.15. The change correctly updates the firmware revision string in the omi.conf file. This is a standard procedure for a new release. The change is straightforward and I found no issues with it.

@TuEmb
Copy link
Contributor Author

TuEmb commented Jan 22, 2026

image

@TuEmb TuEmb marked this pull request as ready for review January 22, 2026 09:03
is_hardware_available = true;
LOG_INF("Wi-Fi hardware is ready");

// check if Wi-Fi hardware is broken/unavailable
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove dupplicated code

CONFIG_NRF70_AP_MODE=y
CONFIG_WIFI_NM_WPA_SUPPLICANT_AP=y
CONFIG_NRF_WIFI_LOW_POWER=n
CONFIG_NRF70_QSPI_LOW_POWER=n
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let wifi enter low power when it's not used

@beastoin beastoin merged commit c0abfd1 into BasedHardware:main Jan 22, 2026
@beastoin
Copy link
Collaborator

lgtm @TuEmb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants