I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
Hi,
I am reading some sensor data based on interrupt and i am string the data after read "n" bytes.
my store function takes around 300-400 ms but i have to read samples...
This is just a verification, but in the nRF52840 Dongle schematic, it looks like VBUS is is connected to VDDH (by way of VBUS_nRF, which isn't an actual pad or pin, but just...
Hello,
We are developing PBC with nRF52840 and we have problem regarding PCB layout. Because our PCB maker has minimal spacing between pad and track 0.2mm we can't make...
Are the iOS and Android Mesh libraries hosted on Github ( https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library and https://github.com/NordicSemiconductor/Android-nRF...
Using the nRF Connect toolchain manager on Mac I get the following errors when downloading any SDK.
I have also tried using the manual SDK install process but get...
Hallo everyone,
I have interfaced LIS3DH with nRF52832 and reading a value as below
X 230
Y 249
Z 54
How to convert this value to standard acceleration unit...
I am using the nRF5_SDK_17.0.2 "examples\ble_central\ble_app_blinky_c" example to start with my device.
It works using "init_scan.connect_if_match = true"
However, my...
Hi, all
I'm using nrf52832 pca10040, s132
I've asked several questions, but I haven't found a solution yet.
I want to send data through uart to the custom board.....
Hi,
I am trying to extract the static MAC address from a 52832 using NCS.
I do not want to try to read directly DEVICEADDR[0] or 1, but use a clean function.
I tried...
Hi People, I hope I can get help here or get pointed to a right forum where this can be answered.
I am using u-blox NINA-B306 (based on nRF52840) in one of my custom made...
Hello,
I am using the address resolution function getaddrinfo. Everythink looks fine, however I am wondering which DNS is used for that and if it is possible to update the...
Hi,
I am trying to do a quick PoC to connect some thread nodes to the cloud through a BorderRouter(RPi3b+ running Nordic Border Router, connected to a router using LAN...
I started with the peripherals/spi example, and am now trying to update to the recommended nfrx drivers. I can get the spi working fine, but I can not get the linking to work...
I am setting some manufacturer specific data to broadcast using sd_ble_gap_adv_data_set().
The data gets sent out perfectly when the advertising mode is BLE_GAP_ADV_TYPE_ADV_NONCONN_IND...
In my application, a host co-processor controls when to start/stop advertising, connect etc.
I've noticed that soft-device command are state-dependent, e.g. calling ble_advertising_start...