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...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Does anybody got an app inventor2 "project" to communicate with the (Adafruit) Bluefruit LE UART (or SPI) ?
Note: my Android version is 4.4.2 (LE "advertising" not supported...
Hi Nordic,
I am using PC10040 board for my project. I want to connect the board with my Android phone without using Nordic app. Can you give me an advice?
I have also...
I have followed all steps in the recent blog , but the device doesn't advertise.
I am using:
BMD-300-EVAL devkit (nrf52832)
SDK 12.1.0
S132 3.0.0
Eclipse with...
Hello,
I'm working on nrf52832-DK with SDK11 on Timer1. I can't use TIMER0 because I'm using also the softdevice.
My code source is :
//handler
void timer_led_event_handler...
I am working on a project in which i have to get the readings from device (BLE device). I have two devices BP and BG. I can successfully get the data from the devices using...
i am using customized board for nRF52832. i am using ble_uart example code.
in that example LED1 on nRF52_DK board is used for indication for ble connectivity.
in my customized...
From this post here I learned that the device manager can be used to store characteristic values persistently. This post is quite old though and it seems more common to use...
Hi
Im trying to generate dfu zip package.
Im working on ready hex and zip files in nRF5_SDK_13.0.0_04a0bfd
In examples\dfu\ble_dfu_send_hex\test_images_update_nrf52832...
Hello, I am working on NRF52 DK,SDK12.1.0.
When I am trying to make board into sleep mode with sleep_mode_enter(I have get sd_power_system_off),I found that RAM/UART is still...
Hi,
We designed the circuit followed the reference circuit(QFN48), and all the value of power capacities are also followed the reference circuit. But we failed in the 8kv...
Hi, I'd like to use nrf51 dongle to scan for ant/ant+ communication, but I can't understand how to do that... it doesn't work with antware sw and I don't know how to use it...
Hi,
I use NRF51822 to design a ble product,my client require that when in the front of the ble device the app can connect the ble device,and can't connect in the back of...
My Issue,
I need to be able to set radio RCV/TX signals to a specific distance. I would like to control this
through the firmware. Do you have any recommendations or examples...