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

Receive Date / Time from Smartphone #9

Open
urs8000 opened this issue Oct 27, 2021 · 3 comments
Open

Receive Date / Time from Smartphone #9

urs8000 opened this issue Oct 27, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@urs8000
Copy link

urs8000 commented Oct 27, 2021

it would be useful receiving Date/Time from smartphone to display it localy on a display (e.g. ePaper)
example: BLE_DateTime_String = gadgetBle.getDateTimeString(YYYYMMDDHHMMSS); ;-)

@MBjoern
Copy link
Contributor

MBjoern commented Oct 28, 2021

That would be great indeed. I understand the problem at hand. The feature would be dependent on the smart phone to be initialized after a power cycle. Are you using a BLE only Arduino board? Otherwise it would make sense to have an internet connection available to get the current time stamp, but this would require a stationary device in terms of WiFi.

@MBjoern MBjoern added the enhancement New feature or request label Oct 28, 2021
@urs8000
Copy link
Author

urs8000 commented Oct 28, 2021

hi Bjoern
I'm using all types of Arduino programmable devices, with and without WiFi/internet possibility.
But in this case I thought this would be useful while measuring for e.g. in public transportation not having a responsive NTP connection, just using the BLE to MyAmbience also for storage and cool display

@MBjoern
Copy link
Contributor

MBjoern commented Nov 1, 2021

Hi there.

Thank you for your valuable feedback and application description.
We'll keep it on the radar for now, but I can't give you any promises when and if this feature will be added to the library.
In the mean time, this project is open source and open for Merge Requests, if you're planning to add the feature to this BLE library. At some point, it might be beneficial from our side to add a BLE protocol description, simplifying users to write their own mobile application for BLE data consumption.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants