Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
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:...
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...