cimba007
cimba007
This library is a bad joke: ``` // for drop-in compatibility with NewSoftSerial, rxPin & txPin ignored AltSoftSerial(uint8_t rxPin, uint8_t txPin, bool inverse = false) { } ``` pretending to...
 Version 0.5.4  I am using an external Bleutooth USB-Adapter. ``` [ 5.827353] Bluetooth: Core ver 2.22 [ 5.827519] NET: Registered protocol family 31 [ 5.827530] Bluetooth: HCI device...
I am not very familiar with this nodejs stuff. What do I need to do to install versioin 0.5.5 from the repo?
I am not sure if this can be compared as I purged all ble objects (went down from 7000!! to 700).  I managed to get to 0.5.5 be replacing...
Install from custom url (in Adapters) => from github => ble This seems to get the latest version from github and installs it. Pretty convinient and easier then I thought....
During active operation more current will be consumed resulting in a potentially lower voltage of the coin cell. Disabling BOD during sleep (a period with low current consumption) should always...
One addition: _delay_ms(1); getADC1(); _delay_ms(1000); WIll take 4 Seconds instead of the intended 1 second. Can you tell me more about the reason for this delay? I guess you ran...
Hello, on my current configuration the rules system does not show any meaningfull values on "autocomplete".  Althrough I have one node with 2 sensors which I would like to...
I noticed the option to enable/disable operations via operations is not possible. With this I would very conveniently enable/disable my notification mechanism.  Rule and Timer is possible, Operations is...
I tried a workaround with scripts but I have no idea how to list all operations with their correspondig ID so I could use a script to disable the specific...