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...
I noticed a bug in ble_cts_c. The BLE_CTS_C_EVT_DISCOVERY_FAILED event is sent to the event handler for every UUID registered for discovery. The BLE_CTS_C_EVT_DISCOVERY_FAILED...
I am making HID composite devices, but I find that if the number of report ids is more than 5, I cannot send data from PC to this device;Error code 1784 is displayed
If...
Now I'm developping a USB MSC project, the Nand flash size is 4GB, I don't know how to set USB capaticy size.
I change the setting in nrf_serial_flash_params.c:
static...
Use the media control's volume up / down keys to control the camera shooting of your Android camera. How to achieve continuous shooting?
How to achieve the function of camera...
HI
I'm writing a programm the using a nus as its service, because nus is a custom service there is something that need to be changed, I followed the tutorial about making...
Objective: I want to read 64MB data stored in external flash (interfaced with nrf52840) from android mobile App (specific: One Plus 7T)
SDK: nRF5 SDK v16.0.0
Soft Device...
Dear,
Im trying to measure the RSSI with THINGY:91, I found on the document nrf91_at_commands_v1.1.pdf about
1. AT+CSQ
+CSQ: <rssi>,<ber>
Note: Not detectable, RAT...
Hi!
I am currently working on a project where i would like to use Thingy:91 as MCU board as it contains other features i need to use, like 4G and GPS.
The problem is that...
Hi I'm currently develop new product based on RAK8212. I have problem with reprogramming devices. Programmer i use is nRF52-DK I'm not able to reprogram about 10% of devices...
Hello,
I have a low power application, which is activated by a push button press. (The DC-DC converter is also in shutdown mode normally, so the NRF9160 does not have power...
I am occasionally (very rarely) getting "Mesh assert at 0x00037996", but when I try to look this up, I get:
My understanding is that this means the mesh_assert is...
Hello, this is the nrf52833/52820 design drawn by the customer, because this is our first contact, please help to check whether it is reasonable? thank you.
Hello,
I'm working on a BLE app on an Arduino Nano 33 BLE, which is equiped with an nrf52840. I'm struggling to increase my BLE transfer speed ( i think due to the limitations...
Actually i was working on 3 boards, nRF51422,nRF51822 & nRF52840. While executing some examples on each board i realised that each board has its specific pca hex file to be...
I n the main of my program I have this( UBLOX_PWR_PIN = Pin16 of nrf ),
uart_init(); nrf_gpio_cfg_output(UBLOX_PWR_PIN); nrf_gpio_pin_set(UBLOX_PWR_PIN); nrf_delay_ms(200...