I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
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...
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...
Hello nordic
I'm running iot icmp example on my nrf52832.
The border router is Rapberry 4. root@raspberrypi:/home/pi# uname -a Linux raspberrypi 4.19.71-rt24-v7l+ #2 SMP...
Hi Nordic Support,
I am not getting sensor(VL53l0X) value,i used slave device address=0x29 and register address=0x01. I am getting starting distance value=255,afterwards...
Hello ,
I am trying to send 1,000 of MPU-9250 data from NRF5832 peripheral(ble_nus_uart) to NRF52832 central(ble_app_uart_c).
And i have been searched this site and...