07-24-2020 06:22 PM
Could you please point me to resources to connect DD2.0 with custom hardware. I have integrated a MEMS sensor onto my product and want to use DD2.0 to debug and configure the sensor on my hardware. Ideally, I would like to write software for my product that emulates the application board interface over RS232/UART. This could be in the form of C/C++ libraries or even a document that describes the messages to communicate with DD2.0.
07-24-2020 07:24 PM
Hello
By "DD2.0", do you refer to the "Development Desktop 2.0" software?
The DD2.0 software is designed to work with the Bosch-designed sensor mother board called application board. It could be found on Mouser/Digikey here:
The application board uses USB interface with custom USB driver to communicate with the DD2.0 software.
are you trying to build a custom hardware that replicates the application board mentioned here?
07-24-2020 08:16 PM
> I have integrated a MEMS sensor onto my product and want to use DD2.0 to debug and configure the sensor on my hardware.
Yes, I have included a BMI160 sensor into my own hardware and would like a way to use my hardware with Developer Desktop instead of the Application hardware.
07-24-2020 08:49 PM
No, DD2.0 is close environment which can only work with our APP board with defined protocol.
It will not able to work with your own board.
Instead, you can use the API from Github to communicate with sensor on your platform.
https://github.com/BoschSensortec/BMI160_driver
07-24-2020 08:56 PM
That's unfortunate. The software would be handy to plot accelerometer and gyroscope data for sensors already installed on custom systems.