Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Hi,
In NRF52832 i have integrated IMU sensor and and DPS sensor . i have build code and Run .
But after 2-3 minutes its stucked . so then i pressed the pause button ....
Hi, all
My custom board has nRF52833 mcu and wifi module(esp-wroom-02). I'm going to communicate with these two using the uart port.
The problem is, data communication...
Hi there, I am working with an application that uses the NRF51 chip (through the Taiyo Yuden EYSGCNZWY BLE module) and am trying to implement buttonless DFU. I am having issues...
In the latest release v1.8.0, there is an example ( Mesh and peripheral coexistence) which also has th e extended advertising.
However, it seems that the BLE Mesh stack...
Hello
I'm using multiple nRF52840-dk (SDK17.1.0, Windows, Segger, S140).
I'm trying to make BLE device(nRF52840-dk) that automatically connects to specific BLE device...
Hello,
I am using nRF5340 Audio DK devices. I am programming two (2) devices as 'Gateways' and one (1) device as a 'Headset'. I have two questions related to this matter...
Hi,
My project (under embedded studio )works if running on a chip with the register FICR INFO.VARIANT = 0x41414330
but freeze on a chip with the register FICR INFO.VARIANT...
I can't flash/write my nrf52840 Dongle under Linux with nRFConnect v3.9.1 with Programmer v2.0.1
The buttons remain greyed out, the left window does not display any information...
I'm following the heart rate sensor example in the VS Code Youtube Tutorials series, and there are some pretty straightforward prinkt statements in main.c, such as 'Bluetooth...
I'm getting data from peripherals, and I need 96KB/S to get to the NET layer, because the other side needs to use data in real time, but the data transfer is too slow.
So...
I have been working with multi-sensor example of ZigBee to develop it in zephyr. every things went well of endpoint sensor except that the coordinator suppose to receive the...
Hi,
I am facing issue at ble_stack_init() which internally calls sd_softdevice_enable(). I get NRF_ERROR_SVC_HANDLER_MISSING at sd_softdevice_enable() return value.
...
Hi,
i use the nRF5 SDK for Thread and Zigbee v4.1.0 , the s140 an the ble_thread_dyn_proximity - example.
I want to use the LESC encryption of BLE (in addition to Thread...
Can anyone help me with this:
I'm trying out the 'threads' sample under Visual Studio 1.8.0. Not having much luck. I'm a newbie and have followed the Video tutorials to...