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 am trying to run the hci_uart sample on my 9160 DK but I am facing problems uploading the code. I am able to run the AT client and Asset tracker just fine. As soon as I...
I've been attempting to optimize my scan and connection intervals in order to maintain the highest percentage of time scanning while maintaining connections, following the...
Hi,
I am developing a Linux PC application (central) connecting with nrf52840 dongle with s140 v7 flashed on it (for long range support). I am using pc-ble-driver v4.1.1...
Hi everybody,
I'm having a problem with the advertising function of the SoftDevice.
When the application starts advertising the function "sd_ble_gap_adv_start()" returns...
I have 3 devices that can communicate via UART: 1) nRF52840-DK (PCA10056) 2) FTDI (set to 5v logic) 3) BLE HM-19
I'm using the example in ./nRF5_SDK_16/nRF5SDK160098a08e2...
Hi,
In gps sample, the prj.conf file is:
And I can use Putty or Serial.app (on my Mac) to view the output
In our application the prj.conf file is the following:
...
nrfjprog is reporting "Cannot connect to J-Link." while trying to erase on MacOS Catalina
Board used to work properly, but attempting to re-connect after a wipe of my MacBook...
I am using the nRF52840 dongle (pca1009).
I have read from some digital inputs successfully, but am not able to read from P0.02.
I set it up as an input with the following...
I am new to BLE and this question may seems little unusual.
My goal is to connect two nrf52 together over BLE and when i press a button in central device , a write event...
Hi!
My goal is to sample an ADC channel with 10 kHz sampling rate and acquire 2000 samples in one samples acquistion and then return to lowest possible power state. This...
Hi,
I received a Thingy91 from a colleague who orderd it shortly after hitting the virtual stores but didn't do a lot with it. I got it on my table and started to work on...
Hello,
SDK 15.3.0
s140
nrf52840-DK
IDE: SES
I am attempting to use the LPComp + NRFX TIMER 4 to count the rising edge of a signal, the timer is being used to time...
I am currently evaluating the nrf52840 for a possible future application which is based around BLE and should also provide a HID Generic interface to perform communication...
hi..I have merged the saadc with ble_app_uart and i have added all the respective files and enabled the ppi, saadc everything . while i am running the code ,getting unknown...
Hi,
I noticed something strange while developing with the nRF9160 modem's RTC. Here's the sequence of events
Connect cellular
Get time from NTP server and initialize...