I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
Hi
Nordic engineer
Power consumption cannot be reduced after using hardware encryption. Under normal conditions, the device power consumption is 30µA, but after calling...
in nrf 9151 and sdk 2.9.0
we use cellular with aws
but here when we publish 10KB payload it take 6 sec and 6 byte payload take 1 sec so what we need to change for fast...
As per nRF54L15 datasheet, system_off current at 3V VDD is 0.8uA . I am getting negative average current when i measuring System_OFF current consumption of nRF54L15 using...
I am using the nRF52840 in QFN48 package. I noticed that the official pin description does not specify the corresponding pins for the digital microphone clock and data. Can...
Hello,
Starting the ncs 3.1.1 UART ASYNC examples on nrf52840dk and nrf9151dk, works fine.
Then I add SHELL on nrf9151 side, it crashes when getting incoming bytes ...
Hello everyone, some days ago I bought a nPM1304 EK kit. My intention was to profile this battery https://www.eemb.com/product-147 for my projects. I installed nPM PowerUp...
Hello,
I want to build a wireless mouse with the highest possible refresh rate. I'm considering using an nRF52840 dongle. How often can packets be sent from one nRF52840...
Hi, I’m currently experimenting with ESB using the standard esv_ptx/esb_prx examples on two nRF54L15 DK. My goal is to reduce the radio latency as much as possible. I'm still...
Issue: There seem to be plenty of ways to securely store TLS credentials (generated off the device), or any sort of string data, in persistent storage on an nRF91x device...
I am trying to read/write/erase in a partition of flash in NRF9151. I am building a non-secure image to have access to the LTE library. The code is resulting in a hard fault...
My task is to implement inbuilt RTC for nordic MCU nrf54l15 series. When i use the below API nrfx_grtc_init, it is throwing a error and returning a error code which is saying...
Hello Nordic Support Team,
I’m working with an nRF5340 using nRF Connect SDK 3.0.2.
I am trying to use the NFC pins (P0.02 and P0.03) as an I2C slave interface. However...
Hi,
I would like to generate a PWM signal specifically on the P0.03 pin of the nRF54L15 using GPIOTE + DPPI + TIMERS.
As far as I’m concerned, Port 0 in nRF54L15 does...
Hello all,
I am trying to run bap_unicast_server example with nrf5340_dk. I used no sysbuild configuration. Then I manually added hci_ipc as it shown at ss
I flashed succesfully...
Hi,
I'm currently working on a project using the nRF5340, and I've successfully configured the I2C0 interface as a static Master in my .overlay file using the following...