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...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi,
I need to write a 32-bit value to an NVM flash page whenever my code hits an assert failure. This failure can occur anywhere in the code - my application, the Nordic...
Hello,
I'm working on a circuit which has a pin connected to a pull-up resistor, using the nRF52 DK and SEGGER Embedded Studio 5.20 to develop the software.
This pin is...
Hello everybody, I am using Zephyr with the nrf52840-dk device. I would like to store the DTLS credentials with a secure way. I don't want to be part of the code and thus...
I have been testing out HTTPS with the http_application_update .
I have been able to successfully setup a TLS 1.2 connection, but I was seeing a lot of "Peer closed connection...
Hello
I would like to modify my Transmission Parameters of my Thread network. According to the CoAP protocol ( https://tools.ietf.org/html/rfc7252#section-4.8 ), it is possible...
Hi Dev Team,
I am trying to measure the low power performance of the nrf9160.
For this, I tried to use the "system_off" example in the folder : C:\Users\adeel\ncs\v1.4...
Hi,
I'm trying to alternate between the beacon sample and the central sample in one application. It builds and initiates, the connection example from central is functioning...
Hello everyone, this is my first time participating in the forum. I am a very new hardware and firmware developer (this is my first job in the industry of iot). I have chosen...
We are currently evaluating external memory on the NRF52840 and are trying to use external memory within the memory space of the processor (XIP). We are aware of the erratas...
Hi, I am using nrf52840 as a peripheral. How can I use more than 1 uart(1 for GSM,2nd For GPS, and 3rd for show data in PuTTY). Which pins I can use for this? and how? any...
Hi,
We have a requirement where we need to store some application parameters (Eg. APN name ) in the nrf9160 flash. This parameters will be storing during production time...
Hi,
1. I was trying to measure the Bluetooth throughput of nRF5340PDK using the sample from ...\ncs\v1.4.0\nrf\samples\bluetooth\throughput, but from what I see in the requirements...
Hi Support team,
A customer would like to use an external 32kHz TCXO to nRF52840. As the picture shown, the original 32kHz crystal and the loading capacitors are removed...
Hi,
I using the nrf52840 EVB(pca10056), there's no nrf21540 connect, but in our design we will using the nrf52840 + nrf21540.
And I build the radio test example with...