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 am attempting to implement the TWI drivers from the SDK for a nrf52832 chip for a pca10040 board. I am using the twi_hw_master files to drive my TWI and insofar...
Hello.
Since i migrated from 1 to 2 SPI bus, IRQ Handler at completion is not called. Can I use 2 easy DMA SPI ?
1 bus was working fine.
here is my config
/* SPI...
Hello Nordevzone:
8.0 multilink example
I tried to use this modified handler to receive notification data from a s110 based application. The centerpiece of the handler...
Hello! I have been playing with this example and got some LEDs blink here and there, but would very much like to have UART working as well. The documentation states that ...
Hi,
I'm using the nRF51822 for a beacon and following the ble_app_beacon example (SDK 8.0.0) with some modification in order to measure the battery level through the ADC...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Hi,
I have some questions regarding connecting multiple (as many as possible) BLE peripheral devices to a single central (simultaneously).
1:
Does anyone know of any...
Hi
I now is developing Android apps on the basis of NRF UART v2.0.
My s110 NRF51 device will switch two modes for differnet 128-bit UUID. These two modes have independent...
The Bluetooth 4.2 specifications allow for an L2CAP MTU size of up to 255 bytes. It looks like the CC2640 already supports the maximum MTU size of 255 bytes with a 248-byte...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
Hello,
I am currently working on a project where I need to be able to control an RGB by writing the PWM duty cycle to a custom BLE Service and Characteristic. I am using...
When I init, uninit, and re-init a PWM with pin_polarity set to APP_PWM_POLARITY_ACTIVE_HIGH, the actual polarity of the signal is active low. This also happens when I init...
Hello,
I am getting the error code 0x3004, because I am transmitting data too quickly and filling up the transmission buffers.
From other posts, I know the solution...
I'm trying to perform OTA programming with DFU.
when I load only softdevice and bootloader I got address xx:xx:xx:xx:xx:2E
then I load the app with DFU, now the address...