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 want to use the nRF5340 for a project that will use direction finding. I want to know if the Nordic nRF5340 SoC is compatible with Bluetoothe devices form other companies...
I used NRF52832 before, nRF5_SDK_14 for the software, using the ble_app_hrs_rscs_relay example in the SDK, NRF52832 as the host to connect a heart rate wristband, and then...
Hi, hope you everything goes well.
I have a question about using the CT008-U LCD, with nrf52840. And I am going to use gfx class function to write text or draw a rectangle...
Hi, I have interfaced the nRF52832 with temperature sensor via i2c(MAX30205 temperature sensor) . I am advertising only when it become low temperature( setting the threshold...
Hi Devzone:
I want to make nRF52833 chip enter sleep mode but not deep sleep(SYSTEM OFF) so that real time clock can still wake up the system. We don't use softdevice. ...
Hey,
I have some weired problems on DFU process where the error just appears on nrfConnect PC version.
I'm experimenting with the DFU update. I have previously used SDK...
I have 20 Nordic Thingy 91 that I am using for a project to collect temperature, humidity, and air quality. I had them programmed so that they can log the info on google sheets...
Hi,
I have a couple of general questions regarding BLE packets, things that are not completely clear to me. I'm using SD S140 v6.1.0. I hope this doesn't end up in too many...
Hi there!
Me again... I'm having issues with networks that consist of more than two nodes. When my network consists of three nodes and one node sends a message to another...
Hello I'm using sdk v17 and trying to shorten PASSKEY.
Currently, my PASSKEY is 6 letters long. I want to shorten it to 4 letters, is this possible?
Or how do I get rid...
In my peripheral FW I set the Data Length to 251 and MTU to 247. I also set the Tx Max time to 16 (16 * 1.25msec), However I always see the during the connection handshaking...
Hi,
My requirement is to send a bulk of sensor data over BLE to view on the app, I have taken dummy 1000 samples and successfully transferred them by dividing it into chunks...
Hi everyone,
I'm programming nRF52833 for my application. In my application, I used ble_advdata_parse to read the advertising packet for filtering mine device. However,...