Newbi init and stops working after a while #683
Replies: 18 comments
-
Posted at 2017-02-03 by @gfwilliams Have you updated your firmware? As it comes the Puck.js firmware had some issues keeping the pulldown resistor on the button. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-03 by OwenBrotherwood No update: as supplied to ensure I know what gets supplied to my friends if they order one :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-03 by OwenBrotherwood Or RTFM and find it is not via GUI :) "FIRMWARE UPDATES" could do with a quick link instead of reading down the page. I use the already installed sw for windows and give it a go. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-03 by OwenBrotherwood OK: you are going to love this ... I get back on this one. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-03 by OwenBrotherwood
I try and do forum scans at nordic/google. https://devzone.nordicsemi.com/question/94468/nrf-connect-for-windows-10/ https://devzone.nordicsemi.com/question/95258/nrf-toolbox-doesnt-work-properly-on-windows-phone/ my case at nordicsemi |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-03 by OwenBrotherwood As a newbie, I presumed the GUI would update the device, clearer indication that the puck.js is not flasher-able: so very easy as the receiver of a puck.js just to look thru the GUI and think "great, flasher" (until one reads what is clearly written) Better yet, use the info from "Request board details on connect" and allow for specific menu/dialogs in question with Flasher. (I will remember to make an issue of this) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-03 by @gfwilliams
It will do eventually - however I'm waiting for:
I don't mention Windows because I don't believe the Nordic tools offer it for Windows yet - at least not unless you have an nRF-DK. I did ask them if it were possible and they said they might look into it.
This is exactly what the IDE does for other boards, but I've turned it off for now because it'll just annoy everyone if they can't update with the IDE. If you want to fix it without a firmware update, just add |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-03 by OwenBrotherwood nRF Connect v1.1 is available for windows but seems not to support bluetooth I have made a case at nordicsemi |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-03 by OwenBrotherwood nRF Connect v1.1: no support for Windows 10 without a dongle
Edit: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-03 by @gfwilliams
Since you have an nRF52DK you could just use that? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-04 by OwenBrotherwood Yep: that was what I was thinking (also thinking of comments concerning uses of a nRF52X PCB :) from Espurino) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-04 by OwenBrotherwood And that it looks like the nRF Connect is a node product with an nRF core js |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-04 by OwenBrotherwood I can confirm https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF-Connect-for-desktop :
It seems the techy aspects of bluetooth with browser is Wait for Chrome but does that give the techy "serialized softdevice commands" with two outcomes:
Roll on Windows Desktop on Canonical Ubuntu: Xenix returns, with possible internal MS project name "Phoenix": but this is outside of the problem at hand. Edit: package.json
Edit: Edit:
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-04 by OwenBrotherwood Breadcrumbs
A google on bluetooth-hci-socket gives a https://github.com/sandeepmistry/node-bluetooth-hci-socket And a WIP which does not need any comments: I just edit this post to document for myself where the trail lead on Windows 10 Edit
Edit: Edit: Edit: Edit:
Edit:
Edit:
Edit:
Edit Edit: Edit: Edit: Edit: Edit:
And ....
Edit:
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-04 by OwenBrotherwood Chrome for windows has web ble http://forum.espruino.com/conversations/299715/ Except, it doesn't seem to work, so I need a reference machine. Then make sure that Virtual Box has Devices->USB->enable access to bluetooth adapter However, nRF needs a certain type of adapter on all platforms it seems, not only windows. Attachments: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-04 by OwenBrotherwood |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-04 by OwenBrotherwood Thank you puck, yes, I am VERY intrested
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-04 by OwenBrotherwood Using the nRF52-DK as a bluetooth "proxy" from Windows 10.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-02-03 by OwenBrotherwood
The code "works" ie it give me some nice LED's
The problem is, it stops working after a time.
Edit after input below.
Placement of pulldown did not seem to work
pinMode(BTN,"input_pulldown");
Beta Was this translation helpful? Give feedback.
All reactions