-
-
-
That's just what I needed, thank you for all your help Gordon!
Our team won Best in Show for our time machine, out of 57 teams, first time an all-female team has won. We are very happy and proud. Video of awards ceremony available here : https://www.youtube.com/watch?v=twSjbmGJrnA
-
Ooh thank you.
Hack went brilliantly! Our time machine : http://youtu.be/EjgwNEOZt8w
#hackmcr #msf18Awards are not till 7pm so we won't know if we won anything till then, but the judges all told us they were very impressed! We have had so much fun. We didn't managed to deploy it to the cloud in the end but we got it working locally.
-
Hi
I have used Puck.connect to get a connection to my Puck. Now I would like to know its four-character Id.
Also, I'd love to find some documentation on the methods available on Puck? In the API documentation there is a section on the Puck class (here: http://www.espruino.com/Reference#Puck) but it seems to be missing a lot of stuff - for instance there is nothing in there about Puck.connect?Cheers
Clare. -
-
I think that might be a bit tricky, as I find AWS quite hard to navigate and I'm not actually sure how I would deploy that example to AWS. Also I'm quite short on time so I don't want to get distracted deploying some other thing. The example I have deployed was done via Visual Studio and AWS Toolkit. But the code in my example was taken originally from the following puckjs tutorial, and then edited: https://www.espruino.com/Puck.js+Web+Bluetooth
I have linked to my deployed site above. The identical site works fine when I deploy it on localhost.
The hackathon is Hack Manchester (UK): https://www.hac100.com/event/hack-mcr-18/
-
Hi
I'm about to enter a hackathon this weekend where I'm hoping to build a web bluetooth website which will receive events from a puck.js button whenever the button is clicked.
I've successfully created a dummy POC website which works locally, but it doesn't work when I deploy it to the cloud using Elastic Beanstalk.
This is the site: http://timetravelhack-dotnetcoreapi-dev.eu-west-1.elasticbeanstalk.com/
The error I get if I click on the clock icon is this: "This web browser doesn't support web bluetooth."This isn't actually true, the browser is fine (Chrome v70 in Windows 10). Previously I was on Chrome v69, and when I first ran the site locally I got that error and upgraded to Chrome v70, which fixed the problem.
I presume there is some problem with the fact that the site is now hosted in the cloud instead of locally. Maybe I need to use a different AMI in Elastic Beanstalk?
I've tried googling but no joy. Can anyone help? I'd really like to host the site on a server somewhere because it's quite important that multiple users are able to access the site simultaneously.
Cheers
Clare. -
Thanks for all the advice!
We gave up on getting it working in the cloud during the hackathon - we decided to focus on other more pressing matters. But the advice is all useful and I will probably return to it at some point. :)