Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi,
I'm trying to find simple ADC code for one shot modus as described in the documentation: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832...
I will use Nordic nrf52840 dongle for 2FA + security key on Google login and I am following these instructions:
https://github.com/google/OpenSK/blob/master/docs/install...
I use nRF52840 and SDK16 with S140 softdevice. I need 3 ADC ports. The initial code as follows.
static void adc_configure(void) { ret_code_t err_code = nrf_drv_saadc_init...
Hi,
I add a my .ilb file in the ses project .When I c all the function in the .lib file and build, it will have an log "undefined reference to 'xxxx'". But i can success...
I want to upgrade a BLE peripheral firmware (nrf52840) by using another nrf52840 as BLE central.
Do you have any idea how I can do that?
I know how to use android to upgrade...
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...