Open danielfilho opened 9 years ago
thanks for the feedback. There's some fixes upstream in the works now that should make this better. ble-bean and noble have been updated, and bean-serial is being worked on. Will get a new version out ASAP
thank you so much for the feedback, I'll be waiting for that and keep my eyes on, to help whenever I can (and my skills allow me to).
:+1:
Turns out there's been some changes in the most recent firmware. Older versions should still work, but the latest introduced a change to how serial data is transmitted: https://github.com/PunchThrough/bean-documentation/blob/master/serial_message_protocol.md
Should have some time this week to work on it.
awesome you've already mapped a possible cause for that problem. will keep my eyes on here :)
thanks for sharing.
give version bean-io version 0.2.0 a spin
oh, I'm in US now and without my gadgets. in a couple weeks I'll give it a try.
thanks so far :)
I've been struggling for a couple hours trying to find out what could be this error, but I just can't.
I've uploaded the firmata from Jacob Rosenthal, uploaded (it gave me an error, but on LightBlue Bean some ppl say it's ok). It appears linked on my Loader (see Sketch:firmata):
Then, I'm trying to run the "hello world" with the following code:
but it gives me the following:
I've
npm install --save-dev johnny-five bean-io
it. any idea?ps: I've installed
johnny-five
, although I'm not using it yet. I want to run the basic to go through it later.