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...
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...
Related to SDK 12.3.
Quoting this question :
GPIOTE PORT event generated on the
rising edge of DETECT signal. Please
have a look at section 15.1.2
2)DETECT...
Hello,
I am experimenting with sending large notifications from an nRF52 configured as BLE peripheral with SoftDevice S132 v5.0.0. I having some trouble receiving the notifications...
Hello guys,
I would like to execute code once a scan request from any other BLE device is received by the NRF52 using Zephyr.
Unfortunately, I am not able to receive...
Hi everybody,
I have an issue with my application, I want to use the ble with the same antenna that it use in the development board PCA10036,
Could you please tell me...
When I send 512 Byte from my Android phone I received only 20 Byte. How I can received more than 20 Byte? I used example project "ble_app_uart", SDK 14, SoftDdevice s132,...
I am working with SDK 14.0 . I see two "type" of advertising_init() function :
1-
static void advertising_init(void)
{
uint32_t err_code;
ble_advertising_init_t...
Hi
I have successfully run the light control example for BLE mesh. Now if I want to add another server to the network, how do I do it without bringing the server in the...
I am using the ble_app_uart example from SDK13 and something strange is happening. The code without UART part works nice and I can see in RTT that it can discover every beacon...
Hi everybody,
I have an issue with my application, I use the nRF52832-QFAA with the following circuit, when I open the application Nordic 'nRF Connect', I detect the ble...
We have a software application for the NRF52 with BLE communication. The communication part is based on nordic example “ble_app_hids_keyboard”.
We are using Softdevice...
Hi there,
I am using the uart example with SD130 and added neopixel code from GIT to drive the WS2812B LEDs using bit banging.
I want to update the LED every ms. The bitbanging...
I am getting random data while using saadc example to reading analog voltage applied to pin on nrf52840. i want to read analog output from MQ135 gas sensor, I have applied...
Dear all,
by looking at the sdk code, specifically that of s132 component, I understand that the length of the PIN code is statically set to 6 and cannot be changed.
...
We have been using nrf24l01+ for sending few bytes between one Master(Master MCU board) device and many slaves(slave MCU boards). Each time Master Device queries data from...