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...
I'm using an nRF52 (PRX) to communicate with with an nRF24L01+ (PTX) using ESB. As part of a pairing routine they need to switch channel and addresses. I've confirmed that...
I have been working on this for very long time but I can't figure it out, I am trying to use pc-ble-driver to connect my Ubuntu/Raspberry pi to by BT832X module over UART...
I flashed firmware into my nordic nrf52832 DVK
https://github.com/NordicSemiconductor/pc-ble-driver/blob/99b5e78f96de60ee70e749bb89b280116275fb97/hex/sd_api_v3/connectivity_1...
Hello,
I envisage to use beacon as anti-theft system:
When the beacon (inside the product to protect) will be near (2m) from the door, it will trig an alarm. So a receiver...
Hi,
I want to implement Extended Advertising for broadcasting data with LE Coded PHY on the nRF52840 Boards with Softdevice S140 v6.0.0.
For Soft Device Version S132...
This is basically a bug report/feature request, but I figured having it out in the open would be good too in case anyone else runs into this.
Hi Nordic folks,
Would...
Hi Expert,
I know how to read mac address by software ,
but I need to know how to read mac address by tool like nrfgo,
I tried nrfgo and nrfjprog but failed,would...
Hello,
when I try to update bootloader on nRF52 from SDK12.3 to SDK14.2 using DFU over BLE I get INSUFFICIENT_RESOURCES error. I think it is caused by different sizes of...
Hi All,
I'm working with SDK 12.3.0 and an nrf52832. I currently have 3 characteristics in my custom service. They are 17, 11, and 6 bytes long and are used to send sensor...
I didn't find any documentation on how to program nRF52 (specifically, nRF52832, nRF52810) using Keil uLink instead of SeggerJLink .
(specifically, I am using a ULINKplus...
Hi All,
I'm having issues saving large logs on Android (Pixel 2) with the nRF Connect or Logger app.
In the nRF Connect app, it gives me an error that the file is too...
Hi,
I work with a ship nrf52832.
I try to realise a communication beetween an UART sensor and the ship.
When i send my command ( app_uart_put) , i use nrf_delay_ms fonction...
I am running the app_beacon example for the nrf52810 at an advertising interval of 5000 ms and am getting a current draw of 300 uA.
I have the DC DC enabled, and am only...