Nik Collins

Results 10 issues of Nik Collins

I made a couple of questionable decisions: 1. I'm not 100% sure how to determine maximum upload size. I set 192000. 2. This chip does not support PWM, so in...

This fixes an issue that defaults all NRF5 boards to NRF5_1MBPS, instead of the previous default NRF5_250KBPS. Since radios cannot communicate at different rates, this broke existing deployments (or required...

It would be much simpler and easier to upgrade MyController with apt. Not that the existing install method is that difficult, it would just be nice for it to follow...

investigation

Originally posted to: https://forum.mycontroller.org/topic/260/batch-push-sensor-data-once-network-is-available I'm running MyController on an orangePi on my local network at home. It's working great at home and I'd like to build a similar network in...

feature request

Arduino IDE 1.8.6, MySensors 2.2, NodeManager 1.8, StampNode (Atmega328p), NRF24 SMD When hooking up the SHT21 directly to my node's power and ground, I measured the sleeping current to be...

bug

I'm seeing crazy readings when temperature drops below 32 F, looks like overflow. I assumed the library can handle temperatures below 0 C? However, I do see a lot of...

When persisting to influx db, it would be great to include as much additional contextual information as possible. I would love to see Thing/Item label, Thing/Item type, Thing/Item channel. I'm...

First of all, thank you for all of the great work you've done. Of all the Nordic sdk examples, other tutorials, your MQTTSN over docker is the only example that...

This pull request defines a direction channel and adds it to the wind sensor. This is related to #134.

I am migrating from MyController to Openhab 2.4. I have a weather station node that has wind speed, wind direction (angle), rain amount, light level. I do not believe the...

enhancement