I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
Hello,
Been chasing this undefined reference to `__device_dts_ord_XXX' issue around for awhile now with no clear path forward. What I am observing is extremely similar to...
Hello,
I am working on Thread client server based network. I am using nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8. My development hardware is nRF52840-DK, HW Version 2...
Hi,
I am using nrf toolchain v2.0.0, and am testing the dfu-ota example over BLE by following the below link ( ) . howveer for fast boot up, i am using "
CONFIG_BOOT_VALIDATE_SLOT0_ONCE...
It is possible to change the partition table through a FOTA?
Is the partition table stored somewhere on the device, or is it merely used for linkage? If it is linkage only...
Does anyone know how to use the CMSIS-DSP FFT library on a nrf52832?
I am using the nrf Connect SDK and it seems all of the examples are for nrf5 SDK.
I am looking to...
i use the ubuntu20.04 and open nrfconnect-3.11.1-x86_64.appimage through proxy successfully
then i install and open the toochain manager , there is not include NCS 2.0...
We are developing a new product and plan to use nRF52810. As I understand nRF52 will be supported for production in the new nRF Connect Release (1.3.0) that will come soon...
Hello,
Our application requires the device to go into deep sleep and wake up every 24Hr or on the Accelerometer interrupt. We were able to obtain the sleep mode and wake...
I'm trying to migrate my project to NCS 2.0.0 but having an issue like below:
c:/ncs/toolchains/v2.0.0/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3...
Hello everyone,
I am working with the SDK v17.1.0 with the DK nRF52832 with the examples of ble_app_uart and ble_app_uart_c.
I managed to implement a multilink communication...
Hi We have designed some boards with ESPRESSIF WiFi BLE Module ESP-32-WROOM-32E for control and monitor.
Is it possible to connect esp32 to nRF21540 to extend range ( such...
Hi, I am using nRF52840 and communicating with Simcom GSM( Sim7600g ). 1- Is there any example code/ Library to connect with the MQTT server?
2- Can I use this example code...
I found my thread device to have quite a large latency so I analysed the communication and found out that the device is actually timeouting and retrying before listening for...
We are trying to connect MQTT over IPv6 with nrf9160dk and custom board. We are using mqtt_simple sample.
Software NCS version: NCS main (latest)
Changes in the code:...