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...
I have 2 board nrf52840 DK, I now I want to send file ( 1~2 Mbyte) from board_1 to board_2 without use UART. where can I get example to do that ?
PS: I also need example...
I've merged the experimental_ble_queued writes sample code into my project and am testing the long write characteristic with nrfConnect from an Android phone. I get no errors...
Hi,
I am trying to figure out the reboot reason on an NRF52 in order to solve it in the best way.
We have a design with a dual supply 3.6V/5V going through a 3V LDO...
Hello,
i have a BLE Peripheral that has a service that we use to simulate UART over BLE. Very similar to the nRF UART. I consider the time to establish a link that allows...
Hi all,
I am trying to save an UART variable I am receiving. My case is very similar to the example Flash Write Example, but I would write few bytes instead of the whole...
Hello!
I have to sample audio signal from a microphone (MAX 9814 adafruit) with the nrf52 board. I use the saadc and then I perform a FFT of the data using the sdk 13 examples...
I implemented my profile based on GLS example. my profile has five services and every services have several characteristics. Pairing with several smartphone work properly...
hi,
I would like to use pwm to output the 1HZ waveform to drive the motor, but when I set the frequency to be 1HZ, I can not find the device and cause 51822 to reset.
This...
Hello, I'm working with the NRF6310 Motherboard and play with it a little with SDK 6.1, but i want to create profiles with the Bluetooth Developer Studio, so I started using...
I download "nRF5_AirFuel_SDK_2.2.0_7b89a57" and use "ptu_app_beacon" development, I am currently using "nrf51822-QFAA" and "nrf51822-QFAC", how do I set up IROM and IRAM?
Hello iam using softdevice 110 and SDK 10.0.0, Iam trying set tx power of nrf51822 using function sd_ble_tx_power_set(), i have tried 0dBm and 4dBm both are giving same RSSI...
wqewqeqwe.PNG I want to program the nrf52 chip using J link Edu -SWD mode. I actually connected the SWDCLK, SDI, and Vtref and GND of Jlink EDU programer to SWDCLK,SDI,3.3V&...
I have written a simple implementation for using the ccm module with mesh. It encrypts and decrypts as it should but when enabled the processor makes a soft reset. It happens...
I have not gone into much details of 51822. while interfacing BLE to any MCU, Is it possible to add interrupt lines from BLE module to MCU to receive interrupts in MCU. Like...