Hello,
I’m working with an nRF5340-based device (NORA-B106-00B) and nRF Connect SDK 2.0.2. At low temperatures (around -20°C), some boards fail to advertise BLE (the advertisements...
Hi,
I am using the nPM1100 in my new application, where the system power circuit includes two additional 250mA LDOs configured to provide a 3.3V output . I am also using...
I am trying to interface a PDM microphone to a NRF52840 using NRF Connect SDK v2.9.0. Does anyone have a good idea of how to get the DMIC sample to work on the NRF52840? The...
Hi.
code base is sdk 17.1.0
MCU : nrf52810
Softdevice : S112 (7.2.0)
use SES 5.42a
step1. modify NRF_SDH_BLE_GATT_MAX_MTU_SIZE form 23 to 50 in sdk_config.h
...
I would like to know how to add an eSIM profile to an eSIM chip using the nRF9151 modem. Is there any platform or support that enables an infrastructure for this? What should...
Hello,Nordic team
I am programming with nrf52833 and ncs v2.9.0
While bonding with peripheral ,central report No memory to create new report.But my soc flash and ram are...
Hi,
The version of the nrf connect mobile app is not 4.29.xx but 4.26.xx.
The dfu generally succeed on our target however sometimes it failed on another target device...
HI,ALL,
i find such sentence in core
(BLUETOOTH SPECIFICATION Version 4.2 [Vol 1, Part A] page 13)
'A Controller is a logical entity defined as all of the layers below...
reference nRF51-ble-peripheral-bond-handling example pairing/bonding mode. I add device manager & app_bond function on ble_app_uart. why function handling on "app_bond_init...
I want to make a rtc calendar.As rtc1 compare channel 0 had been used by app_timer,so I use rtc1 compare channel 1 to generate interrupt very second. But the channel 1 didn...
Hi,
I've just discovered that there are counterfeit copy of nrf24l01
Are there also copies of nRF24LE1, NRF24LU1 or NRF51822 ?
Is there a guide to recognize genuine Nordic...
Hello,
On S130 conn handles were 0 to 2 for connections as central and 3 for connection as device.
I migrated to S132. Question, when i set 3 / 1 as configuration, do...
Hi, I've added micro ESB to work during BLE timeslots granted, with uesb_config as start of slot and uesb_disable as end
During the slot, the regular work, uesb_event_handler...
Hello, Nordic stuff.
I've been working at S110 firmware and coming into a problem of service discovery from a central device(iPhone).
I'm using S110(v6.0), Keil(V4.73...
On pca10028 dfu_dual_bank_ble_s110_pca10028 example works fine. First i programmed soft device s110 and then dfu dual bank example my board gets into dfu mode and i can upload...
Hi,
I'm trying to get the UART working, following the idea given in the Nordic Infocenter / nRF5 SDK Hardware Drivers / UART / Using the UART Driver.
I have downloaded...
The code below is transmitting data from device (mcu+BLE) to an open source BLE terminal :
void BLE_communication_device_to_app(void)
{
ble.updateCharacteristicValue...
nrf51822_sleep_and_timer.txt
Hi... I having tough time to make the sleep function to work when timer/RTC is running in the background of nRF51822. The attached text file...
i am new to android programming and bluetooth low energy interface . i am using nrf51dk nrf51422 chip . My android app is currently able to detect the bluetooth module but...
Hi,
We are using the nRF52 chip with other RF modules. Is there any ground restriction that we need to be aware of in our design so that there is no interference ?
...
I have written an application which transfers data from an nrf51822 device to a phone once a day. It currently uses notifications to transfer data, at 20 bytes per notification...
Hi,
I'm learning the BLE protocal these days, I didn't see the protocal say how may packages can send per connection event. Does it mean that the number of packages is...