Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
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...
I am using nRF52840-CKAA-R7 II2c to connect to my MSP430 i2c[ slave]. i have put any pullup on the clock and data thinking, to use nordic pull up in default. clock is connected...
Hello, all ..
I'm using nrf52 pca10040, s132..
I connected custom board and nrf52, and would like to communicate with uart. First of all, custom board is model cm1106...
I am looking to write my own IRQ handler for the UART. I read the post https://devzone.nordicsemi.com/f/nordic-q-a/46822/nvic-table/184731#184731
and added my own definition...