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...
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, ...
Dk 0.8.5 with external GPS antenna modem FW: v1.1.1 nrf tag: v1.2.0 supl: v0.5.1 OS: Windows10
Put supl folder to "\ncs\nrf\ext\lib\bin\supl" * the path written in readme...
Hi,
I have a problem where I have to put a delay for 50 us after nrf_drv_rtc_counter_clear(&rtc); to get 0 counter from nrf_drv_rtc_counter_get(&rtc);
seems that the...
How to extract MQTT message from the Simple_MQTT sample for nrf9160-DK?
I am trying to use a specific message to trigger an action based on a predefined string. Not sure...
Hi,
As far as I understand, every connection establishment has to start with advertising.
Event if I have already connected and bonded to a peer, after disconnection...
Hi everyone,
I am using an nRF52840 dongle (MakerDiary) with SDK15.0 & SoftDevice S140 v6.0.0, and trying to change the BLE advertising manufacturer's data with the information...
Hi,
I am sampling a moisture sensor using one of the analog pins without issues. However, since my circuit is battery powered, I need to account for voltage drop of a 3V...
I have an nrf9160 dk on the latest firmware (i.e. mfw_nrf9160_1.1.1) and I have been unable to establish stable connection to LTE network using iBasis SIM. I tried using the...
Hi,
I am trying to follow this tutorial ( https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/ncs-tutorial---temporary ) on Nordic...
Hi,
I am facing the same issue of case 244574 , we tried to fix it follow your advice but failed. Here is my code:
After the first reboot of modem FOTA, the application...
Hi,
Recently updated with " nRF Connect SDK V1.2", after that AT Commands is working only with nRF connect link monitor SW. Its not working with teraterm,putty. In tera...
Hi
I am using the SDK_16.0.0 and SDK_for_mesh_4.0.
Board: PCA10056, nRF52840.
1) I try to send strings to from the nRF to PC and then, using a python script, poll...
Hello,
I started working on 802_15_4 to create a TSCH ( Time SYNC channel hopping ), and it is working as expected. The problem is when i integrated the TSCH TX and TSCH...
Hi,
I want to create a file and save it to device storage or my computer.
As a result, I want to save a large amount of data in a text file, compress it, and send it to...
I'm having some issues with the printing to the debug terminal. I'm using SDK16 with SES 4.5 and developing on the nrf52840 DK.
I followed the instructions in this video...