ev3dev-c icon indicating copy to clipboard operation
ev3dev-c copied to clipboard

Unable to make tacho example

Open Yatheon opened this issue 4 years ago • 1 comments

Unable to make the tacho example since make file looks for Debug folder with capital letter, while the debug folder in tacho has debug with lowercase.

Yatheon avatar Apr 29 '20 01:04 Yatheon

It makes the example OK if I rename the folder to Debug - but I wonder how that can run on RaspberryPi (BrickPi3). The program seems to get stuck on Waiting tacho is plugged... which means likely that there is nothing happening with ev3_tacho_init()... I have heard that BrickPi does not autodetect sensors and motors. Is that right? And if so - where is information as to what one should do?

UPDATE: this actually works fine. Need to specify port number by hand https://github.com/in4lio/ev3dev-c/issues/35 but that is expected if autodetect is there. Documentation is a bit not for newbies, on needs to get used to it, but it is there http://in4lio.github.io/ev3dev-c/

r0bis avatar Jun 03 '22 09:06 r0bis