Hello I have question to ask. I use the cuberotate file from Adafruit BNo055 file (example_processing file) and I tried to change the bunny.obj to other object. I have the autocad 3D modelling file in .obj and .mtl I tried to change the bunny into my 3D autocad object but it written this:
Loading this = headexcavator.obj
Loading this = headexcavator.mtl
material: ‘DefaultMaterial’
Obj Name: default
and nothing appeared when I run the coding. Can somebody help me? Thank you.
The libraries and examples that I am working with (Adafruit is just one) get raw data from sensor and send serial data (strings that are comma delimited and terminate with a line feed).
i’m using esp32 and connect with bno055… i wanted to send the raw data of bno055 from the example that i used in arduino library by using esp now… but seems like the raw data cannot be transferred to my other esp32…
Yes i’m not using arduino microcontroller but i used esp32 i2c to connect with bno055… and from esp32 i used esp now concept to send the data from one esp32 to another esp32