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'm working with the light switch server example and nRFMeshProvision example project for iOS.
How do you send arbitrary data to a board? I understand the provisioning process...
Hi,
I noticed that there are a few methods in nRF52 SDK v16 to blink LEDs:
Use bsp indication methods which seems based on app_timer;
Use led_softblink library which...
nrf52832, SDK 15.3
The average current consumption is 9.53uA in my system with SPIM. After I init another SPIS, the current consumption goes up to 478uA. CS pin keeps high...
Now I am using nrf9160DK for development. In my project, I need to use a random number generator and a highly accurate system time stamp. Is there an API that I can call directly...
Hello,
On nordic nRF9160dk I want to send SMS and receive the data from UART simultaneously. UART needs 3V VDD supply and for Sim card it is 1.8V. So how this condition...
Does SoftDevice S112 or S113 offer mesh support on a nRF52811?
The intended use is for an end-device running very simple app-logic. According to the SoftDevice properties...
Hi there,
I'm using nRF52840 dev kit board and v15.2 SDK.
I've set up a PWM using the PWM driver and is working well.
I'm frequently stopping and starting the PWM...
Hello everyone,
I have a nrf52832 (SDK v15.2.0) that is connected to a tablet via BLE. However, if I have several SPI transfers one after another, the BLE suddenly disconnects...
I am trying to retain the data on the board when it is transferred from my computer to the board through uart and once it is on the board through bluetooth to phone. Text...
I am now facing the following issues: https://devzone.nordicsemi.com/f/nordic-q-a/55975/about-reset-during-advertising
I call "sd_app_evt_wait" and go to sleep. Even when...
Hello Nordic Team,
I am creating application to connect with specific device using Name filter,
control is going to nrf_ble_scan_connect_with_target , where "sd_ble_gap_connect...
HI,
The code number for this softdevice version is 0x98. You can find the softdevice code number by typing nrfutil pkg generate --help
But the command only list upto...
Good morning; I am from Argentina, working in a Big Data Project using NoSQL and SQL tools. In fact, I deployed a architecture using Elasticsearch mixing ML, prediction, KPI...
Hello,
about two years ago we have made a Device basked on SDK 13 with S132 4.0.2 on it.
Now we had to build a newer version for our application and for this we have taken...
Hey.
I have a code for processor nrf51422 which compiles using a makefile. However, I decided to import it into a segger - with which I have no experience. For this I used...