2

I'm working on an IoT project and I recently discovered nerves. At the moment I'm using node.js with noble, that I would like to replace with nerves, for the gateway on Raspberry Pi. I didn't find anything similar and maintained for Elixir.

Does anyone know a library for BLE in Elixir?

Adam Millerchip
  • 20,844
  • 5
  • 51
  • 74
Pietro
  • 1,815
  • 2
  • 29
  • 63

1 Answers1

3

Unfortunately BLE is not well supported on Nerves. You can see the current options on this issue on the Nerves project repository.

Final comment from the Nerves maintainer:

Closing. If you're interested in Bluetooth on Nerves, please check out https://github.com/verypossible/harald. File issues there or go to the Elixir lang slack's #nervesbluetooth channel support.

Adam Millerchip
  • 20,844
  • 5
  • 51
  • 74
  • I feared this answer :(. I'm wondering why there is so poor commitment for BLE in opensource (except for iOS and android)... – Pietro Jun 17 '20 at 06:37