I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
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...
I don't know where to submit these things.
I don't fully have my DFU working yet, but clearly I have a badly formatted init packet. However, the resulting behavior was...
If an app is advertising on all channels, and receives a SCAN_REQ on 37, will it transmit the ADV_IND (and potentially SCAN_RSP) on 38 and 39, or is advertising interrupted...
I am attempting to use sscanf() on nRF51822. However the chip simply freezes when reaching that part of the code. Do I need to add anything in the toolchain to make it work...
I'm using nrf51, I noticed that when I disable some functions calling (in the file flash_memory_management.c ), the behavior or the function in the file ( fatigue.c ) is correct...
Hello ,
Easy question, I am using the nRF52832 and am trying to find out if all gpio pins have gpiote functionality? And if so can all gpios be configured as an external...
hi
this is my timers_init(); func
static void timers_init(void)
{
uint32_t err_code;
// Initialize timer module.
APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_MAX_TIMERS...
I am writing an App for the Central/Master side using the s130 v1.0.0 SD. I am connecting to the soft device using the python wrappers for the nRF51-BLE-Driver-Win 0.5.0....
I want to write a program in Keil by SPP for communicating with a thermal printer that uses SPP
but I can't find source code about that.
Is this possible to do this with...
Hello
i have nrf52 PAC10036 dev Board.
i am using the visualgdb.
when i try to create the instance of the TWI.
i got the error
please check image for detail.
How i can...
I want to turn off BLE-peripheral Advertising for 8 hours but I want to use another timer with period of 50ms to scan GPIO ,
when I change prescale of
APP_TIMER_INIT(APP_TIMER_PRESCALER...
Hello,
is there a good documenation or introduction about the Programmable Peripheral Interconnect Feature? I read the short part in the Objective Product Specification...
Hi everyone,
I need to use an nRF51822 (MBH7BLZ07-109033) mounted on a custom board.
I want to develop my firmware application on the custom board in such a way I can...
Hello,
I am using nrf51822 doing projects. I met an issuse which is that at the first 6 minutes, it can normaly go into UART interrupt and run subroutine successfully....
I'm testing out TWI on pins 24/25 and I get a crash when I attempt to do a TWI transfer and I find myself in: WDT_IRQHandler ()
I'm using much of the example code:
APP_TWI_INIT...