How can i connecting Qt program and nordic board on window OS?
-
I want to control the nordic board via Qt programming on window OS.(using the i2c interface)
So searching the google about nordic programming by Qt on window. But I can't find the clear answer.
How can i control the nordic board via Qt programming on window OS???
-
You have to be much more specific than this. For one, I have no idea what "the nordic board" is ...
-
@kshegunov
Thank for your reply...
At first, nordic board is MCU board made by Nordic Semiconductor. And I using the nRF52-DK...My goal is play vibration effect using the Qt program.
In now, I have a two program.
One is from driver IC to motor. This program is play vibration effect using the i2c interface.
Other program is Qt program. I make play, stop function in Qt program. If click the button, play or stop the vibration effect.So I need the MCU board control method by qt program.
-
@streetsoul have you already downloaded and installed the nRF5 SDK?
If so, have you been able to try any of the examples provided there?
As far as I know, Qt doesn't provide out-of-the-box support for I2C protocol. But if you find any C/C++ I2C library for Windows (maybe already provided by the before mentioned SDK?) you should have no problems using/integrating it with a Qt application
-
my first question would be, how do you connect the board to your PC by I2C?
-
@aha_1980 said in How can i connecting Qt program and nordic board on window OS?:
my first question would be, how do you connect the board to your PC by I2C?
Yes, good point. Maybe using something like this USB-I2C bridge? Let's see what the OP tell us.