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...
Hi using nrf52 SDK 15.1, on custom boards
I have certain flash operations using FDS. I have peer manager as well.
I am writing 8 byte data & later in the code updating...
I am attempting to develop an application for a custom board with the nRF52832. I am attempting to use the UART functions in the SDK but I am running into compile errors....
Hi, I am trying to fix a crash in the dfu service. I am using a custom board based on the NR52840, SDK 15.0 and softdevice 6.0.
I am trying to add some new characteristics...
I would like to run a SPI program that reads data from a non Nordic chip. I would like to then take the data I received over SPI and send it via BLE.
Are there any code...
I'm trying to place my device in a low power mode for shipping. I used Logging and CLI while its in operation, but I'd like a way to enable/disable the CLI+Logging over BLE...
I'm testing a simple program below, which writes three params followed by read the three params.
Each params is set in tx_buf correctly, but nvs_write does not seem to work...
I am developing a hand-arm vibration sensor for read-out via BLE
Development platform NRF51822 and S110
I'd like advice on how to configure the softdevice and the two...
Nrf52832 sdk15.2 is debugged online after burning softdevice, bootloader and bootloader settings. In the ble_dfu_buttonless_async_svci_init() function, the error NRF_ERROR_SVC_HANDLER_MISSING...
HI,
The nordic MCU I am using is NRF52832.
I am flashing the example code ble_app_uart which is coming in the directory "nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral...
Using Telia APN the following is added after bsd_init()
AT+CGDCONT=0,"IP","lpwa.telia.iot"
However, this AT command sent on the AT socket fails with "ERROR". Does the...
I have 2 client nodes and 1 server node . How can i possibly recieve packets more than i send. I sent 114 packets from 1 node and 104 from another . I am receiving 302 packets...