Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi, Sir
I am developing a nRF52840 system with 1 ble peripheral link and 19 ble central links.Firstly, I implement ”19 ble central links”by modifying
nRF5_SDK_15.2.0_9412b96...
Hi,
I am trying to communicate with MLX90615 ( here ) sensor using BMD300. nRF52 DK is used to program the device. I am testing with a sample code which detects any I2C...
Hello Everyone,
I am using nRF52832 and want to include BLE-NFC pair feature in the application that i am trying to develop. I am using SDK v14.2, Segger embedded studio...
I tried to use the code from nRF5_SDK_15.0.0_a53641a, but the compiler keep complaining can't find head files ( seems not possible without changing sdk 15 files )
So, Is...
I am pretty new to nrF52 and Segger IDE. I developed an app using MBED and am re-writing to run using Segger and Nordic libraries. To start I am just trying to interface to...
Is it possible to have an nrf58122 communicate with a nrf24L01 without using the ESB functionality in the nrf58122 library? There's a particular board that I'm thinking about...
I recently tried switching over to Segger for development. After re-flash my board a few times it has become completely unresponsive. The LED on the PCA10040 near the JLINK...
Hello,
we are evaluating the nRF52 as SoC for a customer project that requires multiple NFC antennae (likely 3) to be able to quasi-simultaneously read 3 NFC tags in 3 physically...
Hi all,
I'm trying to create a Windows App which will connect to a nrf52832 with an HID service.
I can connect and pair easily. I'm discovering all the services, but...
I was taking a test to turn on/off a LED depends on rssi value received, based on light switch example of mesh sdk 2.2
After some effort, I made it work, though, seems log...
Hi,
I use PCA10059 with Programmer in nRF Connect 2.5.0 withou any problem.
Now the nRF Connect ask to upgrade to version 2.6.1 and programmer upgrade to 1.0.0.
nRF...
Hello everyone,
I need help with the nRF52840 dongle and the light switch example. I have one DK running the light switch client and one dongle running the light switch...
Hello,
I am trying to work on Provisioning example using serial example given along with SDK. I am using Mesh SDK v 2.2.0, and SES for building. The link for the example...
Hi,
I have been having trouble getting any read/writes going with my Infineon TLV493D magnetic sensor over i2c. I suspect it may be a cast or syntax thing that I can't get...
Hello,
At the moment we are at a point to decide, if we want to expose our loads of data in “parallel” over BLE characteristics or if we should better implement a serial...