Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
Hi,
I am studying openthread, I don't understand what is Dataset in Openthread used for? It is just for backup some network parameters? How could I use the Dataset?
...
I am trying to read the analog signal to convert it to digital signal on the nrf52820, however, the saadc example is not working on this chip. Do anyone has an idea how to...
Hi Devzone:
From this page describing 2.4Ghz Radio in infocenter:
2 Mbps nRF mode ideal transmitter has a sensibility of -89 dBm
2 Mbps BLE ideal transmitter, packet...
Hello, I see as of nRF5_SDK_15.0.0_a53641a the ble_hids service now supports multiple links. Do you plan on supporting multilink ANCS in the next release of the SDK? Thanks...
Hello Sir
I will use NRF51822 in my project.
But i have read it can be connect eight channles in the same time.
But i need in my project control of 32 devices (channels...
I am making a ble project on nrf52840. I am having trouble finding the idea of adding a new node to the network. My project follows a set of main gateways and additional nodes...
Sir i have NRF52840 dongle i used many times works amazing.After i uploaded Gpio toggle program now dongle is like dead ,laptop is not detecting it, i can't see it in device...
We are adding social distance feature to our existing product. We are facing performance issue. The device has one peripheral role and one observer role. I have set scanning...
HI :
softdevice version : s132_nrf52_7.0.1_softdevice
SDK version : nRF5SDK160098a08e2.zip
example : ble_app_hids_mouse
IOS : When IOS system bluetooth has bonded...
We're seeing an issue where the soft device stops responding and ultimately disconnects with the reason BLE_HCI_INSTANT_PASSED. The disconnection only seems to happen when...
Hi ,
I have Android App acts as a peripheral app . and nRF9160dk as central mode.
I'm trying to scan for the android app , but not sure which filter to use. I referred...
Hi!
I'm trying to run Asset-Tracker routine with 9160dk to connect to the NRF cloud(ncs1.3.0). The China Telecom can't connect the nrf cloud, China Mobile can connect normally...
Hi All,
To enable infinite advertisement in ble_app_buttonless_dfu example, I di following change
#define APP_ADV_DURATION 0 //18000
But after this change, the device...
EDIT - My solution for this is posted below as a reply and it explains the issues in the code. This is an example of how to use pc-ble-dongle-js driver to authenticate using...
I recently updated my project to use the v 17.0.0_9d13099 SDK (from 16.0.0_98a08e2) and breakpoints set in gdb via JLinkGDBServer no longer function. Reverting to v16 works...