Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
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...