New App: Presentor #6504
Replies: 1 comment
-
Posted at 2022-01-02 by myownself This sounds really cool. Something to control slides is one of the things I was thinking of doing for a Bangle2 when I get one, but I wouldn't have thought of the timer aspect! Posted at 2022-01-03 by user136815 Looks great Posted at 2022-01-05 by @gfwilliams Looks like a really good idea - thanks! I'd fiddled with doing something with Reveal.js (that's all JS so it's possible to add extra code to connect straight to Bangle.js, or to do it via bookmarklet) but just using HID is a lot more flexible! Posted at 2022-01-26 by mu1 Presentor v3.0 (Bangle.js) (Bangle 2) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 Posted at 2022-01-27 by nicoboss Nice and usefull step by step, well done ! Could perhaps be in the Readme ? Posted at 2022-01-27 by 7kasper Thanks! Yeah I am a bit busy atm but expect a small rewrite of codebase and proper readme based on @mu1 's steps soon! Posted at 2023-11-29 by 7kasper Ok so a little bit later than expected but a new PR with good update is opened :-) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2022-01-02 by 7kasper
Hey there! I'd like to present my first app: Presentor :-)
Backstory:
I am learning to be a teacher. I have some trouble keeping myself to time and its quite easy to lose track of it. For this reason I thought it a good idea to get a watch. While thinking about buying a watch my dad came across the bangle2 and I was instantly sold. With this thing I couldn't just see the time but I could program it to make some tracker for my lessons. So this is exactly what I did and why I did it.
What is it:
With presentor you use bluetooth HID connection (just directly connect bluetooth on your laptop/tablet/computer when the app is open) to go through your slides.
This while also having smart timers and a memory aid for your different presentation parts.
Here you can for instance say you want to take 5 minutes for your introduction and then 10 minutes for content or whatever.
While going through your parts you also get a rest timer that counts the surplus or deficit of total time you have for your presentation so you can adjust accordingly during your next slides.
Usage
Use the bangle app interface to describe your presentation (parts)
Open the app and (re)connect the bluetooth to enable HID.
Swipe left or right to go forward and backwards in your presentation.
Swipe up and down to go to the next presentation part (timer)
Click the (middle) button to go into mouse mode.
Here you can use your bangle similar to a touchpad.
Click again to go back to presentation mode.
For bangle 1 or 2 you can also hold the screen and use the accelerometer to move the mouse.
I have opened the PR: [https://github.com/espruino/BangleApps/pull/1199]
You can test it already using: https://7kasper.github.io/BangleApps/#bluetooth
The app is in beta and WIP, but if you like, please help me test the app and work out the kinks.
Feature requests are also very welcome.
Beta Was this translation helpful? Give feedback.
All reactions