fredlcore

Results 224 comments of fredlcore

I have now installed binutils with brew (the binutils-devel seems not to be available), and fwget.sh now throws a lot of error messages and eventually fails to compile FirmwareExtractor: `[...

Thanks for the detailed feedback! I'm not sure if I understand the blocking/non-blocking matters correctly, but looking at the code in `MultipleTrainHubs.ino`, I'm wondering whether it is not possible to...

I just figured out the reason why my code was not working properly: I assumed that after issuing an `init()`, the scan would continuously run until a connection was made....

@corneliusmunz: I now found a solution that works with non-blocking scan and gives you the freedom to initialize up to nine hubs without adding extra code - just by [going...

@ThorstenBenter: cool project! And even cooler that you used your Specci :) - I'm an 8-bit enthusiast as well (coming from Atari), and maybe just as an idea if you...

Thanks for the background information, @corneliusmunz! It would be really cool to get this working on one and the same ESP32 because now I have to make two ESP32s talk...

That's also a good option, but it doesn't seem to have an analog control, does it? That is one of the really cool features of the PS3 controller because it...

I have now published my workaround here: https://github.com/fredlcore/PS3-Lego-Duplo-Train-Control Maybe it is of use for others as well. Once both projects can run on a single ESP32, I'll adjust my code...

Hi, I would also like to thank you for this project and add me to the list of users looking forward to using two controllers with your library. I had...

I had the same problem once I had started to access the ModBus port from my FHEM installation as well. If another program is keeping the connection on that port...