PWM does not work Navio+

Hello,

I need to work to PWM module of Navio+ but when I test the examples they do not do anything.
If I want that PWM module works I have to enable the Ardupilot on boot.

When I do it, the examples like LED and servo, works well but that is not the idea.

I just need that the PWM module works without needed of Ardupilot or stuff.

thank you.

Yeah, sorry for that. git pull and rebuild and you should be fine!

I tried it but

remote: Counting objects: 6, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 6 (delta 2), reused 6 (delta 2), pack-reused 0
error: unable to create temporary file: No space left on device
fatal: failed to write object
fatal: unpack-objects failed

this was the result. Do you think that is necessary reprogram the SD card?

This is what it is. You don’t have space left. If you hadn’t expanded your file system, issue this sudo raspi-config --expand-rootfs and reboot

I still have the problem.

if I do not enable the Ardupilot, the PWM port does not work.

Have you pulled the branch and rebuilt the binaries?

no, I do not kow how do it

Please, run git pull in the repository.

it said to that:

pi@navio:~/Navio/C++/Examples/principal $ git pull
Already up-to-date

And I cannot use the PWM module until run the ardupilot in root.

This topic was automatically closed after 100 days. New replies are no longer allowed.