Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
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 All,
i am using the below link to flash the bootloader
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/device-firmware-update-dfu-with...
Hello,
I am using Eclips & ARM tool chain for project with BLE functionality. I tried to import this code in Segger embedded IDE but it did not worked. This project is old...
Hello,
I built peripheral_hr_coded sample and looking into the partition manager report (I trucated the output):
What are the s0_pad and s1_pad?
What are the EMPTY_0...
Hello,
I am developing a FreeRTOS project that uses nRF5340 MCU. For the inter processor communication I would like to make use of the RTOS-agnostic RPC library (sdk-nrfxlib...
Hello fellow bit jugglers!
We are developing an application for a nRF52805 on a nRF52-DK board, using NCS.
NCS version: 1.7.1
Zephyr version: 2.6.99-ncs1-1 (commit...
Hi:
I have a BLE HID remote control that needs to be connected to the HID central(nRF52832).My SDK is NCS v1.8.0.
When I try to connect with the HID remote I get the log...
Hello,
I have to make the external flash on the nRF9160DK work with the nRF9160.
From what I understood, the default settings are that the external flash on the board...
I have beacon that broadcast its name with type 09. I cannot get it while scanning of nrf_uart_c (adv_report).
I assume I need to activate scan_req and then parse the response...
I need a constant acquisition time for my SAADC. In my experiements I see jitter in the acquisition time, so I started debugging with PPI to ensure no Interrupts are making...
Hi,
I am trying to enable event length extension on uart example provided on the sdk. I look for information on how to done it and i found links like that:
https://devzone...
Hello,
I am using ncs1.7.1, qspi + mx25r64 external flash ota it works well, but I don't know how to change qspi to spi.
I need your help thanks
I change the parament...
Hi Nordic,
I am working on a raspberry pi based gateway which has Thread Border Router and edge node functionality. I have setup the OTBR on the gateway and I have manage...
Hi,
how can I change the standard LED_0 output from P0.17 to P0.03? I am using SES, toolchain 1.8.0 and the nRF52DK board and I would like to flash the sample code to a...
Hello! I have WF200 wi-fi chip connected to the nrf52840 through SPI. I configured bare-metal example code of WF200 chip to work with nrf-sdk and this example (basic CGI server...