I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hello,
We're currently trying to update 52840 chip on a similar board such as the 9160dk, that has an external flash in between 9160 and 52840. We want to apply a firmware...
Respected Support Team,
Is it possible to create a BLE Mesh using nRF9160 DK? Alternatively, I also have nRF52840 Dongle and RAK 5010 board which has nRF52840 chip. Can...
Hello,
I am learning how to program my nrf5340DK
I started using the ncs setup but it is too much overhead for me and I wanted to try a more bare setup and I dont mind...
Hi, I want to discover Different UUID base of service and characteristics from BLE Central. First I used ble_app_blinky example and it worked fine. Next, I modified BUTTON_CHAR...
Hello All,
I am developing thread base system.
I am using SDK - nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8
Dev-kit - nrf52840
I have used "cli-mtd" code as my base...
Hi,
I was trying to create Dial-up connection for nRF9160-DK,.But, Modem COM port is not showing in Windows 10 PC (in Device Manger tab) for nRF9160-DK .
Noe:
1. Able...
Hi,
(see image below for clarity of this text)
In our product, we have this requirement. - be able to update the application on the nRF9160. - be able to update the firmware...
I'm not sure what happened to my SES but every time I try to debug I get a message saying that my image is out of date even just after having rebuilt it. Any idea what may...
Hello,
I’m able flash my code to the nRf52832 with no problem. At this point all is well. The problem occurs when I power down the device and then power up. On power up...
Hi,
I was merging the files of peripheral hr in ble mesh chat project
how to add new .a project in nrf connect sdk using segger embedded studio and also how to include...
Have a catch-22 here.
Here is my code:
When I call nrf_sdh_enable_request() it returns the error '0x08 which is SoftDevice already enabled according to the documentation...
Hi everyone,
I use to use the nrf52840 dev. board with the SDK16 examples. Now I am facing a problem with all the BLE peripheral examples
1. When I build and run in release...
Hi there,
for a customer of mine I have to programm a Arduino 33 BLE but not using Arduino IDE but use the Nordic SDK.
As it is a normal nRF52840 (inside an Nina-B306...
I am currently working on a project in which I will need to increment the pwm up to full cycle in 'x' number of steps and then be able to step down 'y' number of steps when...
I'm using app_scheduler to pass UART events in the "main thread". I'm storing multiple data types in a struct (arrays, integers) and I've set the max event size to the size...