FourierIndustries-LLP / Knowledge-Base

The Knowledge Base, hosted on Github Pages
https://knowledge.fourier.industries
1 stars 0 forks source link

Add Bluetooth tutorial. #1

Open monomycelium opened 10 months ago

monomycelium commented 10 months ago

The SSTuino II seems to have support for Bluetooth. I want to utilise Bluetooth Low Energy for a project using the official ArduinoBLE library, but a compile-time error was generated:

${HOME}/Documents/Arduino/libraries/ArduinoBLE/src/utility/HCIUartTransport.cpp:37:2: error: #error "Unsupported board selected!"
 #error "Unsupported board selected!"
  ^~~~~

A guide to using Bluetooth (especially Low Energy if it is supported) would be helpful to students like me who want to maximise the potential of the proprietary SSTuino.

monomycelium commented 6 months ago

Has there been any progress on this? The ArduinoBLE library seems to support the esp32 architecture, so it should run on our SSTuino II boards, right?