I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
Hi everyone,
I have created a BLE connection utilizing E73-2G4M04S1B module from EBYTE with nRF52832 as its core.
My problem is its low range which is limited to 15meters...
I'm trying to figure out why my Xbee3 module can't connect to my nRF52480 app. I built the app using SDK 7.2.0 and Segger and it runs great. I can connect to it from nRF tools...
Hi,
I am using app_timer and SoftDevice in NRF52810.
I am storing app_timer_cnt_get() value after releasing button and after completing BLE Advertisment.
as I am starting...
Hey all,
I have started working with this board around a month ago, and start to understand it little by little. I have a program that communicates with a display over UART...
Attempting to program an nRF52840 dongle with sniffer_nrf52840dongle_nrf52840_7cc811f.hex, using nRF Connect Programmer v1.4.8, on Windows 7
Upon clicking "Write", the red...
HI,
I am trying to use STTS751-1DP3F temp. sensor with nr52832. The drivers for sensors are given on:
https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree...
I have some old production code that uses s110 v 5/6 and SDK 8.0.0 (perhaps - no one seems to know). The production device has never been able to do a bonded reconnect correctly...
Hi,
Your online power estimator only concerns nRF52840/832/810.
How to get a value when using nRF5233 with CTE activated for AoA ?
In other words, what is the additional...
I'm trying to create application for working with nRF52 device. I have completed provisioning mesh success, and receive notification message about success operation (work...
I know that SoftDevice 110 is old but I am stuck with it as it is on a production device with nRF51822. For some reason when I call sd_ble_gap_adv_data_set() with a non NULL...
I am developing software with the following features.
Communicates between two boards with nRF52840, nRF5 SDK 15.3.0, and its S140
Activate both extended advertising...
When I use this setup, when the specified duration expires, should I get a BLE_ADV_EVT_IDLE event? I don't seem to get one, even though I'm testing for it. SDK 17.0.2 / S...
Hi,
I have 4 sensors on my custom board and I'm planning to use BLE. I want to read data from all 4 sensors every 200ms. I'm planning to use app_timer for that and read...