Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hello Nordic Team
I am working on SDK-v15.3. I have a requirement to update the DFU firmware in lower version too but this SDK version doesn't supporting to update lower...
i am working on a wearable device and want to develop a 1inch wearable using nrf528232 can anyone help e with minimum pcb design requirement for programming.
thanks
I am setting up the DFU example based on NRF52832.
I tried with different version of SDKs (SDK13, SDK15 and SDK16) and all based on armgcc. All toolchains are the same version...
Dear Sir,
I have implemented a program and tested it using BMD-300 Rigado DK.
The program will advertise continuously and I used nRFConnect to connect to the peripheral...
Hi, I would like to capture all bluetooth packets on a specific channel, and get their access code. Same as what Ubertooth does. Is it possible using the nRF52832? If not...
Hi,
I am trying to follow the OpenThread tutorial to build the nRF52840 NCP:
https://codelabs.developers.google.com/codelabs/openthread-hardware/#3
I installed the...
I have successfully completed my bachelor thesis project on a simple wireless sensor network using 3 nRF52 nodes and RPi with using Mqtt and Ble-6LoWPAN example from SDK....
Hi All,
We use nRF52 BLE Sniffer.Its working fiine. Please letus know, weather its possible to sniff multiple BLE devices at a time using single Sniffer. If possible, let...
Will there be an official implementation from nordic of the generic mesh models as described in the mesh model specification or are you counting on each developer to make...
How to change the Bluetooth Mesh broadcast address?
Use the sd_ble_gap_addr_set function to change the broadcast address of PB-GATT , But PB-ADV still hasn't changed.
...
We are implementing a DFU controller in a microcontroller that communicates with the nRF boot-loader over serial. The target device is nRF52832 using SDKv15.3.0. The boot...
Hello.
I want to see NRF_LOG_DEBUG ("some") through the terminal. When I compile, I get the following error: What should I set or change? MCU : nRF52840 compiler: IAR...
1.I used Nrf52810 and the flash size is 192KB. I now need Master mode and slave mode. The SoftDevice I chose is S132 (S112 slave mode only). I found that S132 (130KB) + Bootloader...
Hi.
I have issue measure ADC value from battery.
setup is NRF52832, SDK 15.3.0, S332, using ANT+, BLE, GPIOTE, PPI, RTC, APPTIMER, LOW_PWM
my goal is measure periodically...
Hi all,
I am struggling measuring time between events. I thought to use the timer driver and the nrf_drv_timer_capture_get function. This is my test code:
I expected...