Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
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...