Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
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,
Are there any known Android bugs where Android should not bond, but does? I have tried searching the web without too much success.
My central device is an older Android...
Hi,
Is it possible to add scan response with extended advertisement packet?
When I try to add scan response, then I got error NRF_ERROR_INVALID_PARAM.
I am using a nRF52840...
Hi there,
I am using two nRF52 one as Master and the other as Slave SPI, but I am facing an issue with the slave side, because when I use NRF_DRV_SPI_FREQ_125K it get some...
Hi,
I am using the nRF52840 on a custom board with SDK15.2.0 with SD S140 6.1.1.
My current BLE connection parameters are below which allow connection to the nRF Connect...
With Mesh SDK 3.0.0 , i have tested with light switch example with one client and one server, it works. My question is is it possible that one server can communicate to another...
Hello,
I have developed simple scanner application that scans for beacons (apple, nordic and of own type). It prints data about beacons over UART. I have installation where...
Hi,
due to some evaluation effort of nRF52840 Dongle, I went through whole Zephyr project building of their Bluetooth hci_uart example. After couple of ardous hours(or more...
Hi there,
To do LESC with some peripherals supporting OOB Rx, and some not, and the central supporting OOB Tx, I was wondering how to correctly enforce the OOB for the right...
Hello,
I am beginner with NRF 52 DK. I am trying to change the uart example using NRF 52 with SDK 15.02, so that I would send message after pressing button to my PC via...
A temperature and humidity acquisition device uses NRF52832, watchdog, RTC timer, external touch button interruption, BLE open state, feeding the dog every minute through...
Hi,
I am having 2 nRF52 DK boards and I have to blink the leds of one nRF board with the help of another nRF 52 DK buttons and vice versa .
How to do it?
Hello,
we recently migrated from SDK12.2 to SDK14.2 and noticed a strange behaviour.
After connecting to a bonded device the nrfx_gpiote_irq_handler is no longer called...
Hello,
with SDK15 the definition of the nrf_dfu_flash_callback_t changed from
to
we used the nrf_fstorage_evt_t->result to determine the success of the operation...