Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I have set up ble_app_uart along with gpiote and spi. When I first trigger the GPIOTE event the MCU is supposed to go to sleep after, but it seems to keep running in the main...
Hi Everybody!
I'm trying to integrate a buttonless dfu into my application but I'm not able to get even the provided example in SDK 12.2.0 "experimental_ble_app_buttonless_dfu...
Hi,
When calling app_sched_event_put inside the same hanler i am exit to main for(;;)
The main loop
for (;;)
{
nrf_drv_wdt_channel_feed(m_channel_id);
app_sched_execute...
Hi,
What is the valid configuration for SAADC with oversampling for nrf52 sdl12.2
I try
SAADC config
SAADC_CONFIG_OVERSAMPLE 4
nrf_saadc_channel_config_t channel_config...
Dear Nordic Team,
Thanks for supporting.
I have a nRF51822 Board (PCA10028) and Also i have arduino code for reabear from ( github.com/.../nRF51822-Arduino )this link...
Hi, all great guys,
We are using NRF51822 as the MCU,and met a very strange problem about the current consumption in our application. Normally,the lowest standby current...
Hi.
I'm new to Nordic BLE devices. Using the nrf51-DK.
I have a peripheral device (non-Nordic) which I want to connect to from a Nordic central (S130) using the public address...
Hello, I want to change mode from radio test example from button input.
How can I use the gpiote for mode change from button input.
I only want to use modulated and unmodulated...
hello,
I had written a custom application based on ble_app_uart for nrf51, which works fine. But now I have to port it for nrf52. So I followed these steps:
Changed...
Hello,
I am facing the below issue that no source is available for "0xfffffffe" when i try to debug the program using eclipse
I am using softdevice s130 and have...
Does the Antenna in this Beacon relates with this "BAL-NRF02D3 '50 ohm balun transformer for 2.45GHz ISM"? Any idea what's this "BAL-NRF02D3" for? many thanks!
Hi, I found the example of Eddystone beacon in SDK 12, but couldn't find Eddystone Configuration Service demostrated or implemented. In the legacy nrf5-sdk-for-eddystone repository...
the mcu is nrf51822,I use sdk9.0,
sdk9.0\examples\dfu\bootloader\pca10028\dual_bank_ble_s110\arm5_no_packs
In this project, I delete led,button,
change “dfu_start...