-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error at raspberry pi 3 #89
Comments
I found the problem. The tutorial i was using probably had an older version of this library. Nevertheless, please comment about the meaning of the last line of the output: |
Could you post the fix which you utilized? Thanks in advance |
This worked for me:
A full running example on an aquarium can be found here, which contains an implementation that combines some of the tutorials of resin. More specifically a nodeJs server with a frontend and the pi-blaster module to control a servo motor through a web page and eventually feed your fishes. |
I am having the exact same problem. The command outputs:
The file pi-blaster.c contains a function make_pagemap(void) which I assume generates the error line, but I have no idea what it means. I'm not getting a process running in top for pi-blaster and assigning values like: |
I am using this library via a tutorial, which is working for everyone but me. So i thought that the problem is probably at the pi-blaster library.
After running:
./pi-blaster 22 && echo "22=1" > /dev/pi-blaster
where pi-blaster is the executable of the pi-blaster.c,
i got the following output:
I am not understanding what is the meaning of the last line. ???
By trying the command:
echo "22=1" > /dev/pi-blaster
i got no output and the servo motor didn't work.
Thanks in advance
The text was updated successfully, but these errors were encountered: