I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
Hi,
I found a topic that discuss the LPUART power consumption.
In this discussion, it is mentioned that the power consumption of LPUART was introduce by GPIOTE IN, which...
Hi! I've been trying to get the QSPI peripheral working with my hardware's external flash (up until now I've just been bit-bashing)
I've got two main issues...
First,...
Hi.
I use 5340 + spim 32M (nrfx driver) + ncs 2.0.2 + LVGL library. (display driver ic is RM69090)
I try to communicate display with spim and success work. but refresh...
hi devzone
I tried connecting nrf52832 dk board - debug out to bluetooth module nrf52832.
I refer to this picture.
at fisrt, it was successfully to connect dk...
Hi Nordic,
I have got an nRF52833 DK PCA10100. In SDK17.1.0, there are few examples about nRF52833, for example, what should I do if I want to use examples\ble_central\ble_app_multilink_central...
Hello,
I attached LIS2DS12 accelerometer sensor driver to the nrf5340 board, and I am trying to do (1) i2c access and (2) single tap interrupt handling (the sensor activates...
Are there any samples that show how to use the nRF PPI subsystem with nRF Connect?
My task is to configure the SAADC to take samples at 200hz, collect the samples into BLE...
Hello to the community!
I have two nRF52832 sensor nodes and aim to implement synchronized sampling of all sensors, including synchronization between sensors of the two...
Hello,
I've implemented DFU OTA updates and it works using the nRF Connect app. If I wanted to do this from a custom app from my phone, how would I approach it?
I've...
Hello,
I'm using the nRF Connect SDK v1.9.0 and a nRF5340 on a custom board.
I want to use MCUBoot as a primary bootloader. On the development kit, the UART connecting...
We have updated our firmware runnung on an nRF9160 from SDK 1.9 to SDK 2.1 using the now deprecated SPM (We will upgrade to TFM soon).
When booting our firmware, we initialize...
I've disassembled sd_app_evt_wait() in SoftDevice S140 v7.0.1 and clearly see that inside a loop, it calls WFE -> SEV -> WFE. (It also manipulates the MWU and looks at interrupts...