I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
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...
The Bluetooth Core Spec version 5.2 says that the " maximum number of CISes in a CIG shall be 31."
Can the nRF52840 support 31 concurrent CISes in one CIG? If not what is...
I want to load the GPS routine project of 9160, but it fails. The error prompt is as follows:
one step
When I click OK, the following prompt appears
two...
Hi,
I have nRF52833 and nRF9160 on my custom board. Due to limited space available, trying to use a common SWD interface between the two SoCs. As follows: 1) SWDIO and SWDCK...
I add the MAC of acquisition device in the broadcast initialization of nrf52810 serial port routine, it can display complete. But I added the Mac to the template broadcast...
Hi ,
My firmware is almost done, and now is the time to optimise power cunsomption.
First, my software has a special mode. Each day it wakes up, communicate with a sensor...
Hello,
We are developing products with nRF52810 MCU. There are only 100 bytes ROM left now. We hope to update bootloader via Buttonless DFU in single bank way. Is it available...
I want to use the four peripherals UART0, UART2, UART3, and I2C_1 on nrf9160. When I was building the project, I encountered the following error.
Here my prj.conf
...
Hi,
I received a Thingy91 and am unable to commission it to nrFCloud.
The Thingy91 skipped orange breathing as mentioned in the manual here (step 4). It went directly...
Hi! I'm running a project with an nrf52 chip for which we use the JLink as the interface. I've been using my setup a lot for the past year. The other week, every LJink command...
Hello,
i'm trying to understand how the management of the SS pin is (or has to be) performed when using nrf9160 as SPI master.
In this post Håkon said that:
"Most driver...
Hi,
I using the radio test example on the pca10040 with nrf52832 EVB.
And set the radio test to Tx, the parameter as below:
Data rate: NRF_RADIO_MODE_BLE_1MBIT TX power...
I have searched the devzone and couldn't find any solution
followed the instructions from Nrf Connecta dn verified as well.. using
tag v1.1.0 (have done west update...
I'm using the MESH SDK 4.2.0 on a nrf52832 in combination with the Serialization interface (ACI) example
We'd like to implement the key-Refresh cycle and are planning on...
I am trying to setup (Nordic Edition) SES 5.10d for an example to download to the nRF52840 Dongle.
The tutorial* helpfully discusses how to avoid overwriting the MBR and...