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, I want to port the "ANT and BLE Heart Rate Monitor Relay Application" to the pca10059, but it doesn't seem to work. (The led flashes fast so i guess it indicates BSP_INDICATE_ADVERTISING_DIRECTED...
hello i am using sdk 16 with nrf52830 dvk i have interfaced accelarometer sensor and created a timestamp using internal rtc now i want to send 100 packets(accelarometer data...
HI,
We meet the issue in our product, it is related softdevice, Please help us check it.
Our development enviroment:
SDK: nRF5SDK160098a08e2
SD: s140_nrf52_7.0.1_softdevice...
I'd like to use a nRF52840's UARTE0 as interface for a DMX512 controler. For that I'd need to set the interface at 250000 baud with 8N2. But I can't see how to configure 2...
Hi there,
I've configured the NRFX API of GPIOTE to sense four pins to go from low to high. This works well while the device is on. When the device is off (via having called...
The documentation mentions:
"Supports a star network topology with one Host and up to 8 Devices."
What is the fundamental limit behind this? Would it be possible to...
Hi All,
I tried NCS example scan_adv to test nrf52811 however it's stopped on bt_enable()
the log as:
[16:36:13:020] *** Booting Zephyr OS build v2.4.0-ncs1-1699-gcdc4c217fbd0...
Our application requires an RTC for keeping track of date and time. We use the nRF5 Calendar as a basis for this. This example uses epoch timestamps which is pretty easy to...
I am currently developing my app with nRF52 DK and use the nRF52480 Dongle as a simulated sensor using the built-in server definition capabilities in nRF Connect for Desktop...
Hi.
I am looking for advice on which board may fit my purpose. My intended route as of right now is described at the bottom of this post. I have a door lock that has an...
Hi, I am using ANT Protocol in nRF52832 SES SDK17.0.2
Run the code in <Install folder>\examples\ant\ant_broadcast\tx file and i found that need to download the SDK file...
Hello I have an application which advertises permanently on the Bluetooth but I would like that under certain conditions, that they advertise another name. Can you tell me...
Hi everyone,
In the USBD example we use ENDPOINT IN 1 to comunicate (if a button is pressed) with the host the position of a mouse.
I modified this example, I don't need...
Dear Sir.
In my program 2 strings I need to protect when a new firmware is updated.
#define PROD_DATE "PROD_DATE_03_12-2020" #define IRON_NUMBER "IRON_1234567899999...