Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
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...
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...
Hello,
I am updating my application from older SDK 15.0 to use SDK 17.0.
NRFX_NFCT_ENABLED NRFX_CLOCK_ENABLED are used to enable the files nrfx_nfct.c, nrfx_clock.c respectively...