Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
how to use app of mesh to send message to node ?
I already got the source code from web: https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library .
1\ i have add three...
I would like to put a nrf51822 device into system sleep (not off) mode and wake it up (not reset) with a GPIO transition from high to low. I used SDK(nRF5_SDK_12.2.0_f012efa...
Hello everybody, I tried to activate the PHY Coded in the UART Example from the SDK15.1.0 examples.
For this purpose, I have set NRF_BLE_SCAN_SCAN_PHY 4 in the sdk_config...
hello,we are developing NFC on NRF52832 recently,we want to use NFC as a label,T4T,but we have some problems as follows:
1、firstly,we want to develop NFCT by ourselves(not...
hello , i'am working actually on the timer of nRF52840 S140
my timer look like this:
but how to switch from millisecond resolution to microsecond resolution ? ( APP_TIMER_TICKS...
Hi!
I've try to made bootloader/recovery application that should to replace existing run-time application of the device. The F/W file for replacement placed in external...
Hello,
I am using Eclipse with ARM toolchain on ubuntu to buid my application with softdevice s132 api version 3.1.0. I managed to build on eclipse and merge softdevice...
We have a GPIO configured in the GPIOTE to generate an interrupt on the LotoHi and HitoLo transitions (Toggle). Inside the interrupt handler we would like to perform a slightly...
Hi to all,
i am developing a device with nrf52840 soc and i want use flash data storage module. i want to know what will happen if i had opened a record to read with fds_record_open...
Hello,
I would like to know if there is a easy way to delete the services from the CSC software.
I would like to transform this software as a beacon software.
Thanks...
Dear,
I see the Uart Rx packet loss at higher badurate, ie 460800, 921500, 1M.
I use NRF52, SDk15 with softdevice 6.0.
UART TX is no problem, but there is loss of RX...
Hi,
I am using a 24L01+(as PTX) communicating with a nrf52832(as PRX).
I can have these two device communicating, where nrf52832 can receive data from 24L01+.
However...