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,
I'm planning to implement DFU for a project with buttonless BLE and I've been running into a few roadblocks along the way. My nrfutil.exe installation was missing a...
I'm working on a driver for a sensor which uses a proprietary one-wire interface. To get data out of the device, we do the following: 1) switch the pin to output 2) 1 us low...
Hello,
I am trying to see if the following design criteria, make sense for saving battery life in small BLE dongle using a coin battery like C2032. I am using nrf51822,...
This is a simplified version of the bug, hoping someone has already seen it and can point me in the right direction.
I will have time over the next 24 hours to build and...
If I use sd_app_evt_wait in a library, I get a link error: undefined reference. A workaround seems to be: don't use it in a library.
In a library (an archive, foo.a):
...
I have a general question for customers regarding throughput.
What's the maximum data througput with IOS without a MFI Chip.
Which profile do I have to use. Supports IOS...
I have a use case where multiple instances of a fstorage is created, all with the nrf_fstorage_sd API. I also use the peer_manager and hence fds which in turn uses fstorage...
Hi,
I'm working on a project where i need to send data like this way :
PC(Terminal) -> node (app_uart_get()) -> relay node 1 -> relay node 2 -> node(app_uart_put())->...
Hello,
I want to develop buttonless DFU along with my application code so please help me to develop this.a have already flashed DFU in NRF51822 and also able to active DFU...
Hello world..
please solve my problem..
I wanna to implement this arduino code..
with this output..
and convert to this mbed compiler, like this one..
but...
Hi
With the release of softdevice S140 v6.0.0, the advertising API has changed to incorporate the concept of Advertising Set that was introduced in Bluetooth Core Specification...
Introduction
I use fStorage to write some data to flash and I read the data by following procedure:
uint32_t Read32(uint32_t address) { return *(mpFlashConfig->p_start_addr...
Hi i have problem i can flash via st-link but when i want program nrf52832 via bluetooth(smartphone). i create zip with bootloader, softdevice and app and that zip send to...
Affects nRF5 SDK v13.0.0 - v15.0.0
I noticed a minor bug in peer_manager.c, lines 972-975 (v15.0.0). Looks like an opening brace is on an incorrect line, see line 5 in...