What version is your board? You find out by running grep v0 /etc/motd
in the console at the bottom of the IDE.
belaonurhead render.cpp
Hello,
it's this one:
Bela image, v0.3.6b, 23 October 2018
Thank you!
Then, how did you update? Can you try dpkg -i ~/Bela/resources/stretch/deb/*
and then rebuild the project?
Hey,
this worked out. Thank you so much!
great! out of curiosity, how did you update the board? I am trying to figure out how something went wrong during the update.
I updated the IDE following these instructions: https://github.com/BelaPlatform/Bela/wiki/Updating-to-the-new-IDE
And the board - I wish I could answer your question but that update happened a while ago, and I don't know how I did it anymore. Seemed to work fine though for a while.
Thank you again!
Sorry to bother you again. I now get error messages even when running the example patches:
Makefile:564: recipe for target 'runide' failed
make: *** [runide] Terminated
Do you know what could be wrong there?
Thank you again!
Can you show the full log before that error?
hey all! im really interested in getting this example up and running but im getting the following errors when i run try to run it. does anyone have any ideas?
Thanks.
it seems that you are missing the Bela_BNO055.cpp
file in your project? It's here
giuliomoro thanks for that, not sure how i missed that. ive added it it to the project and now get this error. do you know what i should replace 'cout' with?
Thanks again.
i have commented 'cout' out to see if it will run. i now get this error.
Thanks.
actually here you have a more up-to-date version of the project.
OG93 i now get this error.
That seems like the IMU is not connected or not correctly identified? Can you run this command in the console
i2cdetect -y -r 1
?
What result does it give?
OG93 i have commented 'cout' out to see if it will run.
A better fix for the error about cout
would be to add #include <iostream>
at the top and then use std::cout
instead of cout
.
giuliomoro Thanks so much, it's working perfect now.
giuliomoro would it be possible to point me in the direction of a manual on how to upload libpd patches onto the bela and have them run from startup?
To upload a patch, just drag and drop it on top of the IDE. To run on startup, go to the settings tab of the IDE, and at the top you have "Run project on boot". Select your project there, reboot and it should all go fine!
giuliomoro So the patch will run on bela without a computer then? Just an external power supply?
- Edited
giuliomoro Thank you for being so helpful!
giuliomoro Having a similar issue....I'm detecting the address of the IMU at 29, which is correct. Wondering why the data can't be sent over to the PD patch _main. I'll include the responses I'm getting.
I have the button routed on my Bela MINI, but I would prefer to not have to even include the button orientation. Is there a way to remove these aspects of the code, to make it not relevant?
Thanks a ton