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...
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...
I am trying to create my first Freestanding Application under NRF Connect, I have SDK version 1.8.0. As soon as I click on "Create Application" I got the error message " Application...
Hi,
I am looking for the sample code of Class B type LoRaWAN end node for Zephyr platform. I am using ncs 1.8.0. I am able to find sample for Class A end node at v1.8...
Hi All,
I recently got hold of some new iBasis Sims and I know that sim card numbers vary from 18-20 digits, where the last 2 digits are the CRC and an extra byte. Where...
Trying to build the OpenThread sample programs (coap_server and coap_client) and am running into some problems that I hope someone might recognize as an easy fix.
In the...
Hello all, This is my first project using Nordic chips and my first project using BT. A lot of firsts :)
I have made a custom board using nRF52820 chip. The board is 4 layer...
To the kind attention of Nordic support team,
I'm introducing dtm files to the project we are working on (fully developed using latest sdk17). We use in this project gzll_nrf52810_sd_resources_gcc...
Hello,
I want to integrate the LwM2M Carrier library for our firmware as we will be certifying our product from Verizon operator.
So, I am able to run the sample code...
I'd like to ask if I request to update the connection parameters via "sd_ble_gap_conn_param_update" and the center for any reason reject the connection parameter.
How can...
We are using the Nordic iOS and Android DFU libraries to perform firmware updates of a nRF52840.
When I attempt to use nrfutil pkg generate to create a DFU package that...
I would like to set memory retention for system off with memory address and size of some retained struct. System off example has this for NRF52, but I'm not able to find clear...
I have an application with LESC. When I compile it for the 52840 I get the following RAM/Flash sizes with Oberon vs CC310:
CC310
Oberon
Flash
119820
...
Hello I am developing peripheral device with nRF52832. If you implement your own service and try to enable characteristic notify with nRFconnect, the following error notification...
Hello,
In my project i am currently creating a sub-module to read the battery voltage and convert that into percentage based on the ADC value read. I have refereed the guide...
Hello, Is it possible to add the remote provisioning functionality with the interactive PyAci serial library? We are developing a desktop application to do configuration and...
Hello.
It is developed using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
I'm trying to characteristically add BLE_UUID_GAP_CHARACTERISTIC_DEVICE_NAME and...