Embedded Rust Bluetooth on ESP: BLE Server
This post is the third of a multi-part series where I'm exploring the use of Bluetooth Low Energy along embedded Rust on the ESP32. Information in this post might rely on knowledge presented in past posts.
Embedded Rust Bluetooth on ESP: BLE Scanne...
blog.theembeddedrustacean.com12 min read
Christian Foucher
Industrial software engineer (embedded and computer platforms). Rust enthusiast.
Is it possible to know the memory footprint of BLE Server (FLASH, RAM) ? I have a project of BLE Joystick (my current code is using C++ and ESP32-BLE-Gamepad library), my final goal is to make a Rust implementation. I wonder if it will fit ESP32 memory.