Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi!
SDK Version: v2.6.0
I am getting build errors when trying to use PWM for an RGB LED. I have followed guides provided by Nordic but I must be getting something wrong...
Hi, as I am beginner, will be please anybody kindly help me with my first project? I'd like to connect to an MQTT broker available at 89.24.xxx.xxx:2223 (mosquitto 2.0.18...
Hi,
I have a question about ESB channel setting.
When I set the channel by calling esb_set_rf_channel, how is it set? Bluetooth Classic channel format? Bluetooth Low Energy...
Hi,
We have a custom board that includes an ST LIS2DE12 sensor. I followed what looks like the normal procedure to create an out-of-tree driver for it by refactoring the...
Hello community,
I am stumbling into a very strange phenomenon.
I'm using a nRF7002DK running a custom firmware that reads data from a bunch of sensors and forwards these...
I am new to the nRF52840 and the whole Nordic environment, so this may be a pretty basic question. I couldn't find any other blog entries that fit.
I am developing a manufacturing...
I use the nrf connect sdk together with vscode.
My application is a workspace application with the following structure:
. ├── application │ ├── build │ ├── CMakeLists...
Hello
I want to flash a nRF52840dk dongle with the programmer from nRF Connect for Desktop. My application is a BLE central with MCUBOOT.
When I click "write" it asks...
Hello,
I am working on the nrf_crypto_aes_ctr_pca10040 example provided in the nRF5 SDK. I have not modified the example; I am using it as it is from the SDK. However, when...
I would like to experiment with changing the frequency of the rangings, but I cannot find where the values are located in the nrf_dm sample. What is the best way to change...
Hello Everyone,
I am trying to develop a BLE-based Smoke Sensor, is there a sig-defined service or profile that's suitable for that sensor to be compatible with other...
Hi,
I have a working application where at some point, I erase some part of the flash with following code :
On nRF52 aPageAddr is:
(not sure why other variables are...
Hello,
I am evaluating the nRF5340 for a potential BLE audio application. I was able to program the kit following the instructions and using the build script (or through...
I am starting to experiment with the nRF 5340 Audio DK. I already have quite some experience with the nRF52 DK platform.
My goal would be to implement a simple guitar effect...