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...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We have an nRF52 with dual roles: peripheral for the connection to an app, and central, connecting to multiple third party peripheral devices.
we have a few problems with...
Hi,
I have a problem, I would like to implement a light dimmer endpoint witch I could bind via coordinator to bulb(or something else...). I do not known how to implement...
I am using SDK nRF5_SDK_14.0.0_3bcc1f7 in my project. All the features was working but i need to add the security mode 1 level 4 security in our BLE device with LESC. I have...
want to know how can i judge that the variation is caused in the connection interval, connection supervision timeout, slave latency once i have flashed ble_app_template code...
Hi, Is it possible to estimate the power consumption cost for sending data based on information provided by the modem?
Note from nRF9160 HardwareVerification Guidelines...
I was trying to connect to NRF52-DK using this Python script:
https://github.com/thomasstenersen/pyrtt-viewer/blob/master/pyrtt-viewer
It runs fine on some machines, but...
SDK Environment: nRF Connect SDK v1.7.1 Target: Decawave DWM1001-DEV. This uses the nRF52832
Simon posted in this discussion an example of adding a custom service to the...
Dear Members,
I followed the step on :
https://devzone.nordicsemi.com/f/nordic-q-a/71299/getting-hardfault-error-when-using-ble-lesc-pairing/292979#292979
and I got...
Hi,
I'm developing with 52832 DK. I used 'CONFIG_NFCT_PINS_AS_GPIOS' to config pin9, pin10 as general GPIOs and set pin10 to SPI_MOSI. However the system crash when applying...
Hi,
I am creating a BLE communication device (peripheral) using softdevice S132 (v7.0.1) and SDK 16.0.0 on the nRF52832 microcomputer.
I have implemented the BLE communication...
Hello,
I'm new on Nordic environment, I'm designing a RF module that require low latency to transmit few bytes (less than 10) in less then 10ms from a triggering input...
Hello,
Referencing the specification , the time it takes to complete the COMPARE task upon triggering is not directly outlined.
I would like to have the following function...
Hi,
I've installed VS Code 162.3 on Windows 10 machine via Toolchain Manager. I've also installed nRF Connect extensions for SDK v1.7.1. The build system works under NCS...