Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
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...
I've mistakenly closed the case https://devzone.nordicsemi.com/f/nordic-q-a/85450/insufficientresources-error-message-while-performing-usb-dfu?ReplyFilter=Answers&ReplySortBy...
Hello,
I am referring to the ISP4520 example code .
I would like to change the I2C(TWI) pin assignments as below.
SCL:P0_07 / SDA:P0_12
But I can't find where to set...
SDK 17.1.0
nRF52840 DK central + nRF52840 peripheral device
Hello,
I'm attempting to set up reading characteristic values on the nRF52840 DK as a central from a peripheral...
hi,
We are currently having some problems erasing flash,The problem recurrence rate was 1%,the recurrence rate of specify chip problems is 100%,Here are some scenarios as...
Hi,
In secure_bootloader(SDK17.1.0) example, I want to replace the ECDSA_P256_SHA256 with ED25519, what should I do?
I tried to modify sdk_config.h, but the build didn...
I have the EV BT-840 DK and I have the AT firmware installed. With AT commands I am able to connect and send data to other BT-840DK. Right now I flip the AT command switch...
Hi Guys, I am following the numbers and tutorials and setting up Visual Studio on a windows PC and installing the Nordic extensions. I get as far as a successful build but...
I was able to work with the mfrc522 RFID card reader through SPI on nRF9160dk. The application was developed using connect SDK v1.5.1
When we tried developing using SDK...
Hello!
I need to control several motors using the nRF52832. The problem is that my laptop cannot supply enought current to run the motors, if I try to run it, windows detects...
Hello!
I am trying to write a program for controlling a servo motor. I got recommended a code for making a PWM signal by someone else from devzone, so I am using a modified...
Hello, I would like to know what is required of me to automatically create com port in windows that would allow me to use my ble device as if it were attached by ordinary...
Hi,
I want to receive some data in my nRF52832 from MATLAB over UART and send some other data from nRF52832 back to MATLAB. I need some bandwidth for data transfer from...
Dear support,
I am the beginner of of the Nordic with 52840 chipset, i am try to running sdk 1.90 with zephyr os
i am try to running this case : cfb
C:\Nordic\NCS...
Hi,
I'm trying to use two nRF52840DK as Zigbee routers. I have the following setup,
Software
Application: Home Assistant
SDK: nRF5 SDK for Thread and Zigbee v4.1...
I really like the flexibility that the CLI from FreeRTOS gives me for making my own commands. Does Nordic have a similar library available that I can just import easily into...