-> 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...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hi there,
When I tried to send data chunk (it's about 8K) to phone side according to this , the speed is much slower than 1K/s, and what's more, it's disconnected with...
Hi,
I have a problem in CRC of setup message for nRF8001,
and I already try the CCITT-16 algorithm with below conditions:
Poly = 0x1021,
Init = 0xFFFF,
Ignore all...
Hi,
I want do RSA on NRF51822. The build environment is GCC. And the develop base on S120. The RSA need 1K to do calculation. If I enable the RSA calculation, the APP may...
Is there any high-level documentation of the nRF52-DK (PCA10036) connections?
Studying the schematics, I have inferred some of the intents, like:
built-in JLink automatically...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
Hey,
I'm working on integrating nrf8001 with STM32, currently trying to write my own stack.
Upon reset, I read the DeviceStartedEvent, 0x81 and it shows "0x02 0x00 0x02...
Hi,
I am new to the nrf51 and I building a complex ANT application. I have part of the ANT application working but I would like to debug with printf() statements to find...
After testing with 5-6 different phones it is evident that there are major differences in how well BLE is actually supported. The Android/Iphone (and manufacturer SW) version...
Hey there,
I am looking at making some standoffs for the NRF52 Preview DK, and was wondering if someone could give me a 1:1 scale version of the DK so I can print it out...
Hi.
I am noobie and i have follow this guide devzone.nordicsemi.com/.../ .
I plugged in usb my nordic PCA10000 dongle but when i try to build a project ( when I get to step...
Hi,
I want to generate a sine wave using the nrf pwm library and a timer CC instead of a delay that is used in the sine example here to get better accuracy.
It basically...
Hello,
I am adding an extra characteristic (of 6 bytes) into one of the services that exist in the default beacon app. Then I try to update this characteristic using master...
Hello Guys,
can someone help me solve this problem (see picture below). Apparently Keil is missing an RTE and CMSIS component. I don't know where to get them. I installed...
Hi
I am trying to get to the bottom of a problem I am having with sending a buffer of data on connection and indication enable.
Here's what I do:
I have a process running...
Hello Everyone,
I am trying to use a display (through SPI) in a custom board with nRF51822 and SoftDevice S120. All works great as long as I call the SPI methods from main...