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...
We are developing a beacon device with 10dBm power amplifier. During software development we noticed the control signals provided by ble_common_opt_pa_lna_t align poorly with...
Hi,
As title ,
I try to add the NUS service that show on the ble_app_uart project into Multi-link project.
But it doesn't work .
I want to a central connected to at...
I want to use PWM on only one output pin. I'm using a nrf51422 and softdevice s130.
I want to be able to set the PWM and then change it again (a sequence). This is to be...
I have tried using the pre-built nRFUart Example in the Master Emulator API (2.1.11.1) and get the above error
I also tried rebuilding - no change.
I do have a PCA10000...
Hi everyone,
I'm seeing a weird issue with one of my two instances of 2ch PWMs where if I receive data from TWI, my PWM1 stops functioning and TWI stops functioning as...
A characteristic can be read/write/notify.
I have seen cases in Nordic's examples where there is an internal boolean "is_notify", and when the user sets it from the central...
I'm using an nRF51822 on a custom board with Nordic's serial DFU example from SDK v10.0.0. I'm trying to find a way to exit the serial DFU without the DFU trying to update...
Hello,
I wanted to know if is any way of changing the Pins for the UART and still get the data through the USB connected from the PC to the DK? Or do I need to always physically...
Hello,
I am stitching together two examples in nRF_SDK11:
I started with example
ble_app_multilink_central
The I added code, includes, to main.c and...
Hello,
I've got a problem, and I don't know what is happening.
I've programmed several nRF51822, and my program doesn't works until I connect the debbuger to nRF51822...
I'm interested in creating a bluetooth dongle that defaults to a hid proxy mode in a manner similar to a number of csr based dongles.
What this means is it presents itself...
In libuweave project there is an example demonstrating communication between nRF51/52 and android client app. The Android client application is named SimpleLock.apk. But I...
Hi
I am trying to use nrf51822 as both peripheral and central device for my application.
nrf51822 as peripheral checked satisfactorily with a smart phone as central device...