Hi there,
I am new to the platform , we are working on a proof of concept to reduce idle power consumption as low as possible on an NRF9160, I want to put the system in...
Hi, I'm having Bluetooth LE peripheral nus code which works fine with v2.7.0 with nrf52840DK (I can connect with an Android App and stream data etc): Changing the build configuration...
Hi All,
I just bought nRF5340 DK, I was able to flash the program to blink led1 and was happy that it worked correctly. The next day, my board no longer recognized the USB...
Hi,
I have a NRF52840 DK , I was using it for development. After one day the board don't turn ON anymore. I'm using USB cable as a power source. Acording to several subject...
Hi,
i am using SDK 2.1.1 with nrf5340.
I would like to add the linker option --wrap.
What are the possibilities to add this option in Visual Studio Code ?
Could it...
Hello,
I have a BLE device with the nRF Desktop application, and I want to turn off my device if it is not used, even if it is connected to my PC. I set my CONFIG_POWER_MANAGER_TIMEOUT...
SDK:15.2
IC:NRF52840
Hi,When I upgraded the device using usb dfu, after entering the app, there will be an additional current of about 180uA(Sometimes appear).
Both...
Somehow my nRF9160 DK board has become essentially unresponsive. Flashing new modem using nRF Connect Programmer, and downloaded nRF FW, "seem" to work. But nothing else....
The asset_tracker repo now has a file called: prj_nrf9160_pca20035ns.conf
Is this still compatible with the nRF9160 DK that is using pca10090n ?
What does the pcsNNNNNn...
Hello everyone,
im using the nRF52840 DK, softdevice s140 and the ble_app_tamplate example. In this example i can send data through the GATT protocol. But i want to change...
Hi ,
I would like to know if the .dat file inside the DFU packet is always the same or it can be different.
Is it Possible to fix inside the code ?
What is the .dat...
Hi all
We are using nRF9160 DK & want to test its MQTT library by uploading some data to the broker. But, my city doesn't have LTE Cat-M1 / NB-IoT network.
Can you suggest...
Hi,
1. ZigBee Cluster Library Specification(Rev 6) -> 3.3.2.2.3 Battery Information Attribute Set -> Table 3-18. Attributes of the Battery Information Attribute Set tell...
Hi,
I am a beginner to nrf9160.
I already can do send the large data to server. (Maybe not too large just about 15KB)
In my test, I will send that data in every 25 minutes...
Hi,
I am not able generate dfu_package.zip using nrfutil.
I am using ubuntu 18.04, and python2.7 is installed is default python version.
I get the following error when...
Hi!
I have bought the Thingy:91 and in user guide (on page 12) it says that the nRF91 DK should be used to update the modem firmware, further more, it seems like it is only...
Hi I am trying to program the bsp buttons on the NRF52 DK, so pushing button 1 will toggle start advertising and going to sleep by calling sd_app_evt_wait().
I have successfully...
Hi All
I'm trying to use the Adc in Sample convert mode: "nrfx_saadc_sample_convert(0,&ADC_Val);" to sequential read two ADC pins .
I have used the code below to init...