ebeam-bob

Results 5 comments of ebeam-bob

The Arduino_RDMSensor example covers the first 2 PIDs, but as you can see in my issue (#173), it fails in the function rdm_sensor_definition_add. I wish I could tell you more,...

The error is coming from the test "sensor_defs[definition->num].num != 0xff", but if I comment that out, the ESP32 keeps resetting with these messages: Guru Meditation Error: Core 1 panic'ed (Unhandled...

In rdm_register_sensor_definition, the first_time_func_called flag is false the first time this is called and so the loop that sets the sensor definition number to unused (sensor_defs[i].num = 0xff;) did not...

In rdm_rhd_get_sensor_definition, the second argument to rdm_read_pd should be definition->get.request.format, not set.request.format, which is NULL.

@kudiltz What tool did you use to trace all that packet timing? I'd like to know what hardware and software you used.