Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
Hello devzone! I am using translation.
I am using a DK board (PCA10056) to examine the current consumption of nRF52840. I commented out the advertising_start() of the SDK...
Hi, I'm trying to implement a mesh serial node with LPN capability, where the UART can be disabled to save power, and then re-enabled via a GPIO.
I am measuring current...
Ok -
I've been through this a few times and read the forums, but the current build system is broken. I'm trying to compile (not even load the board at this point) the ble_hts...
Whichever input channel I select, I always get a value close to zero. Here is my test code using VDD as the input source:
In this case, RTT reports that the value...
More of a plea than a problem. When I migrate to a new version of the SDK I try to be very careful. So, I use sha256sum to check all similarly named files from one version...
Hi,
I am trying to read the SFDP (Serial Flash Discovery Parameter) register of a Micron NOR flash memory using nRF52840 QSPI peripheral. The read SFDP register op code...
Hello,
i work on nrf9160 dk
I would like to know if it is possible to use an AT firmware to be able to easily switch to LTE-M, NB-IOT, send sms, switch off the modem...
Hi.
I am using nRF52840 & SDK 15.0.0.
I set the advertising slow timeout to 14 min, But, the advertising stops at about 3 min.
The followings is summary of advertising...
Hi all,
I'm using nRF52 DK.
I'm developing a program based on 'ble_app_uart_c' example with custom UUID.
When I type command using UART, central device send signal to...
HI, I have following errors while building a project in segger embedded studio:
1. 'TIMER1_INSTANCE_INDEX' undeclared here (not in a function)
2. 'TIMER2_INSTANCE_INDEX...
Hi,
Trying to compile one of the examples provided in the nRFgo SDK 2.3.0.10040 I get an error in the linker (error L204) Invalid Keyword. It seems to refer to REMOVEUNUSED...
Hi, When installing the nRF Connect SDK by using GSA application on macOS 10.15.3, at step "Installing the toolchain" I get stucked to a verification failure for python3 dependencies...
Dear All,
I have a question abou basic of BLE technology.
I'm using nRF52832 for our project.
My question is about avoding packet collision.
Please confirm my understanding...
Hello, I'm trying to use the PDM in the nrf9160. I'm using SDK tag 1.2.n I added
#include <nrfx_pdm.h> at the top of my main.c file.
I put
CONFIG_NRFX_PDM=y
in the...