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...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
I am very new to the Embedded world and very confused about some stuff, I have searched the internet for 8 hours and then asked here.
I am being assigned to the task of...
Hi!
I'm developing application on nrf52832 development board which will be a work indicator - for office desk ;) Main idea is that i have client based on nRF MCU and desktop...
Hi, I am searching the nRF52810 product spec and see that with standard drive, maximum GPIO output current appears to be 4mA. However, this spec is given for when the output...
Hello, I am working on SDK 1.3.0, I have an NRF9160DK and I am migrating to a custom NRF9160, I would like to output the log by moving the pins of the UART. However, it is...
We have ported from SDK v15 to v15.3 but now have a problem getting the USBD to start.
Below is a sort of pseudo-copy of our USB init routine which is working for us on...
Hi,
On Nordic SDk 15.0, I have observed that USB CDC ACM Example is not working in interrupt mode on nrf52840 Evaluation kit.
But I have tested USB CDC ACM Example in...
I'm experimenting with nRF52840 DK
However, using break points in the main loop causes 'app_error_fault_handler'.
using the iar compiler. What's the cause?
Hi~
I have a question about the SAADC.BLE Connect Mode. When I turned on Saadc LP mode, the power dissipation was 0.02mA for single-channel sampling, but 0.5mA for dual...
Hi All,
I have looked through the devzone and cannot find a solution to this. I am using the nRF52832 SDK 15.2. Working with a BNO080 IMU over TWI.
I need to read more...
I have bought new thingy 91 from mouser. Com. I burnt the latest pre complied hex file for assist tracker. I am getting all data except gps.
it is not getting connected...
I have a custom firmware developed on a nrf52832 SoC. I would like to know if i could see nrf logs such as nrf_log_info and nrf_log_debug via bluetooth? if this is possible...
Hi!
I want to use a TensorFlow Lite for microcontrollers model in my existing project built on top of the nRF5 SDK. However, as outlined in the nrf-tensorflow example ,...
Hi ,
I has been using NRF9160's AT client mode to connect with CMW500, however I found some problem.
The following is the command log that I used to send via UART. However...
I'm working on code that needs to discover services on the central so I'm using ble_db_discovery_start. However, I notice that if the connection handle passed into this does...