Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hi!
I've been having some issues with the ppk recently. I've been trying to measure the current on our custom board but it was showing way too much so I tried on the DK...
What are the set of commands to send data from node (router or end device ) to leader through router,(not directly connected); in openthead cli mesh build example in https...
Hi there,
I have a question about using zephyr on my nrf52840-DK board: I want to set the system to run at 64MHz for Zephyr. However, I can't find an option to do that....
Hello,
in keeping with the low power theme, I'm looking for some help in understanding the relationship between the pcb thickness, antenna trace and range.
Using the reference...
Hi every one,
I am using mesh in uart_app
PROJECT-------->
I am sending data through nRF UART APP to BLE (in MESH condition) and the received data on BLE sending it...
Dear Sir/mam,
Could any tell what header file I have to include to resolve this error? Please see in the screenshot
And in which I am sending data using nRF UART APP,...
Hi,
The Segger software does not work behind a proxy server.
After installing and licensing it (by moving the machine outside our corporate firewall) we try to start...
Hi all
I am using nrf52 with max30003 to read full ECG and send it over BLE.
My data is acquired at 128SPS.
De default GAP settings are too slow to receive all the needed...
Hello,
we're trying to develop central BLE application on nRF52840 using SDK 16.0.0 and S140 softdevice to connect with BLE pulseoximeter (Jumper JPD-500F - it uses TLSR8266...
From the documentation i have found it seems all the nrf52 and the new nrf5340 are all "extended range" up to 105 degrees celcius.
I am evaluating an application where a...
Hello!
Thanks for your help last time, highly appreciated.
However I haven't got till actuall programming because now I can't upload hex files. I start Thingy:91 in boot...
Hi guys,
I just started to work with Nordic boards and I am currently working with Nordic nRF52-DK. I have already installed all the necessary tools that I need to run and...
Hello,
I've been playing around with the nrf52 DK (sdk 16.0.0, s132). I'm trying to add volume up/volume down functionality to the example. I found this source code from...