Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
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...
Hi,
I am currently using an audio board utilizing the nRF5340 MCU. I would like to enable the BT_SHELL to use the Bluetooth command Shell, may I know how I can achieve that...
Hi,
I'm trying to measure the power consumption of Zephyr's iBeacon sample (zephyr/samples/bluetooth/ibeacon) on the nRF52840 DK. I prepared the DK by cutting the PCB track...
I use nRF52840_QIAA for design, now I need to provide ROSH of this model, I found it on the official website, please help to provide it, thank you very much!
Hi all,
After Licence request I got email with Key.
Segger Embedded Studio 4.12 accepted this key but SUA expiration date is not valid, there is just red cross and no...
Dear ,
I'm using nRF52832 to do some 2.4G communation without softdevice. Now i need to update firmware with mybootloader.
Is there some mathod to do the vector table...
Dear Team,
I am working on real time clock with the help of : github.com/.../nrf5-calendar-example but in this when do the power on and off so again start from starting...
As a continuation of Case ID: 282083 “merge cdc-acm support and BLE service”
Thanks to your support the merge was successful : both functions (cdc-acm console and led and...