Dear ,
Just wondering whether the above file operation functions can be directly called and used with the nRF connect SDK, as I am integrating an existing lib to my nRF...
Hi all!
I'm testing the new development branch about wireless syncronization project.
This is my issue:
https://github.com/nordic-auko/nRF5-ble-timesync-demo/issues...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
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.
...
I have a system that consists of a sensor (nRF52840), hub (nRF5340), and gateway (nRF9160). The high level end goal is to be able to publish a MQTT message from the sensor...
Hi,
I'm looking for AES encryption aes_ctr, nrf_crypto example to try on NRF52811 but, I don't see any example for pca10056e.
Does that mean nrf_crypto is not supported...
I tried to deep dive through the macros, api abstractions and other layers but couldn't figure it out. The closest I got is this:
void debug_uart_print(const char * s) ...
Hi,
I have been evaluating the nRF5340dk for our application purposes and I am currently investigating on how the bluetooth directional finding works.
I happened to...
Hello Devzone Community,
I am continuing my long trek toward single-microamp operation of an nRF9160 based, custom board. On the LTE modem front I am making `AT+CPSMS=`...
Good afternoon.
We have an issue which we'd like to prevent, but suspect it may entail changing the out-of-the-box MCU Boot / SMP BLE code / process.
If we flash our...
Hello, I developed a custom PCB that uses the nRF52810 microchip, and I wrote a firmware that needs to use three RTCs.
The program is supposed to wake up the CPU by an RTC...
Hi there, i have a thingy91 for the electromaker contest. I've flashed the nrf51 bridge firmware using MCUboot. All went well. However, when i try to put in DFU mode the nrf9160...
Rookie question.
Finally I put my ble working passing a number thanks to the support from this forum. But now my problem is how to send a string with around 100 characters...
Hello nordic team, Question 1 How can I customize the Asset Tracker v1 to send Asset Orientation "FLIP" in the same frequency as the temperature and the rest of the values...
When communication fails on NRF connectivity dongle (In Python via pc_ble_driver) and Error code: NRF_ERROR_BUSY is received on attempts to write and one restarts python script...
Hi,
I am following below link for DFU over BLE. Link ( https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu ) currently it is working fine...
Hello ,
I'm using the libuarte library so i can send data and receive it , i'm enabling RTC2,TIMER1,TIMER0 and TIMER2 .
this is the main definition of my libuarte NRF_LIBUARTE_ASYNC_DEFINE...
I use App timer V2 in the nRF5 SDK and sometimes (not sure of the circumstances) it will insert a timer into the internal m_app_timer_sortlist that is already present in the...
I'm running into an odd problem with the PWM driver. We're using SDK 17.0.2 and the S113 softdevice on an nRF52833. We're using the PWM module to drive some LEDs.
The nRF52833...