To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
I wants to use break point in project but when i set break point then 4 or 5 times working after that goes to NRF_BREAKPOINT_COND, I am using nRF52832. so guide me where is...
We are using NRF52840 and we have a watchdog timer connected to reset the Nordic, if needed. What is the minimum and maximum time need to insert a reset on Nordic?
thanks...
I want to transfer sensor data to a raspberry pi using the in-built USB on nrf52840. The example codes have the following classes: CDC_ACM, Audio, HID and Mass storage. I...
Hello,
I am just curious wether there are any specific recommendations or requirements for the package-sizes of capacitors/inductors listed in the BOMs of the nRF52840-reference...
Hello,
I am working with the latest version of nRF52 SDK 13.0.0, when I was implementing my own bootloader application, I tried to start an app timer in my code to invert...
Hi there,
Could you please tell me the exact part number of nRF9160 and nRF52840 on Thingy: 91?
I cannot find the specific information even though I looked through the...
Hi All,
How many nodes can connect to a node in ble mesh network. I go through code in ble mesh, but i did't found the answer.
Can any one please tell me.
Regards
...
We have an application using SDK for Thread 4.1. The application requires sending large custom commands over CLI.
We increased the size of NRF_CLI_CMD_BUFF_SIZE in sdk_config...
Hi, I am using the nRF connect app to test the BLE function on my code. I am able to scan the device and Service UUIDs just fine. However, when I click on the "connect" button...
Hello,
I have been trying to implement the tinycrypt ECDSA algorithm for our product. I had sampled the implementation in a sample project with ECDSA being the only implementation...
Hello I am working on an application which is based on the ble_thread_dyn_mtd_coap_cli_pca10056_s140 example. I then used the ble_app_rscs example so that I could add Bluetooth...
Would it be possible to be talked through the steps of setting up SPI with the nRF52833DK using the Zephyr RTOS? I am new to the Zephyr RTOS and have so far been unable to...