Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I've noted an odd bug in the SAADC specifically with the Low Power Mode enabled. I used the SAADC to either gather data via Timer+PPI during a data collection mode, OR polling...
Hi,
I'm working on audio codec(ES8374) which using I2S to transfer data, and this part is fine.
Since project require low power consumption, All peripheral should be closed...
Hi everyone,
I am facing the weirdest problem here.
I am working on a custom board using the NRF52832 which I was able to program without issues. I have been working...
Hi,
I am trying to test LESC Security Mode 1 Level 4 bonding with a peripheral ble_app_hrs on PCA10040 and pc-nrfconnect-ble (v2.2) with pc-nrfconnect-core(v2.6.2) with...
AoA/AoD functionality is critical to a product I'm developing.
I'm told that this functionality hasn't been released yet.
I'd like to get a rough idea of when hardware...
I am usin the nrf52840 with USB DFU on the nrf52840 dongle. I want to use the DFU since I may be needing the reset button or will not be configuring it. If I don't configure...
HI nordic,
I had a NRF52832 DK which acts as central. In ble_app_uart_c example i need to scan the battery level of nearby beacons without connecting to the beacons
How...
Hi,
We have a nRF52-PCA10040 with the Heart Rate Collector example in the version 15.3.0 of the SDK which has some trouble connecting to our Bluetooth 4.2 notifier.
...
The SDK and SoftDevice documentation show that application is located at lower address than the bootloader.
Is it possible to rearrange memory layout to something like this...
Is there any example code for sending the data to esp8266 from nrf52832 using uart.
I want to send data via nrf connect application to esp8266...
Till now. I am able to...
I'm studying nRF9160 for our new project.
The GPS accuracy of nRF9160 is 5m. I got this spec. from brief specification of nRF9160.
My questions are below:
1. Does...
Hi experts,
I used power profile kit (PPK) board to measure the current consumption of nRF52-DK which containing nRF52832.
When i using PPK and nRF Connect APP for measurement...
Hello,
My company ID just shows up in nRF Connect as "Reserved ID ", but companies just before me in the list show an actual company name. Do I just need an updated nRF...
Hi,
My device sends the advertising packet when some button pressed.
Then phone app will connect to my device and do some process between my device and disconnect.
Then...