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...
I am trying to build UART support into my current project but the compilation of the nrfx uart driver fails. See error below:
Any idea how to solve this? Is there good guide...
Hi,
I'm using the NRF52840 with the "nRF5_SDK_for_Thread_and_Zigbee_2.0.0".
I tested the zigbee light_bulb example and zigbee light_bulb + ble. It works fine so my next...
I'm trying to extend the light_switch client example (from mesh SDK 3.1.0) to a gateway. The gateway will consists of nRF52832 and a WiFi module connected via serial interface...
As the title descripes i get an error with a file name in it but i can not locate this file.
I am working with the 802.15.4 wireless uart example on a nRF52840 DK. I only...
All nRF52832 based RF modules on the market have been certified using a Nordic SoftDevice. Some manufacturers say that it is ok to use a different Nordic SoftDevice without...
Hi I have been put into at task with a nrf52832 device (Mesh) that can only update the application. This is a big problem because we already have multiple device all over...
Hello. We are using nrf52840 for our product and I wanted to use aes ccm encryption for security. I was able to integrate CC310 library but I found out that encryption works...
i'm working on dynamic multiprotocol between ble and thread.
i want to ask about ble packet size in link layer and how could i change packet size ? is it could affect loss...
I am using arduino to send message through BLE to a mobile, which use "nRF Connect for Mobile" to scan the arduino.
I am able to get the information of Blood pressure (0x1810...
Hi,
We are developing a device with nRF52840 and mBed-os. We have a bootloader based on SDK 13.0.0.0-1 with softdevice s140 5.0.0-1-alpha.
Changes that has been made to...
Dear nordic,
I need a help from your side i want to create 1 hz(1000 ms time period) frequency pwm using PWM driver. i created upto 30 ms time period but i cant create time...
Hi, I'm using nrf52840 TWI master. Sometimes the I2C bus result as locked in endless loop to retry the start conditions. I see that in this case SDA and SCL are tied low for...
Updating the SoftDevice on the nRF52832 from S132 v2.0.x to S132 v3.0 using the Dual Bank Bootloader from SDK v11.0.0 results in the application not starting up after the...
I am planning to use Open bootloader example as my starting point for adding a bootloader to an application. I donot want Softdevice. Initially I am going to check the dfu...
i am working on ble_app_uart central and peripheral, so basically peripheral will sleep wake up and send advertisement packet to central . Now the issue is if peripheral is...