Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Using SDK 17
There must be a way to show all commands in RTT without needing the tab to work right?
Ive been digging through the code but don't see where the magic happens...
Hi, when i'm debugging my circuit, the logical of a if or while don't work. In the image, the timeout_rtc is higher than 100, but the value of a don't change to 1. What's...
I used the P1.13 pin of NRF52833 as the output pin, and used it in the manner of the blinky sample program, but it crashed and prompted the following error message:
***...
Hello, I have a custom HOST board. There are use NRF52840 BLE chip.
I'm run Bluez 5.61 on the HOST board and by meshctl> I am able to run as a controller. But if I want...
how to set BLE_GAP_ADDR_TYPE_ANONYMOUS
i have follwoed https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-advertising-a-beginners...
Hi,
There are tons of documentation on how to make a mouse, keyboard or remote control work as a HOGP device, and I have successfully implemented both mouse and remote control...
Hi,
Using NRF Connect 1.6.1 on NRF5340 I have modified hci_rpmsg project to add another endpoint for bidirectional calling between app core and net core. I have used the...
Is there a reason that AT_CLIENT example always works for LTE but SERIAL_LTE_MODEM only works the first time, and then trying again it never connects to the LTE ? Typing AT...
I’m trying to write a program that reads data from 4 hall effect sensors and outputs it to a serial monitor over Bluetooth. The sensors communicate over I2C. The programs...
Hello,
I've purchased the nRF52840 Dongle: https://www.nordicsemi.com/Products/Development-hardware/nRF52840-Dongle . I've successfully flashed it with the version 4.0...
Hi:
I use nrf52832 to connect to the sensor module through uart. When the sensor device is turned off, I can repeat the pairing and unpairing of the Ble module through the...
Hello,
After reading many things, I would like someone to confirm or correct my understanding. I believe this will be great clarity for others as well.
The nrf52 requires...
Hello dear all. I am compiling a firmware to merge the timer function into the nrf52-ble-app-uart-c-multilink firmware. The timer function is copied from ble_app_uart__saadc_timer_driven__scan_mode...
Hi,
I am a new beginner when it comes to Thread and Matter. I am trying to run Matter on nrf52840. I flashed the door lock example, commissioned the device using BLE and...
I am using SEGGER Embedded Studio and an nRF52-SDK circuit board to run example ble_central\ble_app_hrs_c from nRF5_SDK_17.0.2. I have a peripheral that reports motions. The...