E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
Hi.
I am working in company for medical devices. And we test the embOS RTOS to use in the product. Reason: the device must be compliance to Medical Safety standard.
I...
hello Support team,
When customer to compile Nordic CHIP demo code(connectedhomeip\examples\lighting-app\nrfconnect. compiling error was attached.
tje
the code is from...
Hello,
We are making device using NRF52832 and SDK 16.0 .
In our solution we required to pair and bond , between phone and device and hence we are using the peer manager...
Hi,
Instead of an nRF9160, we are trying to expand the functionality of our older nRF52840 board with AT modem on it.
I would like to implement similar support for this...
Hello Everyone,
I am using a Thingy52 to take environmental readings, which are used to programmatically respond to changes. I have noticed that the blue bluetooth led flashes...
Good evening everyone,
i'm starting to program with the nRF52832 development board and i am testing the example programs. I started with the project:
- ble_app_hts_pca...
Hello,
I receive measurement data from 12 peripherals (custom PCBs) with a nRF52840DK. But I need a little more range.
Quick fix I am hoping for: Attaching an external...
I have the nRF5_SDK_15.0.0_a54641a files but I cannot for the life of me interpret the examples such that I can Frankenstein working code.
I am attempting to write integers...
Hi,
I have a question about PSM mode of nRF9160.
As I know, PSM mode is supported after 3GPP release 12.
But I found out that some network operator doesn't support...
I have a question about ADC configuration。 If an ADC input is multiplexed in different ADC channels , is the ADC data still dependable?
for example, the init code is as...
Hey,
I am facing a common issue in which I have seen multiple users. When I try to connect Gatt Server I got disconnection with Error code 133(0x85). and also we also have...
Hello, I need an application with a Bluetooth stack and FreeRTOS to handle different tasks (like button reading, sensor reading, ADC, etc.). So I try to implement the BLE...
Hello,
I'm using nRF52840 devboards and am running the NUS-examples on two devboards (peripheral and central) with SoftDevice S140 (SDK 17.0.2).
I want to synchronize...
Hello again,
I have merged two projects as described here:
https://devzone.nordicsemi.com/f/nordic-q-a/67575/serial-communication-usb-with-ble-hid
https://devzone...
Hi Nordic,
I want to establish a user controlled connection to a ble_peripheral. I am using the Sdk 15.3, s140 and the nrf52840.
I used as a reference the ble_app_interactive...