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...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
I want to add a simple GPIO pin that act as output pin, in the peripheral_uart example .
in main.c
#include <drivers/gpio.h>
//#define GPIO0_LABEL DT_PROP...
I'm using ble_app_uart_c project in nRF5 SDK 17.1 with SES.
I got 2 different devices, one is ARC EM9D AIoT DK (as Peripheral) and another is nRF52840(as Central).
I was...
Hi,
nRF9160 with SLM NCS v1.9.1 fails to attach after 7th RESET (by RESET pin) & attach without power cycle.
There is not any ERROR state reported by modem, modem fails...
Hi All,
I am using s112_nrf52_7.2.0_softdevice with nRF5_ SDK_17.1.0 and Segger Embedded studio for nRF52805.
My application code is successfully patched for nRF52805...
Hi,
I'm using the default software to check the acceleration values when there is a movement in the Thingy:91 on the LTE Monitor terminal.
The document says that this...
Hi,
I want to test of MQTT communication with nb-IOT network before going for development.
For that I have updated pre-built firmware on development board using nRF...
Hi,
I'm using nRF52840DK with a UART peripheral (on SDK 17.1). I'm wondering what's the right way to handle UART error. Every time the peripheral power cycles, I'll get...
Hi,
Getting this error using the latest version of pc-ble-driver-py on Mac with the latest version of Catalina for the example application heart_rate_collector from the...
Hi I've been trying to get into Nordic's ecosystem using their SoCs but it's been a huge headache. Probably because they don't have their own IDE (like Microchip and STM have...
I have looked at few previous posts regarding integrating ble hid mouse and ble hid keyboard. But of no use, still stuck.
I have seen the following posts already
1) https...
In my device that uses NBIOT I am modifying the FW to use LTEM.
During the tests I have shown that the consumption of LTEM transmission for the same amount of data sent...
Hello, I'm looking for a BLE module with its integrated antenna that works with NRF5340 so far i didn't find something using Nrf5340 other then the UBlox Nora B-106 All the...
In my application I need a reliable BLE link between peripheral (in this case based on a nRF52840) and a PC / Laptop. I need to stream data at a rate of 200kbps with a very...
Hello, I'm working currently on an nrf52805 module and I'm creating a board with it, for now, I managed to do the ble app uart for this module and improve to code a little...
Hi,
we are using the NRF9160 with AWS IoT MQTT. SDK is 1.8.0 and Modem is 1.3.1
Our devices stopped working one day to another (first realized 28.04.2022). The device...