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...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi,
Greetings!
I am using below setup
nRF52832
Mesh SDK 4.0.0
SDK 16.0.0
Application Example: light_switch_client_nrf52832_xxAA_s132_7.0.1
Issue:
Using above...
Hello,
I am referring to this webpage https://github.com/bjornspockeli/custom_ble_service_example "Custom Service Tutorial", I followed all the steps mentioned on the webpage...
I started developing a beacon app and used BLE_GAP_ADV_TYPE_CONNECTABLE_SCANNABLE_UNDIRECTED advertising type. I then changed the type to BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED...
pc-ble-driver compile on macOS
I am trying to compile pc-ble-driver on macOS 10.15.2 by following the very excellent instructions on the github page.
Fixing GCC issues...
Hello,
I have set the device advertising as follows:
Advertising name is getting broadcasted with a full name until it gets changed and to 4 letters device name. In...
We have our SCL line on P0.10 (NFC2) and SDA P0.23
When I try to start a I2C transaction nothing happens, and NRF_TWIM0->TXD.AMOUNT = 0. I have verified that SDA/SCL are...
Hi,
I tried to implement a unprovision method for provisioned devices such as light bulbs. By simply on off it several times. And saving state into flash.
Currently I...
Hi Nordic Team,
Please share logic to de-initialize the advertising functionality of peripheral devices after the peripheral device stops advertising without any memory...
Hi Nordic Team,
In my BLE project, first the central device starts scanning, then the peripheral device starts advertising, the peripheral device gets connected to central...
HI,
I got nrfutil + BLE DFU app update working using the ble_app_hrs for the test. I am using the nrf52DK + SES for development, and I have also an external nrf52832...
Hi
I'm using this simple_pwm code to drive my speaker, I use this as a buzzer but I want to change the frequency.
In this code ".base_clock = NRF_PWM_CLK_125kHz", the...
Hi, I am developing an IMU app communication with ESB. I would like to send to the board a command with ESB to put the nrf52832 board in BLE DFU mode.
I have look at the...
I am using the timeslot API, and I have noticed that if I read Timer0 as the first thing in my timeslot, it will be at 75 us. This delay is very consistent, so my timing between...
The following change was introduced in v4.0.0
Note that mesh_config_clear() was replaced with mesh_opt_clear() which is a rather big change of behavior that wasn't documented...
Hi,
Just trying to run mqtt sample with TLS and AWS IoT backend. Everything worked fine in the beginning, but then after I tweaked the code a bit I suddenly started getting...