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
I'm working on a project in which I use a timer to generate two signals that I need to phase shift each other, but at the beginning and at the end it cuts, can anyone...
Hi,
After fighting with Zephyr, mcuboot and others, i decided to come back on sdk5 sdk.
I'm working with nrf52833DK and latest sdk5.
I should drag and drop hrs example...
Hi,
I am new with NCS.
I followed "First steps to build description" on Toolchain Manager.
After I do "Opened IDE and Select File → Open nRF Connect SDK Project…" and...
what I would like to do is having one phone as a mesh network initiator, generating the mesh details and provisioning mesh devices. Then, I upload all these data to the cloud...
None of the ble examples are working with our custom board, its not advertising. Whereas it is working with the Nrf52 DK. PL find the attached schematics.
I came across the web application facility for nordic thingy.
https://github.com/NordicPlayground/Nordic-Thingy52-Thingyjs
Can same files be utilised for nrf52DK to...
Im trying to use the code given in the tutorial " https://github.com/NordicPlayground/nRF52-Bluetooth-Course "
But im facing following errors in segger embedded studio...
Hi all.
Ble does not define the traditional bluetooth SPP service. If i customize the SPP service in ble, can i identify and create a virtual serial port on Windows when...
Sorry this is very basic. Not really for NRF connect for Desktop. But for NRF connect for IOS.
1.I'm just trying to have my iPhone (iphone 6 , IOS 12.4.6) use NRF connect...
I am implementing the BLE buttonless DFU
SDK 14.2,
GCC compiler
softdevice 5.0.0
While writing the firmware data I am getting this error 00> INFO: ../../components...
Hi
I merged the AGPS to serial_lte_modem slm_at_gps.c but it did not work:
1, if I activate LTE in gps_thread_fn(), it will be failed in supl_session();
2, If I activated...
I am trying to read through the nordic 52832 i2c an accelerometer datum lsm303dlhc using the example "twi sensor".
The code used is written below.
Unfortunately, the code...
SDK: 15.1 SoftDevice: S132, v6.1 IDE: Keil Hello I am using the nRF dongle combined with nRF Connect on my PC to connect to my BLE peripheral (custom board). During connected...