It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
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...