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...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
Can Nordic team be sure that SweynTooth test team has tested Nordic chips? If so, the claim in Nordic dev zone that Nordic chips are not listed indicating Nordic chips are...
I have followed Einar's response on the below thread but I still cannot see the logs on the SES
https://devzone.nordicsemi.com/f/nordic-q-a/79682/adding-mcuboot-bootloader...
Hey devs,
I'm trying to get the i2c interface to work with the MP8862. I followed the TWIS driver guide to get started and in there everything worked.
Now I wanted to...
Hi Everyone,
I'm using VS Code, nrfConnect SDK v1.7.0
I'm trying for minimal bluetooth roles(either central/peripheral) along dfu support in nrf52820 chipset.
when I...
Hello,
I recognized a wrong answer is sent by the ZigBee stack of nRF Connect 1.5.1 and 1.7.0 (and others).
Eg. the application provides a color control cluster as a...
Hello.
It is developed using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
I am implementing the advertisement processing, but the advertisement stops when...
Hello,
I compiled pc-ble-driver from github and it when i debug heart_rate_collector in adv_report_parse function i only get 1, 10, 255 field_type and never BLE_GAP_AD_TYPE_COMPLETE_LOCAL_NAME...
Hi,
I am trying to erase and flash a nRF52840 chip on a custom board. I use a J-Link EDUwith the Cortex M adapter to plug onto the board. I checked the hardware conf several...
I am using libuartes example. I only use send_UART (char*sdata, int len) in main before while (true) or in void uart_event_handler(void *context, nrf_libuarte_async_evt_t...
I'd like to use Power Profiler to measure really low currents (watches) ~0.4 microAmps.
However, Power Profiler II measures 1.5microAmps even when disconnected with or without...
Hello,
Have anyone knowledge on how to force to include, using nRFSDK, the AdvA field in the Ext Hdr of a BT 5 long range advertisement primary packet frame ?
We are testing...
Hi,
I wanted to time stamp data which is sent via Bluetooth connection. Is there any pre defined functions to do that. Also please suggest any modifictions to be done...
Hi, I have a nRF52840 based Custom development board and a GSM module(AT command based) with UART and USB support. Because of lack of UARTs in nRF52840, I want to use USB...
Hi, I'm working on nRF9160 modem firmware update.
While working on nRF9160 modem, I found that it uses nrf_modem library which is precompiled library whose only API can...