-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nRFConnect #1
Comments
I don't understand your issue. All these examples are running in nRF Connect (version 2.0.0) |
Hmmm, so you are using Visual Studio. I'm using SDK V1.9.1, (Segger) none of the examples compile without me placing an overlay nRF52840dk.nRF52840.overlay in the root directory of the project. As follows: &uart1 { &i2c1 { &spi0 {
}; arduino_i2c: &i2c0 { |
Yes I am using Visual Studio Code, no idea about Segger... |
Maybe it works if you activate the shield SHIELD_QORVO_DWS3000, it is already defined in the driver. Can you show me how ? |
I have a better question to ask. I have managed to get it to compile and run, but I never receive the final message, I'm guessing that it is delay settings. |
If you use Cmake only you can add set(SHIELD qorvo_dws3000) to CMakeLists.txt |
No, i haven't. So does the basic stuff work now? |
No nothing that requires RX of a TX functions. After many hours of scrathing my head I made ex_06a_ss_twr_initiator and ex_06a_ss_twr_responder to work. I had to change the delays in iniator ` `/* UWB microsecond (uus) to device time unit (dtu, around 15.65 ps) conversion factor.
It would be nice to get it working :) |
Almost all zephyr projects are opened through nRF Connect now. Withoiut trying to be difficult would it be relatively simple for you to create a repository with any of the example code whereby it could be opened with nRF Connect ?
I've tried to get things to compile and headers are missing.
In addition would it not be more simple to change a board overlay to include the following ?:
`&spi0 {
status = "okay";
sck-pin = <2>;
mosi-pin = <20>;
miso-pin = <3>;
cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
};`
Thank you...
The text was updated successfully, but these errors were encountered: