Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
dear folks,
I bougth my dev kit last week from digikey. I tried the asset tacker demo out of the box without success. I tried nearly everything. Updated the modem to v1...
Hi,
Is it possible to use RTC for timekeeping along with app_timer functionality?
For example, I want to use simple RTC counter register and overflow interrupt to provide...
We are using ble app uart example in gcc. The uart event handler is not responding on APP_UART_DATA_READY. When it was build on keil it is working, but due to necessity we...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hi guys,
I want to use a smartphone as a poller and the NRF52832 as a tag device. I use typical, high-rated apps desired for sending and receiving data by NFC. I tried the...
Hello, this is my first post on DevZone:-) I'm working with DWM1001-DEV board. I know that this board contains an nRF52832. I'm configuring the SAADC to measure the battery...
Hi
When I use the SDK 15.2.0 & Mesh 3.10.
This light_switch example of advertising bearer(Mesh Profile 3.3.1) default to using the channel 37.
So,I try to change the...
Hello , I started a new project with bluetooth mesh for which I am using Nordic development kits for testing. Nordic offers a provisioning application for the mesh network...
The download for the latest nRF Connect linux client (3.1.0) is linked to the wrong file.
The correct download link is available on the github releases page: https://github...
Hi,
I want to sample ADC signals and send data when requested via BLE or UART. I set a timer that triggers every 100 ms and gets ADC data. To store the data, I would like...
Hi. I'm using nRF52832, SDK13.0.0.
I need to use ECDH curve25519.
I just realized that Oberon has 25519.
There is Oneron library in ble_app_eddystone example.
I think...
I have written a flash code using fds in which i am trying to save the data 7pages(1024 each). I have defined array of record key and fie ID for it.The problem it saves for...
Hi. I'm using nRF52832, SDK13.0.0.
I need SHA256.
My code is
NRF_CRYPTO_HASH_CREATE(init_packet_hash, SHA256);
const nrf_crypto_hash_info_t hash_info_sha256 = { .hash_type...
Hello,
Using nRF5 SDK v15.3.0 Peer Manager drops Service Changed indications if an ATT MTU exchange is in progress, this hapens because function service_changed_cccd() in...
Hi there,
We need help with BLE bootloader.
Here's our setup: nRF5_SDK_15.3.0_59ac345 52840, Production PCB SES compiler for bootloader IAR 7.60 for our production code...