Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
hi, I found ble_app_multilink_central example under SDK ,and make it work with NUS. Some problems bothered me.
When the amount of data reaches a certain amount, the transfer...
Hi,
Tried this getting started tutorial:
github.com/.../Nordic_SDK_User_Guide.md
When building project at the end, I get: (After trying max optimization)
linking...
Hi,
I am trying to program a custom board with ISP1507 chip from dynastream based on nRF52832 using the nRF52 DK. I have connected P20 on the DK to the chip as follows...
Hello, myCode: https://goo.gl/ggTei4 & Photo : https://goo.gl/Sq28tC
Please Help me with Dynamic NRF24L01 Mesh network
I have connected nodes via DHCP 01, 02 upto 05 to...
Hello everyone!
Do have any different between Read/Write internal flash with softdevice and non softdevice!
And how can I get example Read/Write internal flash with softdevice...
using the sample code at
invent.module143.com/.../
i am able to use nrf24l01 to communicate raspberry pi with arduino, but the problem is the timing. I found it takes...
Did anyone attempt time of flight measurements with the nrf52 yet? I'm looking into this as a possibility to measure distances. I was thinking that using the 64 MHz clock...
I AM GENERATING A PWM EXTERNALLY (OUTPUT FROM A WATER SENSOR) AND FEED IT TO A NRF51422 BOARD. I WANT TO COUNT THE PULSE COUNT(LOW TO HIGH TRANSITIONS ONLY). CAN I DO IT WITH...
How to configure an app_timer in counter mode. i just want to count number of pulses in pwm using app_timer. i didnt find any example in which app_timer used in counter m...
I'm trying to use fstorage module for event logging; several pages are used as a large circular buffer. When logging wraps from one page to another, the new page needs to...
Hello every!
I was developed my aplication base on nrf52 SDK (version 14.0). I am confused about SDK_config.h file. I can't cognize which macro should be 0 or 1. Example...
Hi all,
we are using the Nordic Uart Service in our product and Id like to connect our hardware to a Linux powered PC. Does anyone know how much effort it would be to make...
Hi all,
I have a working ADC implementation (S130 + Application) and use it to measure an analog input continuously.
However if I use the same code on top of bootloader...
When I have a test using nRF24l01+ with STM32, I can only get a playload datarate no more than 450kbps using nRF24l01+ 2M mode.
How can increase the playload data rate and...
I have been using two NRF24L01 to communicate with each other using just simple Arduino Uno Board.
it worked for 5 days and now all of a sudden it is now working.
I tried...