Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
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,
I’m using nRF51-DK with SDK 12.3 with softdevice S130 (BLE is advertising). I would like to talk with a serial device that starts up with no HW flow control and later...
Hello! I know that there's a temperature sensors built in the nrf52840 device. what i would like to do is to connect an external temp sensors, and get the data from it in...
Hi,
I want to use AES CCM in my project (I want to try both CC310 and mbedTLS).
When I compile my project, I have undefined reference to 3 functions that are located...
We have a 52832 device that is showing some possible flash corruption during programming. Does the softdevice perform an integrity check on startup such that a corrupted softdevice...
Hi I am using nRF52832 .My application acts as central and Peripheral at the same time.
board acting as Central: scans and connect to peripherals without any error.
But...
Hi,
I'm using nrf52840 and a barcode reader by UART using softwareSerial.h library, it works fine. I am also using the bluefruit.h library to communicate by bluetooth that...
I'm modifying the DFU example app in SDK 15.3, for the nRF52840.
attempting to call fds_record_update or fds_record_write within the context of app/main.c ble_evt_handler...
nRF5_SDK_11.0.0_new\examples\ble_peripheral\experimental_ble_app_eddystone\pca10028\s130\arm5_no_packs
Using the above mentioned example on a custom board with nf51822....
Hi,
I am working on a custom board with the 52840 chip. The problem I'm facing is that when I plug in my custom board, Windows 10 immediately shows a USB malfunction error...
Before my 52840 acting as central is connecting, it scans with the following params list:
static ble_gap_scan_params_t const m_scan_params = { #ifdef BOARD_PCA10056 .extended...
Hi i am using nrf52840 DK and i am trying out sleep_mode after timeout happens. but i had a doubt in ble_adv_evt_idle i.e if i use this case the device goes into sleep and...
Dear all,
I have a problem.The DFU could not be performed due to a large size of the application around 300kB.
Platform : 52832;
SDK: SDK_11.0.0;
softdevice:s132.
If we edit the example code in seggar embedded, are the same changes done for the hex files of the same examples? IF not how do we change the code and put it in the dongle...
Hi,
I was following the instructions laid out in the "Configuring DFU over Mesh" guide in the nRF5 SDK for Mesh v3.1.0 ( https://infocenter.nordicsemi.com/topic/com.nordic...