Hi All,
Sorry for switching to English.
I am trying to get this FM Radio to work with this addon, with running the carpc-controller on the background.
This is not working for me because I get a message from the kodi.log with:
Client CarPC GPIO Controller from 127.0.0.1 timed out
When I look in netstat --listening, then I can see that there is an actual UDP port open at 5005, that is also configured in the FM Radio addon python script.
udp 0 0 localhost:5005 *:*
When I try to communicate with the Si4703 using the tutorial below (to check hardware is OK), then it is working and I can communicate with the FM module.
https://tutorials-raspberrypi.de/raspber...io-car-pc/
When I try to compile the carpc-controller application myself from the GIT: (
https://github.com/aistodorescu/carpc-co...server.cpp)
Then I get the error:
src/si4703.cpp
Assembler messages:
Fatal error: can't create obj/si4703.o: No such file or directory
Makefile:21: recipe for target 'obj/si4703.o' failed
So I use the pre-compiled version which seems to run normally.
But now the main question:
Why is kodi not communicating with the carpc-controller using the RadioFM addon over UDP socket?