Hi,
I have an issue with VS code. The connected devices does not show my jlink debugger nor the DK. However, nrf connect desktop programmer shows them.
Toolchain: v2.6...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
I'm using S110.
I have a characteristic that is writable from phone client. However, the characteristic has lower and upper limits (an acceptable range) for the application...
Hi experts,
I'm trying to bond device between my android phone and the Nordidc51822(S110 v7.0). but I found that it's very difficult to achieve this function. Is there...
Hello,
I'm using nordic 8001 chip within a custom board.
Everything is working but rarely, at random moments, I'm receiving packets with 255 length. I attached a print...
1,I use nrfgo studio and can download softdevice ,it is OK.
2,I use the s110 example,it runs ok too.
3,I modify something from the example ,and click debug(keil),but it...
1,I use nrfgo studio and can download softdevice ,it is OK.
2,I use the s110 example,it runs ok too.
3,I modify something from the example ,and click debug(keil),but it...
I would like to be able to do a sanity check on the CHIP ID.
The Product specification states:
"No ID will violate the rules specified in section 6.4.3.2"
Section 6...
I am finding it difficult to figure out what is the minimum toolchain requirement to get started developing using the nRF24LE / U.
Is Kiel the only compiler ? Can SDCC...
Hi,
I have nRF51822 DK with (s110_nrf51822_7.0.0, nRF51 SDK_v6.1.0.0) and when i try to run the project in IAR 7.20.2 i receive an error.
2 ) My icf file...
Hi!
I have bought the nrf51822 EV KIT and it came with 5 extra nrf51822 modules but them without a board. I have researched a little and I found that I need the Segger...
Hi,
We're using an off the shelf module with a trace antenna that can't be modified.
Measured the module once assembled, and due to surrounding plastic materials, the...
Just finished upgrading to the latest SDK Version -- and trying to build some of the examples -- but consistently getting compilation errors when building any of the nRF51822...
When working with BLE, one sees a lot of different names for roles, which is confusing. What is actually the difference between them all, master, slave, central, peripheral...
Hello to everyone,
I'm developing a new project with a nrf8002 and a Smartphone with Android 4.4.2. Both devices connect to each other fine, and I can bond them with no...
Hi,
I made a peripheral firmware based on "s110\experimental\ble_app_uart" example, but I don't know how to write a central module FW so that these two can pair to each...