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...
Hi,
I am developing an application for Thingy:91 in which I want to send data from the device to MQTT server. I am using 1.1.1 modem firmware and 1.2.0 ncs tag.
The whole...
I'm developing a product using an nRF52840 and an accelerometer.
I have created a Service with characteristic that sends accelerometer data over ble to the phone through...
I add this code in 'static void on_connect(ble_nus_t * p_nus, ble_evt_t const * p_ble_evt) ' on the sever.I got an err_code NRF_ERROR_INVALID_DATA. Softdevice is s132nrf52611...
Hi,
I have a custom board with the nRF52840.
Is it possible to customize the DFU to be able to update the firmware through other interfaces than BLE or USB/UART?
I have...
Hi, I'd like to set up cccd here, but test the error,
In the routine nRF5_SDK_15.3.0_59ac345 nRF5_SDK_15.3.0_59ac345.0_59ac345.s.ble_peripheral?ble_app_uart/pca10040-s132...
Hi.
I have a RAK5010 i use for iot application.
i recently moved from SDK 15.20 to sdk 16. I use the task manager to manage two tasks:
1. task to dump nrf logs
2....
From section 5.2.1.11 I can tell that the peak current with CPU, TX, DC/DC, HFXO running the power consumption would be 8.6n mA. However, I could not find one that included...
Hi, we are developing a home automation product that needs to support ZigBee. However, at the same time I would like the devices to be able to work with a simple non-mesh...
Hi,
I have a question about bit rates of spis slave (Fspis).What is the minimum bit rates of spis slave? nRF52832 need to communicate with a mcu that it only can work on...
I used a translator. Please understand even if the sentence is weird.
Hi, I used nrf52832 QFAA. (RAM : 64kB, Flash : 512kB)
nrf-intel-hex enabled us to check memory...
Hi,
i want to work with nrf9160 for cloud connectivity, can any one help me providing link for working nrf9160 sdk.suggest me how to build samples without any errors using...
Hi everyone,
I have a weird issue on connexion with my J-link while connecting to my chip. I'm using a NRF52810 which worked very well until now. When I try to connect to...
Hi,
I am using nRF52832 and SDK 16.0.0 with SES.
My project consists in an application that read temperature from a sensor and send it via BLE to another board (no smartphone...
Hi,
I am working on a product based on an nRF52832.
For testing purposes, I have setup the Unity testing framework (using Ceedling).
As soon as a module I want to test...
Hi community ! I'm currently working on mesh, more precisely on nRF52840 device. I archieve to do everything i want with it (combine BLE NUS with MESH). Now, i want to know...