cimba007

Results 44 comments of 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...

![image](https://user-images.githubusercontent.com/3453121/49535962-b8f35280-f8c5-11e8-9ee8-a42489601b7a.png) Version 0.5.4 ![image](https://user-images.githubusercontent.com/3453121/49535976-c27cba80-f8c5-11e8-8840-f19102283671.png) 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). ![image](https://user-images.githubusercontent.com/3453121/49542706-99185a80-f8d6-11e8-9f81-8034c29bc1ad.png) 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". ![image](https://cloud.githubusercontent.com/assets/3453121/17662904/2cf7390a-62e9-11e6-976f-a59d77326801.png) 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. ![image](https://cloud.githubusercontent.com/assets/3453121/18026626/ca1646fa-6c4d-11e6-8cd9-09883e9ff505.png) 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...