I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
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...