Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
Hi all:
I'm am a beginner switching over from the Arduino IDE and the feather nrf52.
I am able to successfully program the sparkfun nrf52 with a SoftDevice, bootloader...
Hi all,
I have three nRF52840 DK. I would like to play around with Bluetooth Mesh, but I can not find any examples. It would be perfect if in the end I will have a gateway...
hi,
I am using Segger Embedded Studio and trying to store a data into flash memory by fstorage. For that i put the following in the flash_placement. xml file
<ProgramSection...
Hi,
I have a adafruit Feather M0 BLE with nRF51822. Wanted to know if there is a library which can help talk MQTT using just Bluetooth. Planning setup the board to talk...
I made eclipse environment and get rtt log with
JLinkGDBServerCL.exe (set in eclipse environment)
J-Link RTT Client
so I start "Debug" in eclipse, and start...
I want to run the nrfutil to do some test, after I clone the source code from github.com/.../pc-nrfutil
I run the nrftutil directly from the source code without installing...
We propose to use the SKY66112_11_203225L, but would also prefer to use Zephyr ( Or some other RTOS, like mynewt). I am aware of how to use the softdevice, but since neither...
www.silabs.com/.../ble-mesh
Do we have similar test program as if silicon Lab?
As I am about to build some PC/Android program to demonstrate the Bluetooth Mesh Device...
I use another jlink ob board to connect to nrf52832, and when i use j-link v6.16c,it give a warning prompt "The connected j-link is defective", and i use jlink v5.12f, when...
Hi,
We have some devices in the field, and I'm occasionally seeing reboots due to NRF_FAULT_ID_SD_ASSERT. I'm logging the id and pc passed into app_error_fault_handler...
SDK13, S132
Project stopped after start. I use standart initialization:
static void peer_manager_init(void)
{
ble_gap_sec_params_t sec_param;
ret_code_t err_code;...
I've connected some sensors using I2C and SPI to a DK and their power consumption is not being reflected in the PPK. Without any BLE acitivity, the current is almost zero...
Hi,
I am using Ubuntu 16.04 (64-bits) OS.
I installed JLink_Linux_V620b_x86_64.deb and was using nRF5x-Command-Line-Tools_9_6_0_Linux-x86_64.tar
I can capture the...