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...
Using nRF52832, SDK16, SD132.
I have a (background)bootloader which is derived from dfu "secure_bootloader" example.
When there is nothing to flash bootloader successfully...
The hid keyboard in the routine is buggy. The first problem is that after A device is connected, it is disconnected and other devices cannot be paired. The second problem...
I'm debugging an issue which triggers app_error_fault_handler() and it indicates id=NRF_FAULT_ID_SD_ASSERT, PC=0x18434, and info=0.
This address falls in SD, and how can...
Hello,
I am working on MQTT sample ncs\nrf\samples\nrf9160\mqtt_simple. I am sending data from UART and I2C to the mqtt server. For sending data I am using Workqueue thread...
Hello,
I need to bond a device with its bd_addr using AT_command and unbond device using another AT_command. I am having only DK of nrf52832. So I am trying to bond 2 devices...
Hi,
I'm quiet new with nrf9160.
I try to mix the two sample GPS and MQTT to send my position each time it change to a MQTT broker.
I have create two threads, one for...
Hi, I'm using nRF52 DK to develop and PPK v1.1.1 with Power Profiler app on nRF Connect v3.3.1 to measure current.
1. I see a lot of posts referencing the firmware on the...
Hello.
I have a issue about missing NRF_DRV_SAADC_EVT_DONE event in saadc handler.
setup is 52832, SDK 15.3.0, S332. enable ANT, BLE
for battery, sensor, I use 2 adc...
When I run the BLE peripheral HRS example on the eval board and try to connect with a Samsung XCover3 using the "nRF Connect" app, I got the error 22 (0x16): GATT_CONN_TERMINATE_LOCAL_HOST...
Hi, we are considering using Gazell on the nRF52840 with nRF5 SDK v16. What would be the maximum packet length and the maximum data throughput that we could expect? What would...
Howdy,
I am using NRF5 SDK v15.0.0 on an nRF52810 custom PCB and am having a problem where the specified event handler is not being called upon completion of an SPIM transfer...
After unpacking I followed the first step at nordicsemi.com/thingy91, which is to update the firmware. I followed the linked instructions to update the modem and application...
Hi,
I have few questiones to initiate developing our project taking BLE Examples and BLE Services as reference.
Now,First thing we have to do in examples is turn bluetooth...
nRF Connect v3.2.0 - LTE Link Monitor is running on Ubuntu 16.04, and nrf9160 fw is v1.0.1. When connecting the board to my laptop, all Modem, UICC, LTE, PDN are Green. But...
hello
i am working with nrf52832
my code is based on the Ble blinky example from centeral. i added to the code with ble, uart, saadc and pwm and it was working great ...