We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I developed an app on MBED that runs on this kind of device: http://www.wireless-tag.com/wireless_module/BLE/WT51822-S4AT.html
Even if MBED doesn't have a specific board for it, I use a RedBearLab BLE Nano board, and everything works fine.
I tried to port the project to Platformio but no way to make it work. It compiles fine, it downloads fine, but it doesn't either run.
I suspected the size of the RAM (since the above mentioned board has only 16K), so I created a custom board following this: http://docs.platformio.org/en/latest/platforms/creating_board.html
but no luck Any help will be appreciated
The text was updated successfully, but these errors were encountered:
I think this is a duplicate of #18
Sorry, something went wrong.
Duplicate of #18
No branches or pull requests
Hi, I developed an app on MBED that runs on this kind of device:
http://www.wireless-tag.com/wireless_module/BLE/WT51822-S4AT.html
Even if MBED doesn't have a specific board for it, I use a RedBearLab BLE Nano board, and everything works fine.
I tried to port the project to Platformio but no way to make it work.
It compiles fine, it downloads fine, but it doesn't either run.
I suspected the size of the RAM (since the above mentioned board has only 16K), so I created a custom board following this:
http://docs.platformio.org/en/latest/platforms/creating_board.html
but no luck
Any help will be appreciated
The text was updated successfully, but these errors were encountered: