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,
I'm trying to add Openthread support to my project, which is based on ATT_MTU_Throughput example. I followed the tutorial in infocenter, but I still have some problems...
Hi,
I am attempting to run the various USB example programs on the nRF52840-PDK USB, but my nRF usb device is not being recognized (in windows OR linux device tree). Is...
Hi.
I just spend 2 days debugging problem with dfu. In the function nrf_dfu_app_continue the function nrf_dfu_flash_store is called with len parmeter as bytes and should...
Hi, I would like to control 2 LEDs independantly with the same server node. Should I try to [1] add a element with the same simple on/off model in that server node OR [2]...
Hi,
I'm running an ADC sampling every 8msec, sampling the output value of an op-amp as well as a reference voltage. I subtract the two in firmware. I was implementing the...
Hello,
I am using SPI interface to communicate with a sensor BMI160, looking into the driver for BMI160 I can see how the low level functions for reading/writting are used...
Hi,
i am trying to upload the code to BLE 400 from waveshare from nrfGo by getting the hex file from this library
While Trying to upload the code i am getting the following...
onkey_full_20170814.hex
onkey_0000.hex
onkey_boot_s132.hex
This time 14.0 sdk was updated.
There was a problem after the update
Problems when uploading bootloader...
Hi,
I am using SDK v12.2 and gcc compiler. S132 softdevice for nrf51 controller.
I am using muliple nrf51 devices to connect each other and share sensor data with each...
I'm using a pin for trigger switch input with the following codes
nrf_drv_gpiote_in_config_t in_config = GPIOTE_CONFIG_IN_SENSE_HITOLO(true);
in_config.pull = NRF_GPIO_PIN_PULLUP;...
Hi,
I would like send serial data in both directions (like by RS-232) between BMD-300 Evaluation Kit and BLED112 dongle.
I'm a beginner on this subject, so I'll ask...
Hi,
i am working on custom nrf52 board which is operating by Li battery of 3.7v 27mAh battery. now the battery is dead i didnt find 27mAh batteries in the market near to...
Hello there,
I am working with a peripheral device that we are testing with many different devices, and have run into a very unusual issue. With a brand new Android tablet...