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...
My code is as follows:
APP_GPIOTE_INIT(4);
retcode = app_gpiote_user_register(&gpioID, 0, (1 << INT_PIN_MAXIM), interrupt);
The latter function call seems to fail with...
I have check the mesh feature on below link:
github.com/.../nRF51-ble-bcast-mesh
But it seems to work under SDK8.0, how can I make it work with SDK11 and SD130?
Thanks...
To all,
I looked through the nRF52832_PS_v1.0 product spec and I can't find any power consumption numbers for Flash erase. Does anyone know what is the Flash peak current...
I'm trying to migrate a BLE peripheral app on nRF51822 from SDK 10 and s110 to SDK 11 and s130.
I saw that the new Peer Manager does away with pstorage in favour of fstorage...
We designed a BLE device (based on SDK v10.0.0 + SoftDevice S110). From this device we do a few notifications (through sd_ble_gatts_hvx) between two connection intervals....
Hello I have some question about Keil uVision and Nordic Semiconductor SDK.
My development platform is Keil uVision v5 and my target board is nRF51-DK
I've studied many...
I can't find sample code showing how to send multiple packets per BLE interval.
Can someone share an example or point to one in the SDK?
Thanks
Hani Abidi
Hello all,
I am using the nrf51822 chip as well as an accelerometer LIS3DH. The device does advertising and turns on a LED when it is active.
The accelerometer is configured...
I have implemented multiple application timers who all automatically use the scheduler because I used:
APP_TIMER_APPSH_INIT(APP_TIMER_PRESCALER, APP_TIMER_OP_QUEUE_SIZE...
So im basing my project on your Android-nRF-UART-master example found in github, i don't know if its a app bug or issue regarding the circuit, but first connection is always...
I just started using the RTT and it's been a huge help. I'm working on a multilink application, and would like to have each link output to a different RTT terminal. I use...
Hi !
I'm using S130 softdevice on SDK 11 as central. I'm wondering if there are any conflits in the stack I should be warned. I know it is not allowed to start connection...
So im basing my project on your Android-nRF-UART-master example found in github, i don't know if its a app bug or issue regarding the circuit, but first connection is always...
I want to send over Uart when Button1,Button2, Button3 and Button4 are pressed.
static void button1_pressed(void)
{
printf("\r\nButton 1 pressed\r\n"); //Turn on
}...