Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
Hello. I tried to run ble_peripheral/ble_app_uart example from the newest SDK (17.2) on my ebyte e73 with nRF52833 onboard, but without success. I used softdevice S140 (tried...
HI,
My application needs to send the data from PC(server) to Nrf52840(client) . The length and type of the data are 2758 bytes and char data type, actually data has been...
Hello !
I allow me to contact to you because I don't go through a building issue.
I'm using SEGGER Embedded studio for ARM V5.40c. My target is N52832. It is not the...
Hi,
I'm working on a nRF52832 project with adc and ble function involved. An external RTC is also included, communicating with MCU via I2C. Everything goes well until I...
Please help to tell the meaning of the "built code" after the NRF51822-QFAA-R7y
There is mention "(H0) of built code. Is there any functional / firmware / hardware difference...
I'm using the latest SDK (1.5.0) on a Windows 10 platform.
I want to add I2C support to the BLE sample program peripheral_uart.
I fumbled my way through https://devzone...
I'm using sdk 15.3.0 and s132. Is there an API that I can query the bluetooth connection status? What method can I use to find out if a connection is currently available or...
I did current measurement on nRF5340 DK with PPK2 kit.
I’m using the Ampere Meter Mode, and cut the SB40 on nRF5340 DK.
Test Setup: Ampere Meter Mode
Window Testing...
Hello All,
I am just facing an issue w.r.t monitoring the ADC pin with certain threshold voltage. I am able to read the voltage level using SAADC driver on that pin and...
Hi
In my app i need to keep in sync client/server communication, which means no packet is sent in any direction until the sender got the confirmation from receiver for the...
I can't see any headers for this board and MCU in the current 17.0.2 SDK. Are board headers available anywhere yet? Should that be pca10095.h or something else?
Thanks...
Hello all i want to do a task that is control another LED using ble_app_blinky. In the ble_app_blinky project a characteristic is used to control an onboad LED. I have connected...