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...
Hi,
In the Light Switch Example, on-off instruction was send to either even or odd address, may I know how can I cancel this action so that I can send the on-off instruction...
Hi,
I am using nRF mesh Android app version 1.0.3 and nRF mesh IOS app version 1.0.2
I have flashed the devices with light-switch example application under nRF5 SDK for...
Hi, I have pca10059 dongle. I soldered goldpins to swdio and swdclk lines to be able to flash it using external nrf dk. So I connected external jlink programmer and was able...
Hello, I just wanted to share a problem I encountered and make some suggestions : I lost some time looking for a TWI problem while it was actually related to the pin reset...
Hello All,
I am using NRF51822 controller in my design.
I want to monitor battery voltage using ADC pin with voltage divider.
I have LIPO battery with 3.7V and 200mAH...
Hi Nordic Support, community,
After I flashed, the connectivity hex, ble_connectivity_s140_usb_hci_pca10059.hex from the SDK v15 downloaded after executing the patch on...
development software, with versions (SDKs, IDEs, SoftDevices, ...):
Computer platform, with versions (Windows/Linux/OSX, ...) Windows 10 Pro x64
hardware revisions (chip...
Hi,
I am trying to make a weather station with nRF52 feather and BME280. Currently I am making a measurement program. The base code is Custom:Heart Rate Monitor Example...
Hi friends I use nrf51822 with sdk12.3 version and I want to use infrared receiver.
What method should I use to write the infrared receiver code?
Also, does nrf51 have...
Hi,
I'm able to send arbitrary information to the host using generic HID descriptor (uses vendor defined page). There is no driver issue. I'm also able to connect to the...
I am currently downloading softdevice (S140) on our custom board using P19 connector on nRF52840 DK. Our custom board also has nRF52840. It seems the dsoftdevice is downloaded...
nRF52832 & nRF52810 don't support the Bluetooth 5 Range Extension (Coded PHY):
https://devzone.nordicsemi.com/f/nordic-q-a/39532/is-it-only-nrf52840-s140-which-support-bt5...
Whenever I deploy an example to the Fanstel BT840F with Segger ES, the S132 SoftDevice is always also deployed to it. I have attempted to change references to this in the...
Hi,
nrfx_uart.c has a bug where, once there is a RX error, the receiver gets stuck in a disabled state forever. This is because p_cb->rx_enabled is never set true, so the...