Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
Hello,
I want to install my own Button & LED handling (not using the default board support). It works on the nRF52840 Dongle, but I also want it to work on the PCA10056...
Hi,
We were testing our product with nrf-Toolbbox.
It seems that in Android 8+ the device gets disconnected and the log screen gets cleared up once the app is put in the...
Hi Experts,
I am trying to design my custom board using nRF52832. I am using Segger jLink Mini EDU to connect/debug the chip/board. I took Thingy:52 as reference and designed...
Hi,
I know there are OTA bootloaders for nrf52 which can be enabled by pressing a button(gpio start) or by sending a message on a bluetooth cahracteristic(buttoless dfu...
Hi,
I am trying to use the SPI with a sensor on our PCB.
Based on the SPIM example, I changed the used pins to match our configuration, where the clock (spi_config.sck_pin...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I would like to ask about whitelist scan filtering.
After pairing and bonding, central would perform...
Dear Team,
i am using nRF51822 Cortex M0 controller , SDK version is 12.3.0(Soft device S130) i want add the PWM Driver, how can i add the driver to existing nRF51822...
hi, I'm using SDK 15.1.0 and s132 I have two custom boards one peripheral and one central. i don't want to use peer manager (according to requirements) And i want the peripheral...
I have modified the ble_app_hids_keyboard_pca10040_s132 example to enumerate as a Gamepad and Modified the GPIO so the buttons send a USB report.
I am now trying to integrate...
Hi,
I am doing some customization for the secure DFU example (SDK15) and i want to add conditions for the update process (battery level for example).
I wonder if there...
Hi all. I would like to get the current RTC tick when there is an advertisement RX event on multi-link central. I am going to store the advertisements along with a time i...
Hello, In one of my codes, I use the printf function. It works properly when implemented in the int main(void), but when I try to use it in a static void NAME (void){} function...
Hello,
I'm checking the DTM code from nRF5 SDK15.2.0.
In the ble_dtm.c file, line 763:
And in the ble_dtm.h file lines 104-110:
DTM_PKT_0XFF and DTM_PKT_VENDORSPECIFIC...
Hi.
We got Thingy for power measurement purposes. I tried first the it out of box and it works fine. Same with pre-built image.
However if I build the SDK example and...