Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
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...
I would like to use the Shield Debug (P20) on the nRF52840DK as part of a Device Under Test platform for production devices. I also want to be able to transmit/receive data...
Hi,
I am playing around with the the Bluetooth Mesh SDK (`nrf5_SDK_for_Mesh_v2.1.1_src`), more precisely with the light-switch `proxy server` example. The nRF52 DK's LEDs...
I want to use nRF Sniffer for Bluetooth LE with Raspberry Pi 4, is it possible? Wireshark is used for frame capture.
What I did below ① Write sniffer_nrf52840dongle_nrf52840_7cc811f...
Using: ncs v1.4.0, Modem FW v1.2.3, SES v5.10d
I have a custom nRF9160 board with code based on the Asset Tracker app. I have GPS triggering off of the accelerometer. GPS...
The PDK does not show up in file explorer. Power switch in VDD position. LED 1 is on solid. The device manager universal Serial Bus controllers does not list any device that...
Hi, sorry for adding more posts on the same issue, but I don't see any of the posts that speaks to my current situation. I'm using nRF51822 and SDK 12.3.0, and I'm trying...
I am using NRFSDK 1702. I have one NRF52840 as central and multiple peripherals. The central receives data from the peripherals and then transmit the received data via hardware...
Hello,
I am trying to create an application that uses the mesh light lightness [client/server] model using the example application as a guide and I have a few questions...
I want to check which version of BLE is implemented while using a particular SDK or Soft Device(SD). Is the version of BLE dependent on SDK or SD or both ? I couldn't find...
Hi,
We encountered a problem if we take off the battery during functionning.
The UICR Register is completly erase when we put back the battery.
The issue is with lost...
Hi - I have a MDBT42Q SoC board developed by Seeed Studio which contains the nRF52832 SoC. The board is powered as the image below and I can program the board through the...
SDK: nRF5SDK Toolchain: ARM GCC
Hello,
I have some devices out in the field using nRF52840s, using the non-SoftDevice bootloader, and a custom mechanism for reading updates...
While the nRF5 SDK offers great support for validating the SoftDevice and application firmware in internal NOR Flash on every boot, it looks like that's not the case for the...
I am using nrf52 DK board with SDK15.3.0 developing my application on top of ble_blinky_peripheral example .
How do add CTS service in my application ??
I have refered...