We love the radio range of the Nordic bluetooth chips. I am looking to see if anyone is developing a long-range bluetooth pendant or wearable? if so, I interested in perhaps...
I'm trying to read 8 adc channels using SPI, but then if I dont put some nrf_delay_ms the MISO return nothing and the CS is being driven low by default, high or a period of...
Does rbc_mesh_value_enable() API is designed for ? and how should I use it? and what does its parameter handle mean? Is it has the same meanning as the parameter handle of...
I use two nRF51822 boards running the ble_mesh_gateway sample project. I have modify the project slightly so to work on my board(juts modify the GPIO configuration , LED and...
Hi,
I use nrf51822 HID keyboard.
How to add a game-pad report as a second report in the ble_hid_keyboard ?
How to init the function hids_init() in SDK.
Thanks
Gamepad...
VPN Solutions are a guaranteed private network association constructed on top of infrastructure that is publicly available. vpn connection free Providers provide an alternative...
Hello,
I am writing an iOS code using Swift3 to connect an iOS10 device to nRF52 pca10040 and blink an LED. The nRFConnect on iOS can easily connect using the device name...
I have troble when try to change custom service to Environment Sensing Service in this sample
https://github.com/maidenone/custom_ble_service_example
I used the sample...
Cheers!
I've been working to enable TWI0 for our current project, but I've been getting stuck on this compile error:
../SDK/modules/nrfx/drivers/include/nrfx_twi.h:73...
Hi i tested the code with nrf52DK with same code getting 3 analog value from AIN1, AIN2, AIN3 and it worked fine.
But when I use EYSHSNZWZ for my pcb, ADC value was just...
Hi,
On battery powered devices, how is it possible to retain a root key when changing batteries?
The crypto cell has an Always On power domain for retaining device secrets...
Hi guys,
I'm currently using SDK 15.0.0 in Keil MDK and making use of the new NRFX drivers.
Similar to the issue detailed here: https://devzone.nordicsemi.com/f/nordic...
Hi,
In the documentation , you have specified that the nRF Toolbox is supported for mcumgr FOTA.
However, from our tests, it seems that it is not true. Could you please...
Hi,
I'm experimenting with the lwm2m sample on the nRF9160-DK and I enabled the firmware update pull support through a COAP to HTTP proxy :
then simply added :
and the...
Hello peer developers,
This is a general question and dilemma I am dealing with and I wanted to get your opinion.
I am working on a project to implement a short range...
Hi,
Here, i have using two I2C functions EEPROM + SENSOR with nRF52832.
Initially, using ble_app_uart example to read Sensor data using TWIM.
Every minute read Sensor...
I started with ncs/nrf/samples/nrf9160/lte_ble_gateway and have taken parts of ncs/zephyr/samples/subsys/fs/fat_fs to get SD card support
prj.conf
CONFIG_NEWLIB_LIBC...
Here are some of the issues which I am facing in SEGGER Embedded Studio since I updated to nRF Connect SDK v1.3.0:
After I press Debug, Go, a dialogue box opens asking...
I am using NCS 1.3.0. I try to build mcuboot with CONFIG_PM_SINGLE_IMAGE=y and it looks like partition manager is never run. I do not get any partitions.yml output in my build...
The serial_lte_modem sample is heavily broken. Unlike the AT client sample which simply works with PuTTY out of the box, for the serial_lte_modem you need to configure PuTTY...
Hi all:
I am using sdk 16.0.When put system on idle mode call two times sd_app_evt_wait it works well.But I want to save power,so before enter idle mode,but when I call...
Hi despite trying 3 different approaches (even using the Nordic driver lis2dh12 on a blinky-based project and installing Segger Studio to step/debug into the library code...