Skip to content
New issue

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

Design how a second screen system would work #246

Open
willwade opened this issue Jan 15, 2021 · 3 comments
Open

Design how a second screen system would work #246

willwade opened this issue Jan 15, 2021 · 3 comments

Comments

@willwade
Copy link
Collaborator

willwade commented Jan 15, 2021

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:

  • OLED screen that is controlled over BLE or Radio
  • Separate partner app where pasco transmits text to that

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.

@willwade
Copy link
Collaborator Author

willwade commented Jan 15, 2021

Question is - how to do this. Requirements:

  • Multiple screens. So 1-4 screens required.
  • Distance. Should be able to go through walls. Basically deal with a house. Screen could be upstairs from person communicating.
  • a 16x2 or bigger ideally screen (something like this form factor: https://www.adafruit.com/product/1365) (maybe even https://www.adafruit.com/product/2674)
  • Battery powered. Two buttons on each screen. One to pair. One to repeat last sentence displayed.
  • NOT RELIANT ON WIFI We are working in schools and homes where adding a Wifi device is not allowed. Maybe a wifi peer to peer connection??

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

@willwade
Copy link
Collaborator Author

willwade commented Jan 15, 2021

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.

@biii-tech
Copy link

Hi @willwade,
read this https://blog.nordicsemi.com/getconnected/tested-by-nordic-bluetooth-long-range.
nrf52840 BLE long-range mode might satisfy your need

@gavinhenderson gavinhenderson added this to To do in Pasco Roadmap Mar 11, 2022
@gavinhenderson gavinhenderson changed the title Second screen required Design how a second screen system would ork Feb 17, 2023
@gavinhenderson gavinhenderson changed the title Design how a second screen system would ork Design how a second screen system would work Feb 17, 2023
@gavinhenderson gavinhenderson added this to Triaged in Pasco Roadmap Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants