NRF.setServices Datatypes #2463
Replies: 2 comments
-
Posted at 2018-02-20 by @gfwilliams EspruinoHub definitely shouldn't fail that way, and I have just fixed it - but I think you'd still hit issues either way. A service can only hold a maximum of 20 bytes in normal Bluetooth LE, so the write would fail. Your message seems to be 60ish elements long, or lots of characters. If you want to use characteristics, I'd:
It's an
You mean if you're not connected to the IDE? If you're using EspruinoHub you can send a MQTT message to You can also connect via serial as well, which is easier if you have the USB-TTL converter to do it. Failing that you'd have to save |
Beta Was this translation helpful? Give feedback.
-
Posted at 2018-02-21 by werty1st just an info how far i am. no help required. i think the puck crashes. i have to attach a serial console. Puck:
Node Red send IR Payload in chunks
EspruinoHub
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2018-02-19 by werty1st
Hi,
i try to send some IR Codes via nodered + mqtt + puck to turn on my soundbar on chromecast activity.
Topic:
The Problem is that the EspruinoHub crashes after it receives the message:
If i send the hole command as a string to /ble/write/e9:05:8c:a7:64:ab/nus/nus_tx it works.
So i'm questioning what are the limitations for self defined Services?
Can i send the IR Codes that way?
How "looks" the evt.data Object of the onWrite function?
How can one read that console.log as long as the puck is connected to the IDE?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions