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...
For simplicity, I extracted the Demo 1 routine from the "pwm_driver" example which has 5 demos 'cause I thought it is simpler.
The code is shown below:
Can you please...
Hi, i want to build my ble app with softdevice. A s a result, I want to have a single .hex file that contains the sofdevice. And i am going to flash it to the nrf51822 using...
I have PTR9818 module and NRF52840 Development Kit. I flash firmware CLI example(SDK for Thread and Zigbee 2.0.0) for PTR9818 module and communicate with PC use USB-USART...
Hallo,
Currently I'm investigating different Low Energy Bluetooth solutions for our healtcare products that we build in Televic Healthcare.
So here is the setup I...
Hi all,
I'm a little bit confused with the Thingy52 SDK.
The "ble_app_thingy_s132_pca20020" code is the same of the "thingy_v2.1.0.HW_1.0" precompiled hex file?
Thanks...
Hello
I would like to know GPIO leakage current, especially when the GPIO outputs Low
state, leakage current flow thorough the High side MOSFET parastic diode.
If nobody...
Hey everyone,
I have measured input current by different transmit powers:
nRF52840
Equipment: Konstanter ssp 240-40 as current source
Agilent 34401Afor current measurement...
I have a custom board on which I am running the fatfs example from SDK15.2.
On SD Card Initialisation the CMD0 response is unexpected: -
Where the NCR would be expected...
Hello-
We are preparing a product for Bluetooth certification. Our design has a PCB antenna and the the testing house is requiring an SMA RF coaxial cable to interface...
I have created a custom Board Support file for my custom Board But it is not able to advertise the BLE Device after I use My custom Board File. When I use Predefined board...
Hi,
We need to collect sensor data from nrf52832 and after some processing, we plot data and generate some notifications etc. on smartphone app.
Shortly we need to design...
Hello, I'm developing a solution by using MESH SDK : nrf5_SDK_for_Mesh_v2.1.1
There is an ASSERT on access.c in nrf5_SDK_for_Mesh_v2.1.1_src\mesh\access\src\ as below. ...