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 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...
Hello,
I've a problem with a PPK board.
When the current go over 10mA the value reported is wrong, in my case should be 15mA and PPK measure 80mA and more. Instead, in...
Hello,
I am working on a project that is using nrf52840 chip as a peripheral and the product is supposed to last and run for 25 years. During that period the device will...
Hi everyone I have been reading the GPS data using nordic nrf52840 over the UART. I am able to receive as much as 64KB of data via the UART. Here's the scenario of whats been...
Hi All:
Applyed the under timeslot :
causes some peripherals(eg:static const nrf_drv_timer_t m_timer = NRF_DRV_TIMER_INSTANCE(2)) n o access interrupt,
what 's the...