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...
Hello all,
I've been working on creating a test app for a product that I've been developing for sometime. It has multiple BLE services such as Device information (DIS),...
HI ,
On my costume board works fine when VDD connected to ~3.6v.
it starts to behave differently when voltage is ~4.1v. (Flashing fails / SW not loading ).
my VDD_GPIO...
Good morning, I am a university student and I would like to know if there is a tutorial or an example to do a simple test of the operation of the new feature of Bluetooth...
I am trying to read ADC values for 8 different channel, in order. It's just to test if the ADC and its API.
I successfully receive the ADC binding (it returns 0), and the...
Affects version: SDK 15.2.0
Building the ble_app_hrs_freertos example produces several warnings in SES. The warnings are related to redefinition of several MACROs.
I have set up a custom board using the nRF52811 based BMD-360 module.
I have tested the twi_scanner example, first of the nrf52DK with an external sensor. I Changed the...
Hi all,
I'm trying to get the Thingy device work with (SEGGER's) RTT. I used the asset_tracker sample application and edited it to just print to RTT in a loop after all...
Hello,
I am having an issue with the nRF52833. I'm using the NRF5SDK, version 16, and the SoftDevice s113 version 7.0.1. I can take the ble_app_uart example from the sdk...
Hi everyone,
I am looking at sending data via HTTPS to Azure.
I have used the https_sample and modified it to send the data to Azure with no issue. But now I am trying...
Hi Nordic Support Team,
I am planning to use nRF9160 Customised Board for NB-IOT Application.
I want to make it battery Operated Device.
As i want to know how Communication...
Hello,
I am using SDK 15.3 for the development. During the upgrade process I wanted to send the hardware version when requested by the host.
I have made the changes...
I want to use P0.10 of NRF52810 as GPIO. I have added CFLAGS += -DCONFIG_NFCT_PINS_AS_GPIOS in the make file. But still its not working. I am using Nrf 52810 , SDK 15.2.0...
Hello,
I recently decided to upgrade an Arduino project to you nice and well documented products :)
I successfully built and run the example provided here and tried...
Hello! I'm interfacing a sensor with an nRF52840 development board and have run into a few issues:
1) I have a check status function as shown below:
bool ADXL_check_status...
Hello, I'm working on timeslot and RADIO on nRF52840.
I found a sample code which sets 1 to "NRF_RADIO->POWER" to initialize RADIO peripheral.
-----------------------...