I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Compiler error message: Development environment: keil5 DeviceFamilPack: v8.32.1 SDK: nRFSDK160098a08e2(v16.0.0) I can't compile successfully using the SDK example, how can...
Hello,
I would like to create a mesh application with different nodes that are gyroscopic and pressure sensor in a 10+- meters radius area and provide the data from the...
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...