Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi everyone,
I'm currently developing a potential product where I wanted to use the nRF24L01/+ to send out BLE advertisement packets for a mobile app to receive and decode...
We are using the iOS DFU SDK https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library to update a device that is built against the nRF5 SDK 14.2.0. The problem is that...
Hi,
I implemented my application top of the mess 3.0, mesh is working fine able to hop the messages to the gateway via relays(nodes)
Issue with UART : -
here nrf52840...
SDK version: nRF5_SDK_15.3.0
Platform: nRF52840 DK
---
Add FreeRTOS into serial example( nRF5_SDK_15.3.0_59ac345\examples\peripheral\serial )
and I copy task of blinky_freertos...
Hi,
I want to read 4 - ADC input channels (12-bit or 14-bit) from Bluefruit nRF52832 feather using sketch code. Can you point a sample code to do this?
I could read default...
Hi,
I am currently trying to set up the HTTP Application Update Sample and unfortunately it keeps stopping at the "downloading" state. Code is exactly the same from the...
Hi,
I´m using nrf52840 with softdevice S132 and set ble_gattc_conn_cfg_t::write_cmd_tx_queue_size to larger than 1. I´m count number of queued writes by increasing a counter...
I am currently developing with nrf52832 sdk14.2. I found in the test that after opening the hid service, the connection parameters will become the following parameters after...
I encountered a scenario where I call sd_ble_gap_connect() and get an event BLE_GAP_EVT_TIMEOUT with source BLE_GAP_TIMEOUT_SRC_CONN . This is followed immediately by an event...
Hi, i have written code in android, where i am using threads to connect to 832 ble over insecure RFComm socket..
Am not pairing with 832 in my app and am directly trying...
Hi I am implementing a buttonless_DFU function right now. I decided to do Buttonless on my project's PCB Board because it is no longer an environment where I can add switches...
My setup is as follows:
nRF5 SDK 13.1 with s132 5.1.0
nRF52832_AA
Keil 5.25pre
I use RTC1 counter for timestamping along with app_timer timers. My get_timestamp() function...
I am trying to send lots of data through radio (basing on old micro esb project from github, but heavily modified).
I need to keep radio IDLE (not DISABLED) when not transmitting...
Hi,
I am developing smartphone controlled BLE door lock based on nRF52840.
The door lock is a peripheral (also GATT server) and the smartphone is central (GATT client...
Using the nRF52840 with SDK15.3.0 and S140, I am seeing strange interactions between PWM and BLE.
The PWM is configured to create a continuous 175kHz output just under...