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...
Hello
I'm using the AWS IoT sample on nRF9160 DK, I have done the set up indicates in this link:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples...
Dear DevZone,
2 NRF24L01+ involved
1 PTX, autoAck, DPL, (FEATURE = 6) but currently payloads are fixed to 10 bytes long for testing. Speaks to Pipe 1, but works nice too...
ubuntu host PC rs232 to usb: Target board nrf9160: get log from /dev/ttyACM0 change to /dev/ttyUSB0 PC Tx ---- target rx p0.00 PC Rx ---- target tx p0.01 #########################################################...
I'm struggling with SPI and nRF9160. I've used an old sample (which didn't compile right of the bat): github.com/.../spi
Seems the CS pin isn't passed on and I'm getting...
I'm transferring the BLE and TWI code from nRF52 DK to the BC805M evaluation kit . BC805M schematic is given here . Note: BC805M uses nRF52805 Soc.
If I use the TWI SCL...
Hi,
I have the 2.7k byte(display pixel data) data in my pc, according to the GATT protocol my pc is the server . I want to transfer those data into the NRF52840 SOC through...
Hi
Are there plans to update FreeRtos to the latest version 10.0.4.0?
Since we develop medical devices, FDA expect us to use software without known issues.
Kernel version...
I am using the example ble_app_uart_c, in which the nRF52840 is the central device. Theoretically, I could have more than one peripheral running the Nordic Uart Service (NUS...
I have try to midify:
// <s> NRF_DFU_BLE_ADV_NAME - Default advertising name. #ifndef NRF_DFU_BLE_ADV_NAME #define NRF_DFU_BLE_ADV_NAME "User Name" #endif
but it does...
For flash memory, 10000 write/erase life is specified in the documents. is that means 10000 lifetimes for writing only and 10000 only for erasing? I have to delete the page...
Hi,
I'm trying to flash my network kernel code to the nRF5340-PDK network core over JTAG. It's a custom research OS called Tock that you can look at here . The code is fairly...
Hi everyone!
I want to send data (with nRF52832 chip) on a mobile phone every 1 ms, is it possible knowing that the minimum connection interval between a peripheral and...
Hi,
I am have programmed my Thingy 91 device with lte_ble_gateway program to collect data from 5 bluetooth devices and send them to the cloud. This program runs fine,...