Hello,
We upgraded our project to nrf connect sdk v3.0.2 from v2.9.0 and can no longer use pin 0.00 and pin 0.01 as gpio. The problem seems to be in the nrf53 soc.c file...
Hi,
I'm developing an application running on a nRF9151 that connects to AWS. I'm using the aws_iot library and my code is based on the aws_iot sample application. While...
Hi,
I am testing the Bluetooth function on my custom board with nRF5340 CLAA chip. I have tested the clock, I2S and SPI on this chip previously and they all worked perfectly...
I'm having some trouble connecting to the onboard jlink with the NRF9151 devkit that I've recently received. The quickstart seems to detect the NRF9151 dev kit, but when I...
Hi Nordic team,
I'm encountering a crash when attempting to stop BLE advertising using bt_le_adv_update_data() and bt_le_adv_stop() on the nRF5340. Below are the details...
We have been evaluating the nRF5340 and nRF7002 for use in a new product and we are currently looking at our Wi-Fi FOTA options. For reference, we are using an nRF7002 DK...
Hi Nordic team,
We are developing two types of devices based on the Zephyr examples:
periodic_adv_rsp
periodic_sync_rsp
Our design uses the following...
hi
i am using nrf52 dk with MPU 9255 as slave.which pin number of nrf52 dk should i use for 4 wire as SDA, ADO, SCL, NCS.In the attached file ,it is given as p0.20(MOSI...
I'm developing custom PCB with the nRF52832, and I would like to use the ITM for debugging. I don't have a J-trace or equivalent hardware, so everything will have to be done...
I was reading the tutorial :
https://devzone.nordicsemi.com/b/blog/posts/bluetooth-smart-and-the-nordics-softdevices-part-1
it says about how a ble device can advertise...
In Mesh SDK, there are 3 versions available for s132 softdevice: s132_3.1.0, s132_4.0.4, s132_5.0.0.
The question is, should I always use the latest version available? If...
Before I use 51822QFAC(with 32K RAM), add I must use 51822QFAA(with 16K RAM)。
I have modify IRAM area,like this
IRAM: 0x20001FE8 0x2018.
and selete device is 51822QFAA...
We are designing the nrf52840 with high voltage mode and both DCDC regulators.
Where can I find the requirements for the external circuitry, like the inductors. For now...
Hi,
1. what the DC2DC switching frequency of nRF52832?
2. at nRF52840 the inductor should be 10uH with tolerance +-10% but for nRF52832 this inductor can be with tolerance...
Hey everyone,
I've been trying to get this basic bare-metal application to work. I don't need a softdevice as I'm just trying to turn on an LED. The application compiles...
Could not connect to the nRF52840 preview DK eval kit running the ble_peripheral/ble_app_uart firmware to iOS 11 device running the nRF connect or toolbox apps. We tried on...
Hi:Nordic
Because the nrf52832 can't read 8bit parallel data from GPIOs to RAM with EeayDMA . So I want to use 3 SPI simultaneously to write data to ram with EeayDMA, can...
Hi there,
I have a issue with the nrf51822 UART baudrate setting.
I am developing nrf51822 dongle, its job is to transfer data between PC and a BLE periph. For a stable...
Hi, is it possible for the 824 chip to sleep until woken up by the Bluetooth of a nearby device that wants to connect/pair with it? And what would be the current consumption...
Hi,
As part of my watchdog flow, I'd like to test the liveness of the softdevice and the SDH during operation.
Is there a built in way to trigger the softdevice to post...
Hai
whether Bluetooth 5.0 in nrf52840 Compatability with Bluetooth 4.2 available on my phone, I heard that Bluetooth 5 is lower compatible. I like to know whether it has...
I am looking a way to send a string without the terminal, ble_nus_string_send function only works in the uart_event_handle() and APP_UART_DATA_READY is only triggered when...