I see Grisp 2 board support UART, as I know HC-05 also connects to microcontrollers via UART, does Grisp2 support HC-05, do we need any driver for this?
Thanks,
/Bien
I see Grisp 2 board support UART, as I know HC-05 also connects to microcontrollers via UART, does Grisp2 support HC-05, do we need any driver for this?
Thanks,
/Bien
Hi Bien!
GRiSP has a low level UART driver, so you need to write a specific HC-05 driver in Erlang.
We have an old Adafruit Bluefruit LE (NRF51) driver lying around, which we could open source. I don’t know if these chips have anything in common though…
Thanks for your answer!