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...
Hi @ all, can anyone here recommend me a suitable chip antenna, preferably one with matching regulatory documents in combination with a nRF52840 MCU.
Thanks and best regards...
I am trying to flash a NRF52832 using the J-link EDU mini in the Arduino IDE but I am having no luck.
I have successfully downloaded... 1. J-Link Software and documentation...
While digging for electrical information I came across :
.63ma using HFINT or 1.58ma using HFXO ?
So I hunted down HFXO to see how to switch between them:
But nothing...
please advice how to add "QDEC_NRFX" to the project configuration of 5340
1. it's not on the default menu config
2. I have tried adding under "ncs\v1.4.99-dev1\zephyr...
Hello
I evaluated FOTA using the http_application_update example. This worked so far until I tried to use my own key for image signing. I created my own PEM-file using the...
Hello,
With nRF52840, I using SDK ver.16 to create a USB HID multiple touchscreen. I need to set up value some HID feature report. Such as Contact count maximum. I have...
Hi,
I want to configure the nRF52840 with Multi-role capability. I will be using the Central role as well as the peripheral role simultaneously. However, i'd like to maximize...
Hello
I would like to use SAADC 2 channels sample at 8K samples \ per second for each channel
based on:
https://github.com/zephyrproject-rtos/zephyr/blob/master/tests...
Hello,
I understand that SES has a built in debugger functionality, but would like to implement debugging on VSCode using Cortex-Debug for a better workflow. I am experimenting...
Hi there!
I'm currently in a position where I'm using SPI0, SPI1 and SPI2 (for ST7735, WS2812 and SD-Card for FatFS) while I need to also be able to use I2C for the Adafruit...
I am using sniffer v3.1.
I have installed the sniffer code on a nRF52840 dongle (PCA100059). When I insert this into the PC it appears as "nRF Sniffer for Bluetooth LE ...
Hello,
I am new user for the Nordic NRF528400 microcontroller. I am working on a project that is using the 8 channels of ADCs to get data from sensors. The system is powered...
We are testing our custom board using the the dimming_server example from mesh 5.0 sdk. This example runs fine on the PCA10040 board. On our board, the provision runs normal...
Hi,
I try to add BLE scanning function to receive all the advertising data in my application.
My existing application is started from advertising example.
After added...