I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
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...
Has Nordic provided a formula to calculate the average current using BLE based on the number of packets to send ?
My simulation on the Online Power Profiler for BLE just...
Hi,
I ma upgrading from nRF51(nRF51822-7.1.0SDK with mbed) to nRF52(nRF52832-17.0.0 SDK with SDK-OS) . The issue is that the sample nRF52SDK(17.0.0 SDK) used doesn't contain...
Hello,
I have 2 nRF5x development boards:
nRF51422 PCA10028
nRF52832 PCA10040
I wanted to learn the BLE basics such as pairing, advertising, scanning, etc, using...
Hello,
I am updating my application from older SDK 15.0 to use SDK 17.0.
In a newly added file in the SDK: nrfx_nfct.c - there is a definition of:
#define NRFX_NFCT_TIMER_INSTANCE...
Hello! I set-up my Thingy:52 devices, using the nRF52840 Development Kit, according to the GitHub tutorial .
Now, I would like to understand more about the communication...
I have an issue with attempting to test an encryption on a sample data made in that function and then called in int main(void). What happens is that during the debug the CRYS_CHACHA_POLY...
Ive Used GSM Modems for M2M data comms and would like to use the Nordic nRF9160. I dont want to use a Thingy or any development boards just need to get straight on to designing...
Hi I noticed that all of the examples use common/src/app_level.c Why is that? Is it recommended to not implement your own generic_level callback for example?
Hello,
I was downloading a project to the flash memory using J-Link SDK and I am having this messsage:
JLink info: ------------ DLL: V6.80a, compiled May 29 2020 16:27...
Hi,
I tried connecting the thingy91 out of the box and it was working fine, sending data to nrfCloud.
Now I tried to build the asset tracker application on my own and...
Hi All,
I am facing the issue with sleep current in nrf51822. initially i checked the sleep current 11uA. but after one hour it is increasing to up to 390 uA gradually....
Hi All,
I am currently designing a BLE module using nRF52840 chip which works with battery.
In the nRF52840 DK, it uses a Power Switch Driver ( SC728CSTRT ) from Semtech...
I want to add a button function to the ble_app_uart.
I don't need to use the functions of the BLE Button Module.
It's enough to just change the value of the variable when...
Hello,
I'm trying to develop a small module based around the nrf52832 chip, and I am trying to replicate the reference design and layout as closely as possible. One problem...