Dear forum, I am testing out the radio on the nrf5340 using two evaluation board connected to a SES setup, but the receiving board only gets garbage and the checksum is never...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi Nordic Team,
We are using the MIMXRT1050-EVK as the host and the nRF7002EK as the Wi-Fi module with an SPI connection. However, we are encountering frequent errors that...
Hello,
I'm having a serious issue with my nRF52840 board. Here’s what I already tried:
What I have done:
Verified working USB cables (data + power).
Installed...
Hello,
I'm currently working on a fitness tracker application using the Nordic nRF7002 DK board, paired with an analog MMA7361 accelerometer , and a round GC9A01 SPI-based...
As subject, the key is using prj.conf, compilation errors will occur, if do not use prj.conf, c ompilation pass but 54L15 not work(no logs aft pwer on). Is fast pair(locator...
Dear Nordic team,
I have the nRF51-Dongle and would like to use it with master control panel.
I did everything like already recommended in this tutorial .
The problem...
SDK 9.0
nRF51
PCA10028
I want use nRF51 gazell function one host multi device. Reference example code "gzp_dynamic_pairing",host and device can auto pairing .
But in host...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hey Guys,
Who can tell me what are the differences between the timer0, timer1 and timer2?
And if I want to set up timer interrupt in timer mode, the interrupt will be...
Hi everyone,
I took the example Ble_app_uart and I modified the Nus service for send data in Indicate mode.
With MCP I discover service and enable service (0x02->indicate...
Hi, every one,
In my application , we need to bond my device with host , and then our application will go to deep sleep by calling sd_power_system_off. When I wake up my...
Hi,
I have made some customs pcbs, the main one use the PCA10004 reference design and the small boards use PCA10000. I can get 25 meters on LOS (I think it can go far way...
Hello
Until recently I have been using a JLink EDU to program and test nRF51xx devices from Keil 5.14.
I recently bought a Ulink2 and would like to do the same but have...
Silly question, but I haven't gotten into a good rhythm with the debugger. Every time I try to use the debugger when a soft device is programmed, I can't seem to ever hit...
I'm trying to port the Dual Bank BLE DFU Bootloader to a custom board that we have. The only modification I have made in the bootloader was that I changed it so the internal...
I'm working in a project & I want to use the PWM application provided by the SDK with the bluetooth module, I want to control the LEDs light intensity using the PWM, the PWM...
I'm having difficulty with using PWM library with softdevice. The app_pwm_init function returns
NRF_SUCCESS but call to app_pwm_enable does not generate an output.
...
Hello,
Is that possible to connect to a device that is not advertising ? (a kind of wifi not send SSID)
In my case I know what mac address to connect so it's useless...
The critical section code in app_util_platform is controlled by the symbol SOFTDEVICE_PRESENT. Do I have to set it up in the project or is there something else that controls...