We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...