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...
Working with NRF5 SDK 15.0.x, if I configure an GPIO as output, its initial state is low. I can set it high after configuration, but it is briefly low. Is there anyway to...
Hello to everyonel.
I am working with the Light_switch example of Mesh 3.1 on nRF52832 (PCA10040). At this moment, I am trying to understand how I can send a message from...
Hello!
I want meashure pulse time via input capture.
I configured NRF_P0, NRF_GPIOTE, NRF_PPI and NRF_TIMER1.
It work fine, but in datasheet I found next text: ...
Working with NRF5 SDK 15.0.x, if I configure an GPIO as output, its initial state is low. I can set it high after configuration, but it is briefly low. Is there anyway to...
Hello,
I've got an nRF52832 embedded in a module (Telit RE866). As such, I can't see the markings on the chip and have to resort to reading the FICR registers to identify...
I'm working on a project where two devices are trying to get an estimate of the channel between them by taking RSSI measurements over a period of time. I am having a problem...
Hello,
I have custom board with nRF52840. Most of the time It works on USB power, but it also has a battery. It has some peripherals that powered via USB too (LED w2812b...
I've been trying to add UART support from the uart example to the ble_app_template example. I've enabled all the required drivers and options in sdk_config.h and included...
Hi Nordic,
I am trying to encrypt the advertising data(UUID,Major,Minor,etc.,) of nrf52832 through ECB-AES electronic codebook mode encryption in ctr mode
i had added...
Hello
I am trying to read a multiplexed button matrix, using the BSP button interrupt example. I am doing this on a custom made PCB with an NRF52840 on-board. This is...
Does anyone know how to get real GPS data on the nRF9160 DK (PCA10090) evaluation board? In the file "autoconf.h" changing CONFIG_GPS_USE_SIM to 0 did not work. Is there another...
When trying to write a long buffer to external flash via SPIM0, I found the TXD.MAXCNT is limited to 255.
I'm directly manipulation the registers. When I wrote 256 into...