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 am trying code (and compile) in C++ with a NRF52832 on Keil UV5.
In the C/C++ options i don't see the compiler option for the preferred language when I open a...
software version :nrf connect SDK 1.6.1
hardware:nrf5340
ble stack:ble 5.0
ble central: iphone x app
ble client:nrf5340 kit
question:I was failure to set Tx len...
Hi, I followed the procedure described here with Nordic Thingy 91 https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nowi-powered-energy-autonomous-nordic-thingy...
Hello,
I'm currently trying to enable static buffer for MBedTLS as described here: https://tls.mbed.org/kb/how-to/using-static-memory-instead-of-the-heap .
I wrote a simple...
Hi, guys. I'm using both nRF5 SDK v17.1.0 and the S112 SoftDevice v7.3.0 with the PCA10056 (Rev 2 nRF52840 board).
infocenter.nordicsemi.com/index.jsp
I used the sd_ble_gap_ppcp_set...
Hi,
1. In freerTOS, how to improve the printing priority of NRF_LOG_INFO
2. How do I avoid overwriting what I want to print
Thank you for all your assistance. Kind...
Hi,
1.How can I use this function?
2.Can you provide a simple example
3.I have the following information, but I still don't know how to use it.
https://developer...
Hi ,
1. How do I port the NCS V1.8.0 asset_tracker example to NCS V1.9.0
2. The customer code was developed in asset_tracker and failed to port to NCS V1.9.0
Thank you...
Hi,
I have a few thingy:91 devices (~10) and when using the IBasis SIM card, I'll randomly be connected to Telus, Bell, Rogers or Videotron. Some of them do not support...
Hi,
I have implemented BLE OTA DFU using SMP service (I integrated SMP sample ) on nRF25833. Version of NCS: 1.8.0.
I have tested it with nRF Connect mobile app and it...
I want to make a thread protocol based luminaire product, there will be 300+ luminaires and 10+ OTBRs, and then control them through the cloud platform. Now I need to verify...
Hi. I apologize in advance if this question is in the wrong place or is too elementary for this location/audience. I have prototyped a product using two Nano 33 BLE arduinos...
Hello, I developed for my customer, a ZigBee coordinator in last 2019, using nRF5 SDK for Thread and Zigbee v3.2.0. Now I'm debugging to add one new feature, but some time...
Hi
I want to use a mcu to update the firmware in the nrf52810 through uart,I look in the sample in the nRF5SDK1702d674dde\nRF5_SDK_17.0.2_d674dde\examples\dfu\secure_bootloader...