Open willwade opened 3 years ago
Question is - how to do this. Requirements:
Communicated with BLE from software..
So maybe something like this as an architecture:
https://learn.adafruit.com/adafruit-rfm69hcw-and-rfm96-rfm95-rfm98-lora-packet-padio-breakouts
Ideally would like audio to come to this display too. Would mean it needs to be BLE all the way instead of radio/ble mixed. (BLE Mesh? https://www.nordicsemi.com/Software-and-tools/Software/nRF5-SDK-for-Mesh - or using NimBLE from Apache Mynewt (https://github.com/apache/mynewt-nimble/tree/master/nimble).)
Maybe it should have a bright led to flash when message received.
Hi @willwade, read this https://blog.nordicsemi.com/getconnected/tested-by-nordic-bluetooth-long-range. nrf52840 BLE long-range mode might satisfy your need
Need a way of showing what the last text said was.. off the device, We have communication partners who are deaf so need this to support the pasco users
Ideas:
EDIT
The outcome of this issue is to develop an architecture to figure out how we can develop second second screen functionality. Once the architecture has been designed, corresponding issues should be created to implement the architecture.