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 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...
Hi team,
We are using NRF52833 with PCA10100 on it and soft device version is s140.
We are advertising with both service data and manufacturing data.
1. Initially when...
There are two UART interfaces in nRF52840:
We have refer to nRF52840 and nRF52840 DK materials, but we found only one UART connection reference.
We want to know how to...
Hello, team.
I have some questions about reset restriction of nrf9160.
Q1. Does the restriction timer(30minutes) still run after +CFUN=0?
Q2. What is the exact meaning...
Hi guys. I read this thread answered by Einar Thorsrud. devzone.nordicsemi.com/.../direct-advertising-example
"HID mouse example uses direct advertising, but only when it...
I am using nRF52840 dongle with raspberry pi 4 to create a thread network. I downloaded nRFconnect for desktop to flash the hex files into the dongles.
I successfully flashed...
Hello Nordic support,
I understand that BLE stack is provided in nRF5 SDK as SoftDevice hex file and the flash area is fixed for the softdevice. I would like to understand...
Hi,
I'm trying to implement a circuit using a brand new nRF52840 chip. The chip has no bootloader included yet. When I try to burn bootloader, the chip is not detected by...
Hi
1. What certification is required to sell the products developed by nRF9160 in Japan?
2. What certification is required to add an antenna to nRF9160 in Japan? Do I...
Hi,
i've developed a few application using nRF5 SDK, and
Now I'm just getting started to study nRF Connect SDK (v2.x.x) by using "peripheral uart" sample.
I thought...
Hey,
Trying to compile a custom driver for an I2C device and running into issues getting the actual DT node to link with the driver at build time.
Specifically, (because...
I use Linux with the nRF52840DK. I have three such developer boards, and only the one with the serial number 1050205291 exposes two ttyACM interfaces on Linux vs the other...
Hello,
I got several questions below:
1. Once the CTRL_AP setup was already configured below, even if NVMC.ERASEALL is set , does that mean UICR registers ( NRF_UICR...
We have been looking for a standard (in Zepyhyr or SDK) way of handling communications between our software modules (drivers, modules, threads) that generate multiple streams...
Hi,
I am currently having a project which is communicating between nrf52811 and nrf9160.
I have an issue in nrf52811 when I try to check or debug in realboard.
I already...