Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi everyone,
Im Nicolas, from Colombia. I want to develop an IoT product, using nRF9160, but don't want to use the DK (is too big for my application). I've been reading...
HI,
I got the following log in my multiprotocol application:
SOFTDEVICE ASSERTION FAILED AT 0x00025b94
Since this address locates at softdevice, I can not know what...
Hi, i want to connect nRF52 Thingy with nRF6707 power profile kit to measure the current acquire by thingy.
How to connect the thingy to power profile kit
And also i...
I had updated Thingy:91 nRF9160 firmware to 1.1.1 using nRF Desktop Programmer. I used the "Cellular Modem" button and attached the new file mfw_nrf9160_1.1.1.zip
However...
Hi
We are developing by connecting nRF52832 to SMT32f303cb's SPI interface.
SMT32f303cb operates as an SPI Master.
If the clock frequency of SPI Master is changed to...
Hi there,
I am using the FDS module to store some application data in flash. It is my understanding that every time the data is updated using fds_record_update, a different...
The nrf52832 defined the 250k mode in the specification, but it is Deprecated. We want use nrf52832 send data and Nrf24l01+(or nrf52832) receive data in our pruduct. We have...
In my situation, I want to use bluetooth to designed a piconet which has 1 master and up to 4 slave .
Each slave upload data 2KB/S ,and the max distance support is 10 m...
The following code is from "Boot_Loader\nrf_bootloader_app_start_final.c":
__STATIC_INLINE void jump_to_addr(uint32_t new_msp, uint32_t new_lr, uint32_t addr) { __ASM volatile...
Hi Guys ,Currently i am working project related to Bluetooth Low Energy. I want to perform Device Firmware Upgrade from (Server Side to Client Side ) need some Sample code...
Regarding I2C, the Nordic specifies a typical value for frequency in different modes (nrf52832/40); however there is no tolerance specified for the frequency. What is the...
Hello, we are trying to use a uart while minimizing power consumption. On this post
https://devzone.nordicsemi.com/f/nordic-q-a/26030/how-to-reach-nrf52840-uarte-current...