I'm getting the warning about CONFIG_BT_CTLR, but I've gone through and changed to HAS_BT_CTLR. I do have the following:
# Maximum Transmission Unit config
CONFIG_BT_GATT_AUTO_UPDATE_MTU...
The specification for the nRF54L15 states that the typical current consumption for I_TIMER3 (TIMER10 running) is 240 mA/milliamps . The other timer values in the table are...
The Nordic Thingy:91X was initially unable to connect using certain SIMs (e.g., Airtel IoT) due to lack of NB-IoT support or no signal.
After switching to a Jio NB-IoT...
Hi to all,
I am trying to do a ZUTH (Zigbee unified test harness) test run, using the Silabs devices as golden devices (as per CSA recommendation) and nRF 52840 dongles...
Hi
I am trying to port some PWM code from the NRF54L15 it uses HAL access because i have found it has faster writes which are useful for my application (testing latency...
Hello,
I have recently upgraded from v2.9 to v3.0.1 and have noticed that the mesh security has changed from CONFIG_BT_MESH_USES_TINYCRYPT to CONFIG_BT_MESH_USES_MBEDTLS_PSA...
HI ,All
I want to update the data at the same address in nrf52832 flash. What should I do? Do you have an example program? If you have, please send me a copy
Thanks...
Hi, I am designing a central using nRF51422, SDK V11, S130V2.0.0, modifying the central example to connect to a Ammicom BLE module of a product. After the CONNECT_REQ is sent...
Will the nRF52840 eventually support SPI speeds greater than 8 MHz? Will a preview / reference board for the nRF52840 be released with support for these higher SPI speeds...
Hi,
I am trying to set up a slave select on P0.28 but I noticed it's not driving high. I've tried several settings and I'm now using the example from https://devzone.nordicsemi...
Hi,
I am working on NRF52840 soc with SDK 15.0. I am trying to advertise beacon adv to long range. But i got to know that non connectable long range Advertisement not possible...
Dear Nordic Team,
Thanks for supporting.
hardware : PCA10028 (DK 51)
Software : SDK12.3.0 ( NUS example )
Secure DFu implement with NUS example it is compiled and...
I developed one project using BMD-300 Evaluation Kit that include nrf52832 microcontroller. In my project, I use the nRF5_SDK_14.2.0_17b948a and s132_nrf52_5.0.0_softdevice...
Hi everyone,
Using the SDK11.0.0 development product, it was found that the 52832 restarted randomly, with a reboot time of 7 days or longer.
App code condition:
1....
Hi guys!
First of all, sorry to make this question here because it is almost unrelated to Nordic, but I am desperate. I developed a device using your nRF52832. I programmed...
Hi,
I have a problem with Thread network stabilty and formation in new SDK for Thread and Zigbee 1.0. Examples seems to work fine in unchanged form, network is stable and...
Repetition of the steps followed here.
(1) Generated priv key, and public_key.c file using nrfutil, (2) generated the bootloader_settings file using nrfutil (3) Compiled...
hi!
nordic team
i am using thingy 52,and i meet a question that app_thingy_s132.axf: Error: L6405E: No .ANY selector matches accel_auto_cal.o(.bss) when i compile this...
Hello,
I am using nrf51822 with sdk11.0.0.
i observe that in while loop sd_app_evt_wait() function take much time for next interrupt to be pick.
is there any alternate...
I am developing a BLE anti-lost APP with community search, I set scan continuously or scan window 5 secs and scan interval 10 secs, but it drain phone's battery. How long...