Replies: 1 comment 3 replies
-
Z2M writes
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
going over the sources, I noticed the following message ID:
Which made me wonder, how can I invoke this command? I know I could hack on zigpy-znp; but I want to start locally and small. E.g. 'telnet' to the device and start sending/receiving commands. Obviously I could use picocom and open the serial port; but then i'd need to send the character 14 + some expected value, and then what. 0x14 is not even something that's easily transmittable, as its a non-printable ascii character. So how to do this?
Secondly, I just did this
where I have no idea if this is even correct or not :p but I want to try and learn. Figured this would make for a cute addition and validate what I am setting is what I am getting.
What I was thinking about, is to see if host programs could adjust the txPower in realtime, like a PID control loop or something. Just playing with the thought for now, but what triggered me was, that after flashing a 20 dBm firmware, it felt like reception was way-worse then when I flashed it at 9 dBm. So to validate my thoughts, I'd have to compile (which takes forever) and flash. Constantly. So being able to tweak the parameters at runtime would be neat.
For now, I don't even know if it compiles, just trying to see if this is something I could do ...
Likewise, I'd be able to use this to see if I can toggle the LED to see if it actually works ;)
Beta Was this translation helpful? Give feedback.
All reactions