Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
Hello,
I'm using SEGGER Embedded Studio 5.30a with NCS 1.4.99.
I'm trying the "hello_world" sample but when i want to run on the nRF5340DK i get the followings errors...
Hi,
I am using FDS for read and write the records with SDK17, My code is working fine but when I change the optimization level 2 for size then I am getting FDS_ERR_UNALIGNED_ADDR...
Hello everyone,
I'd like to perform a DFU through the USB port on my custom NRF9160 board (DFU over UART) using the NRF Connect Programmer App.
I already did the Firmware...
Hi,
I'm using NRF52840 to connect with a mobile device.
During the connection, I have random disconnection with the reason code BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION...
Excuse me, I want to download the nRF52810 reference layout on official website, however I can't find it.
Could you please send a nRF52810 QCAA reference layout to me
When the nRF is connected as a peripheral and no data is transferred either direction except the empty packet every connection interval, does the power consumption increase...
Dear,
I tried to make a copy of the Asset Tracker example application to start my own project. i gett this error
create_nordic_project.py failed
Creating solution...
Hi I am using the latest SDK for Mesh and also the latest nrf sdk. Downloaded and installed both last week. I have written an application that is derived from the light_switch...
Folks,
We are working on a custom design where the STM32L4 (external host MCU) talks to the nRF9160 over an UART connection to transmit sensor data. When the sensor data...
Hi,
I'm use nrf52840 with Light switch example of nRF5 SDK for Mesh v5.0.0 . Could I modify the packet of network layer ?
I want to add 2 bytes of UUID in the packet...
Hi, I want to add compression libraries like lz4 and audio compression to my zephyr projects. I am struggling to find good guides on how to add external/third party libraries...
Hi,
I have a nrf52810 board working as a peripheral, I want my board to connect to specific central application to protect it with malicious attack by other devices.
Please...
An error occurs when you run the following program(main.c).
[1;33m<wrn> bt_hci_core: opcode 0x2006 status 0x01 [1;31m<err> LOG_MODULE_NAME: Advertising start (err -5)
...
In the nrfConnect SDK I can see just one example for a I2C sensor - BH1749
I want to modify this for other I2C sensors.
However the README does not explain how to make...
I would like to calculate how much time my device does fast advertise and how much time it does slow advertising?
Is there a way to check this in python script?