I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
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...
Hi
I was wondering if using sd_ble_gap_rssi_start to measure RSSI value during connection has any influence on power usage or ble data throughput (or other resources). Or...
Is there any way to programatically set the 51822 into debug mode following a power on reset, or disable pin reset in normal mode?
Here is a synopsis of the issue:
...
For my project in development I need to read characteristics from BLE devices using pc-ble-driver library.
I am using a C program, not python bindings.
The method I am...
Hello, I am using Nrf52832 and want to run client and sever simultaneously. I think it's possible but unable to find the sample code. Can you please help?
Thanks
Hi, in my custom nRF52805 peripheral application, I used Nordic NUS Service to transmit sensor's data. By using SDK17 example code <ble_app_buttonless_dfu>, I could OTA DFU...
Dear All, I am trying to create an application that uses the MCUBoot, so that later I can perform a FOTA operation. From what I know so far there are some keys in the SDK...
Hi team.
Whenever an interrupt comes in the hardware gpio handler is expected to get triggered but for me it doesn't get triggered properly in one scenario and works in...
Dear Members,
I want to receive data from bicycle power transmitter and heart monitor in the same receiver,
I got :
..\..\..\main_hrm_bsc_lcd.c(1202): error: #148...
I have successfully been using USB CDC ACM class alongside USB Audio with only a MIC feature available on Mac OS. However, on Windows, only USB CDC ACM enumerates in Device...
I am sending data over air from an XBee in transparent mode to an nRF52840 dongle which is configured as a ZC.
The data is going over the air from the source to the ZC desitnation...
Hi,
I'm using NRF Connect SDK (Zephyr) with NRF52810.
I've got the System Off sample from the Zephyr tree working on my board, but I'm not sure what current draw to expect...
Hi Nordic team,
I am having issues with the BLE connection on my customer board. I am using nRF52833 chip, sdk 17.0.2 and s140 as soft device.
The issue I am facing is...