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...
Hello everyone, I have a problem I am trying to merge to project using I2c and Uart, So I copy the code from the uart example in the sdk.
I can read on the debug terminal...
Good afternoon, I am trying migrate from ARM compilar 5 to 6 some examples of the SDK 16, but i have some problems with it. I was wondering if a version 6 compatible sdk would...
Hi
I am using the provided example ble_app_queued_writes to send 256 bytes in each call.
It is taking around 13 seconds to transfer 3136 bytes:
12 calls of 256 and one...
Hi,
My project is currently using NRF52832 with Mesh 4.1
After update from SDK15.0.0 to SDK17.0.0, everything just works fine except my button.
I am using P0.18 for...
Hi,
currently we are developing a firmware for 52840 based on the nRF5 v.16 SDK with Softdevice 7.0.1 on a custom board. We are able to connect and bond up to 5 devices...
Hey all,
I have a custom board running nRF52832 with Softdevice S132 v6.1.0 and SDK15.2. My application requires me to start advertising without any manufacturer data...
Hi
in our device, HFXO is running permanently. There is an external LFXO running permanently as well.
Now I'm wondering what would be the additional current draw if we...
Hi community !
I create a model to send a string over mesh and it's working well ! The only thing which is strange is when my string is 9 bytes long (or under), the message...
Hi,
I currently need a 2.4Ghz OOK tx and I'm looking into the NRF52840 DK. I know it is not supported but I'm thinking of doing bitbang and control the PA to do an OOK...
Here are some question about SIG qualification:
Suppose I current use nRF52832 and S132 v7.0.1 ( QDID- 138862 ) and get SIG qualification without required test with Declaration...
I'm using nrf52832 with st25r3911b to let device read & write NFC card.
I modified nRF5SDK160098a08e2\examples\ble_central\ble_app_uart_c\pca10040\s132\ses to do this. ...
Hi, there,
I have a question about HFXO load capacitors and LFXO load capacitors.
Each load capacitors of nRF52840-DK are like below.
And i checked BOM file to find...
Hello! I'm somewhat new to SES and still trying to understand the program a bit. Some of the features are a bit less intuitive than others.
Right now, I'm actually not having...
Hi
From this article, It appears that up to 20 connections are possible when using S140 SDK 15.3.0 SDK on an nRF52840:
https://devzone.nordicsemi.com/f/nordic-q-a/33095...
Hi,
I am using nRF52840 with SDK 15.3.0 and S140.
I am connecting to multiple peripherals as a central device and using NUS to communicate with these peripherals. I need...