Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Hi,
I am using the nRF52 Dev Kit.
Is there a way I can get a notification after a "scan response" has been sent?
For example - the first radio_active after a BLE_GAP_EVT_SCAN_REQ_REPORT...
The SDK 11 s13x migration document says:
The enumeration NRF_APP_PRIORITIES has been removed. Application developers must use the interrupt priority levels directly...
I NRF51822 respectively, as master and slave, and bindings need to pair between the master and slave. I do not understand the contents of this, who can provide these routines...
Hi Team,
What are the chances of pkt loss in case of concurrent observer, advertiser role using S130? Application is like in observer mode device need to observe some activities...
We have an nRFgo nRF24LE1 32-pin 5*5mm Development kit.
How do we program this as a stand alone application without nRFgo Starter Kit Motherboard ?
Is there any tool or...
Seeing the Log on wireshark for Central and peripheral communication after connection.
Here i am bit confused that when Connection update request is send by Slave after...
Hi, I try to access Generic Access to get device name.
So, I modified "ble_bas_c.c - ble_bas_c_init()" like this.
bas_uuid.type = BLE_UUID_GAP_CHARACTERISTIC_DEVICE_NAME;...
Hi,
I want to find Bluetooth address of the Central Device which is running Master Control Panel Application....
but after succeful connection, each time I try to find...
I am using serial communication to have data from a sensor. That sensor only can support baud rate 115200 to communicate. Collecting data from that sensor I am trying to save...
Hello Everybody,
I have read these articles on the site : article_1 &
article_2
I need to do something like that, read around 8000 sample with sampling rate equals...
Hi,
I used the app of nordic , that puts the system off in order to measure the current at that mode.
the example i used is at this link . ( system-off-wakeup-on-gpio...
Hi
I'm very new and looking at the PTR5518 breakout board. The docs below specify some of the pins:
Are the pins EN , RX , TX , RTS etc. tied to P0.08, P0.09,...
Dear Sir/Madam,
I want to use the One channel of Timer 1 for PWM generation and other channel is used to measure the pulse width of input square wave.
For above i need...