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 need to stream data from NUS UART Central Device to one peripheral, but the device always disconnects while trying to send second set of data. So I changed the write_req...
Dear
I have changed light_switch server example of " nrf5_SDK_for_Mesh_v4.0.0_src" from PCA10056 to PCA10059. All function of the code works well except button.
For button...
Morning. I have a Fanstel840F module. I use attached example sketch. I flash nrf52DK with this sketch, it works fine. I can scan with NRF PC and Mobile software, and see smartTag1003...
Hi,
May i know any software utility suggestion to debug the USB data (200 bytes data) communication from device to host and vice versa for nRF52840.
Similar USB sniffer...
I think there is a bug in the west tool. If only one -Dxxxx=”xx.h" parameter in the command-line, the quotes will be filtered. So update the "nrfxlib\nrf_security\src\mbedtls...
Hello, everyone!
I am using nRF52DK and SDK v17, and I am dealing with the example of ble_app_uart.
Using this example, I am testing how buttons control BLE scanning...
Hello. I am trying to implement a application jump from my normal firmware located at memory 0x19000 per recommendations based on the soft device used (s112) to a different...
Hello,
I am working on the nrf9160 board using cloud client sample. The connection to AWS and the boards loses after running for a while. When I reset the board it connects...
Hi,
I'm super rookie on BLE project,
my question is how can I using button press to accept a central pairing instead of typing passkey,
here's my code, using nrf 52810...
Hello!
We are trying to send MQTT messages to a hosted mosquito broker via AT commands using the nRF9160.
We are trying to avoid programming the nrf9160 chip, as we...
SAADC resolution is set to 8 bits, channel is configured as single ended. Is it correct to say that SAADC digital output should be between 0x0000 and 0x00FF(full scale)? ...
Hi,
I'm testing the ble_app_uart example on the nRF52840 DK and it seems to be consuming a lot of current similar to the case in https://devzone.nordicsemi.com/f/nordic...
In a single core BLE SOC, whenever a BLE event occurs the BLE stack takes high priority and any application code running on the single core, is delayed while the event is...
Hi ,
I need to store strings in flash and came across the NVS. I referred to the example in samples/subsys/nvs and was able to do the nvs operation.
The following are...
Hey, so I was under the belief that the maximum size of data one can include in a BLE packet is 20 bytes (23 bytes total, 3 bytes overhead, so 20 total for custom data). With...