Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
Hi Nordic engineer
I am evaluating a project based on nRF52840 and there is a question need to be confirm before schematic design start.
Due to limitation of power resource...
Hello everyone,
I'm trying to set up the Wifi stack on the nRF7002 and use it with MicroPython, but encountering a lot of difficulty with it. I cropped up a network_wlan...
Hi all,
I have a custom board build with an nRF9151. I'm able to connect on int with USB/UART, I can send and receive AT command. Right now I'd like to send certificat to...
Hello, I'm developing a BLE Central application using the nRF52 SDK. The central connects to multiple peripheral devices (nRF52832), each sending 6-byte ADXL345 accelerometer...
I'm having trouble getting the I2C interface working on our nRF54L15-based prototypes. The initial config write to the device fails; specifically, in the twim driver (i2c_nrfx_twim...
Hello,
I just downloaded nRF connect for Desktop App, and plugged in PCA 10100 2. 0. 0 , 2023, 3.
I ran quick start, and this is what I get.
Any explanation on why...
I use the SPIM to access a nand flash memory device. There are times, when I need to "free" the SPI bus allocated by the nRF52840, so that another CPU can access the memory...
I have been closely following this thread ( https://devzone.nordicsemi.com/f/nordic-q-a/52689/nrf9160-lte-sensor-gateway-on-thingy-91/217018 ) to provide support for the LTE...
Hello all,
I am using the NRF52810 board with SDK 14.2
I wanted to convert pca10040 to pca10040e file of buttonless dfu and secure bootloader .
I have gone through this...
Hi, I can read data with my laptop BLE as below.
Could anyone tell me where can I find the data layout doc? I want to figure out the data layout and dimension.
Thanks...
I've been having several issues with the nRF52840 so far:
Issue 1:
When trying to flash an nRF52840 with NCP firmware using a Segger JLink, I connected the SWDIO and...
Hi all,
I noticed an issue on the last release of the NRF Connect mobile app at least on Adroid devices.
It seems that every time I am trying to make a secure DFU (buttonless...
Hey everyone!
How often does PM write into FDS? On each connection? Or on each new bonding? PM has some kind of peer ranking so I suppose that it needs to write on each...
Hi Nordic Forum! I'm currently developing a CLI controlled BLE scanner using the nRF52840 Dongle. Essentially I brought over the CLI example and adapted it to the a central...
Hi
it looks like the Publication Retransmit Count and Interval states default to 1 time and 100ms respectively. Is there a reason these defaults apply? I don't think it...
My thingy:91 does not connect to the LTE network. However it does detect the Swisscom network (Switzerland) and shows it as available. After a few minutes it sometimes changes...
I would like to program the 52840 with the HCI_UART sample to use it for Bluetooth scanning. I did this and lost the USB serial out. I now understand that on the Thingy91...
Hello,
I am evaluating the nRF52840-DK. I just want to play around with Nordic for awhile to determine if I want to port my current project which is written in C++ for Teensy...
I want to run various applications in some cases
what I want is :
In general, it runs own application.
When external memory(SD card, USB, EEPROM, etc... something...
Hello All,
I have developed advertising init in 14.2 sdk (in segger ide).
(working on nrf52810 board)
I wanted to migrate same functionality to 15.3 sdk so how i can...