Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
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...
Hi,
I am exploring the feasibility of building a firmware for nRF52840 that supports both BLE Mesh as well as ZigBee stack (in the same firmware) but only require one of...
Hello I am using sdk v17.0 and nRF52DK.
I'm going to simply read the analog sensor MICS-5524 (gas sensor). And to do this, we used the SAADC example code and connected it...
I want to write a piece of big data to flash. Every time I write 112 word length, I write it many times. Every time I write, the address is shifted back 112. Before I write...
Hi,
Im using nRF52 DK for my project. I bought this makerdiary nRF52840 dongle as a secondary device. I go through the initial setup, it looks different than a nrf device...
Hi,
I'm using SDK 11.0 and I want to implement a firmware update procedure over GSM. The firmware data packets should be received via UART (which is connected to the GSM...
Hi !
As proof of concept i need to connect BLE keyboard which working as HID pheripheral to my CENTRAL unit.
I write the CENTRAL part ! As far as i searched i didn't find...
Hi,
I have made a project using ble_app_uart and included ble buttonless dfu in it..after continuous working whenever i connected my device via usb for data/charging it...
Hello Nordic Family.....Greetings.
i am Trying to add PB_GATT provisioning in the UART coexistence example of mesh sdk v4.2.0 .
i have Added GATT related files to project...
I have done the ble_app_blinky example, for both central and peripheral. I press button at central and LED glow at peripheral and vice-versa.
I am struggling in using the...
I'm trying to update the modem firmware on my nRF9160-DK through the Programmer app available in nRF Connect (v3.6.1), but the app is returning an error, saying it cannot...
Hi I'm designing a board based on nRF9160 that inspired from Thingy:91. I changed the LTE antenna to Molex 2067600001. Now I need to know that can I use the same external...
Hi , i would like to send some sensor data coming from SPI interface and then send it from one nrf52832dk onto another nrf52dk or a nrf52dongle and on the receiving end send...
I am currently using softdevice s140 v6.1.0 with my nrf52840 product, and I am occasionally running into a Softdevice Assert located at 0x000154A2 while the device is advertising...
Hi,
I have a wifi chip MTk7628 that communicates over a usb to ttl chip cp2104 to the NRF52832. I was able to cross compile the heart rate collector and burn the OpenWRT...