Cornelius Munz

Results 52 comments of Cornelius Munz

Hi @Gcopper1984! Yes, you can request a port Information or Port Mode Information request via the WriteValue command. But currently the callback function is not implemented for the Port Information...

Hi @Gcopper1984 ! Thanks for your work an PR. I will have a look on it the next days. Cheers, Cornelius

Hi @smotek ! First the emulation should work for the TechnicHUB and the TrainHUB but right now only for the train motors. I am developing a new version where more...

Hi @smotek yes... you should initialize the object like the following ```c++ // create a hub instance Lpf2HubEmulation myEmulatedHub("TrainHub", HubType::CONTROL_PLUS_HUB); ``` And for the Port A, just try to change...

If you want to use the CONTROL_PLUS_HUB you have also to use the Port definitions in the enum `ControlPlusHubPort` So the line of the attachDevice should look as follows: ```c++...

@smotek Regarding the delays: In the current version the delays are already adjusted. Which version of the library do you use?

The `PowerFunctionsPort::RED` is addressing the "RED" IR channel on the power functions IR receiver. There is a RED and a BLUE channel on the receiver available. The example receives signals...

@Chris-Rodrigues I have never tried this and I am not sure if the NimBle library does support multiple connections. If you use the library to connect to other hubs it...

@Chris-Rodrigues unfortunately I have not found a time slot to test it 😢 It is on my task list

@fvanroie @Mattze0815 I will try to consider this feature request in the work on the HubManager class. Unfortunately i found not so much time till now but during the holidays...