04-28-2020 06:34 AM
Recently,i get bmf055 from my teacher.i am new to this.
i have read three examples in atmel.And i want to connect datastream with arduino.i want to know if any example for it.
thank you if you can help me or give me some advice.
05-07-2020 12:28 PM
Please,anyone can help me?
05-07-2020 03:48 PM
Hi,
So far I know, BMF055 has no firmware, that means you cannot use Arduino to program it. To program the microcontroller inside BMF055, you will need Atmel toolchain. Best is to start with the BMF055 streaming example from Atmel and make necessary changes.
You can use Arduino with BNO055 to receive data. This is because BNO055 comes with bosch firmware.
Have fun!!
05-09-2020 06:04 AM
First of all, thank you very much for answering my question.
Secondly,If I want to use bmf055 and combine it with arduino to realize the positioning and navigation on the arduino car, what should I do? I have learned some knowledge about strapdown inertial navigation system, but I still have many questions about the specific steps to realize it.Can you tell me the sequence diagram to implement or recommend some useful websites or videos?
Finally,thank for your help again.
05-09-2020 06:47 PM
WIth BMF055, you need develop FW first to make sensor running and output data on host interface, then you can get data stream on Arduino platform.
As start, i suggest you try BNO055 instead of BMF055 which already have FW embeded and you can just start data stream after power on.