Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Hello,
I'm trying to do something like ibeacon where data is pushed to any device listening, but I want to update the advertising data from raspberry pi 3 since it supports...
Hello,
I am working on an application where the nRF51 acts as both central and peripheral. The device is in permanent connection as peripheral while scanning for other devices...
Hi
can ESB be considered RealTime transfer as soon as it has it's timeslot?
Outline of use-case:
Device advertises existenace on BLE
If there is data waiting...
I am trying to implement a REQ line protocol over GPIO to signal to the Master when it is ok to receive data. Basically, I want to pull the REQ line high when the nrf51 has...
Hello,
Ble spec says that "new alert" characteristic - field: "category ID" can have 1 or 2 bytes.
here
But it seems in your struct you let it have only 1B.
typedef...
Hi,
I have ordered a PCB using the reference schematic for NRF51422 user guide.
I wanted to know whether the schematic has the required antenna design or I need to add...
Hi All,
I have a basic question about advertsing data, more precisely about device's address.
I try to disable in my advertising data, the address field but it doesn't...
Hi I followed the Nordic UART example code to read and write characteristics to a Nordic S110 nRf51822 device.
My code is the same as in writeRxcharacteristic but when...
When I'm single stepping my nRF52 application in Keil with a BLE connection I always get the softdevice_fault_handler called.
I'm using SD 132, v2.0.0 and the the parameters...
What is the maximum clk frequency that can be output on a gpio for the nRF52832 ? I want the nRF52832 to output a clk signal on any of the gpios to an external module, and...
Can anyone please suggest a simple example on initializing SAADC Driver on one pin and do a simple blocking ADC read?
Sorry for a very broad question - but rather to ask...
I'm using the nRF52 Dev board and set the --rbp ALL option while using nrfjprog. It worked fine, and I am able to do OTA updates as I was testing the bootloader example. But...
Hi
I'm doing one project that is taking data from uart and send to mobile app. I'm facing one issue that is when I connected to peripheral it connected and take data from...
I'm looking for some options to extend the PCA10028 with a keybord and a numpad. This would give great options to play around with passkey topics.
As the PCA10028 supports...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...