Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
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...
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...
Hello All,
I'm trying to create a client device that toggles LEDs on a server on and off using the NRF52840-DK.
My modified Client code is giving me Mesh error 5 when...
In which state are the configured UART pins if the device is held in RESET for nRF52832?
We want to use the UART to communicate with the host without the nRF52832 in certain...
Hi, I have a project where an STM32 controller has the updated binary file for nRF1822 in flash and it will upgrade the firmware on nRF1822 with the serial implementation...
I am trying to add "Softdevice_handler" to project under nRF52 SDK_15.0.3
But i couldn't find "Softdevice_handler" in nRF SDK_15.0.3 and it is there in SDK 11
How to add...
Good afternoon,
The 'sd_ble_gap_device_name_Set' seems to have a limit of 10chars when defining the device name. In principle, it should be 31. Why do I have this limit...
Hi
I would like to use a 2.4Ghz remote controller for a project but I did not find any example/documentation on how to use 2.4 frequency with my nrf52.
Can someone...
Hi
I would like to use a 2.4Ghz remote controller for a project but I did not find any example/documentation on how to use 2.4 frequency with my nrf52.
Can someone...
nRF52840-DK 2pcs, one TX broadcast signal software, one RX software. RX can receive TX.
My nRF52840 product 2pcs, one TX broadcast signal software, one RX software. RX can...
Hi,
I am working with a motion sensor which sends a message when it detects a motion. I am communicating between the nRF52 DK and the sensor via UART. I am able to receive...
Hello,
I am interfacing nRF52840 DK with the MAX30101 sensor. I am able to execute all the TWI transactions necessary by using port 0 pin 27 as SCL and port 0 pin 26 as...
Hi,
As background, what I am trying to implement is continuous uninterrupted SPI master output from the nRF52840, compatible with the MCP4822 two-channel 12-bit DAC. The...
Hi. I have some question.
I'm using Mesh with nRF52832.
How get address after provising?
Is there API function?
1. get or set address -> Unicast address.
2...
Hello,
I am trying to configure a Heart rate sensor MAX30101 with nRF51822. I have initialized the sensor correctly as I can see the LEDs turn on. But when I read data from...
Hi, guys. I'm trying to work with Opus applications using PCA10056 v1.0. In order to play Opus fils using the nRF52840,
do I need audio DAC + audio amplifier to create sound...
Hi,
I am using NRF51822 pca10028 UART ble example ,
I need to give provision to change the name of the device after pairing and reset the device so that it starts advertising...