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...
We are developing iPhone application that configures mesh boards. If we try to send several messages in a row (specific case: trying to distribute application key and then...
Hi,
I have NRF_LOG configured with a RTT backend. This works great while debugging, but during beta-testing in the field there is no way to access the log.
Is it possible...
Hi,
I am a bit confused about the effect the Connection Interval has on BLE throughput.
SoftDevice documentation :
https://infocenter.nordicsemi.com/index.jsp?topic...
Hi,
I've implemented a program on the nRF5 SDK, based on the ble_app_att_mtu_throughput example, that sends out advertisements in between periods in which it scans for...
Hi,
We are using nRF52833 chip for our development. We need to combine Application, Softdevice, Bootloader and setting file for production purpose.
In project merging...
The nRF desktop tools are great but all have an irritating bug. I typically hibernate my PC at the end of the day to take it home. When I restart the next day, the windows...
Hi,
I'm trying to link a static library that provided by others to my own project. I followed the steps in this post ( https://devzone.nordicsemi.com/f/nordic-q-a/39338...
Hi all
I'm using nrf52805 soc, softdevice s112 , sdk version 17.0.2 and nrf connect mobile app for my project development. I can connect and disconnect the nrf52 device...
Hi,
I am using P0.10 GPIO of nRF52840 (QFN package) as an output for driving a transmission circuit with an 8MHz digital signal.
According to the datasheet this pin is...
Hi team, I'm using Mesh in my project. Using this thread as a reference, I tried to decrease the data throughput and experiment to see if devices could communicate with each...
hello,
i want to know if is possible have Multilink, ble Uart and relay together? it is for make an a type of Mesh network of 4 devices with a BW of 1Mbps (see the image...
Hi
I'm testing the SLM application in nRF Connect SDK ver 1.3.1 on nRF9160 PDK ver 0.8.2 using the LTE Link Monitor v3.5.0
Giving the following commands, the UART stop...
hello ,
i am working on recieving data from sensor using nrf52832 with time and data right now i am getting time that is set by me my problem is i have to set time automatically...
Here is an issue I am having when using MQTT in a poor (RSRP < 15) LTE signal environment
Condition:
nRF Connect SDK v1.3
modem firmware v1.2
TLS Socket is configured...