Skip to content

Comments

Add radioala-esp project to no-std projects#61

Merged
MabezDev merged 1 commit intoesp-rs:mainfrom
Usioumeo:main
Feb 10, 2026
Merged

Add radioala-esp project to no-std projects#61
MabezDev merged 1 commit intoesp-rs:mainfrom
Usioumeo:main

Conversation

@Usioumeo
Copy link
Contributor

Added radioala-esp as a no-std example.
I think it is relevant to add to this collection, because it shows the following points:

  • How to integrate with an external ppp-module (4g modem integration)
  • How to create a stable tcp stack based on that connection (or from the integrated wifi).
  • use reqwless to make http request for http streams
  • spawn blocking tasks on second core, and handle comunication with the first one
  • decode mp3 fragments using nanomp3 library
  • reproduce the decoded fragments with i2s.

Copy link
Member

@MabezDev MabezDev left a comment

Choose a reason for hiding this comment

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

Thanks!

@MabezDev MabezDev merged commit 7706bd9 into esp-rs:main Feb 10, 2026
1 check failed
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