We are currently utilizing the nRF5340 with Zephyr OS version 3.6.99-100befc70c74 and nRF Connect SDK version 2.7.0-5cb85570ca43. We have the following inquiries:
If we...
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board and a series of nrf52840dongles (provisioning and configuring inside the software and...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
I am using nrf5340 in my project. We had to replace flash memory but need a replacement with the same layout. So I am currently looking at w25q01jvzeim or w25q01jvzeiq . The...
I am building the: https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-2-cellular-fundamentals/topic/lesson-2-exercise-2/ exercise and as part...
I have a characteristic whose value is an array of char, which can from 1 to 20 bytes long. Using SDK17 I can set a vlen attribute and use the function update_characteristic...
Hi, Goal: Send a firmware update from nrf5340 to another nrf5340 over BLE I found the following sample and a lot of support tickets talking about this sample but I am unable...
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...