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...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
this is how I initialize and enable LPCOMP
nrf_drv_lpcomp_config_t lpcompconfig = {
{NRF_LPCOMP_REF_SUPPLY_SEVEN_EIGHT, NRF_LPCOMP_DETECT_CROSS},
APP_IRQ_PRIORITY_LOW...
Hi,
I wonder if BLE_ERROR_NO_TX_BUFFERS(s110) and BLE_ERROR_NO_TX_PACKETS(s130) have same meaning.
These marco variables are defined in ble_err.h.
Thank you.
HI,ALL,
i am so sorry for my silly question here.
In ble CORE SPEC,
i saw a sentense (Version 4.2 [Vol 1, Part A])below:
"Device L is shown in the same locality...
Hi,
The SDK6.1 bootloader seems to have problems when used on a Laird BL600 module.
I'm using a BL600 with the SDK6.1 and SD7.1. I want to implement the bootloader in...
Hello!
As per documentation, RSSI is measured during the time, when particular packet is being received. In particular, nRF51822 Product Specification v3.1 states RSSIperiod...
Hi, i have a NRF51-DK (nRF51822 - PCA10028) board and using SDKv10 with SoftDevice S110.
I read everything i could find about this topic and i see people claiming data rate...
I am looking to synchronize collecting of data from outside devices with the connection interval of the nRF51822 and the S110 vers. 8.0 softdevice. Are there specific events...
I want to send big amount of data (10kb) with characteristic of 16 bytes. when the phone side is subscribed to notification I run a loop of data sending.
how can I synchronize...
I have read through the forum on this and I am still not completely clear. Here are my questions:
Can I create characteristics that are larger than 20 bytes? The Bluetooth...
In looking at the nRF51 UART Example I'm wondering about data loss over the Bluetooth interface.
When bytes are sent to the host, is there a re-transmission mechanism somewhere...
Hello,
I was just editing the handling of sent packets and I wanted to evaluate the contents of the ble_gattc_evt_write_rsp_t struct which is part of the BLE_GATTC_EVT_WRITE_RSP...
Hello,
im using NRF 51822 with SDK 10 / S110 8.0. Im working on a project that includes one or two timers (initialized by APP_timer function), the ble calender (like discriebed...
Hi,
Because I didn't want to keep with the last question when this is a tottaly new one, so created another question.
I've tried to get this project to work:
github.com...
We have a communication problem between nRF24LU1+ and nRF24L01+ chipsets. nRF24L01+ uses STM32F4xx MCU on board.
Is there an RF sniffer that sniff the protocol?