After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
We have been looking at InsightSIPs AoA Demo kit ( https://www.insightsip.com/products/bluetooth-smart-modules/isp1907 ) and are trying to understand the communication protocol...
Is there a way to access the data that comes into a provisioned node and is relayed on the mesh network, from the application layer in Zephyr?
I have a battery models erver...
Our product under development has tight flash requirements. As such, any optimisation to the build size of the product has a great affect on further development, therefore...
Hi Everyone,
I have seen some posts regarding this topic on the forum but would just like to clarify a few things.
I am currently using an application timer to sample...
This issue exists in SDK 15.2 and earlier.
In nrf_log_frontend_dequeue() when memobj cannot be allocated, the backend flush api is used to free memory. However this memory...
Hi.
The VS code extension Cortex-Debug reports:
' WARNING: Cortex-Debug will deprecate use of GDB version 8. Please upgrade to version 9+ '
The manual installation...
Hello,
Our project based on nRF52840 doesn't work on MacOS after update from SDK 15.0.0 to SDK 17.1.0.
We can't transfer packets over USB because of changes in SDK 17...
Hello,
I'm using the nR5 SDK 17.1.0 and my goal is to implement a TLS client connection between a nRF52840 and an MQTT broker - I have a Wiznet 5500 set up for the TCP stack...
I'm newbie with the nRF environment. I learned how to create a new project in VS Code from SDK samples but now I have two questions:
1 - I want to crate a blank project...
Hi,
My problem is that my relay nodes are in the mesh network, but some of them only connect to the gateway and not to each other. By changing the publish period in the...
Hello,
NCS1.9.1, VSCode, nRF52840,
those uart samples it's not nRF SDK so easy to use.
Is there a simple uart example?
like nRF5_SDK_17.0.2_d674dde\examples\peripheral...
Hello,
I have a NRF5340 DK and I am looking for an BLE Mesh Sensor example like the ones for nrf52 ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples...
Hi Everyone,
I'm using nrf52833 controller, nrfconnect sdk v1.7.0 and Vs code to develope.
I'm trying to flash our custom board with Jlink, which I did for over a long...
Hi,
In our current proprietary design, we use bootloader with SPI function to update App. However in our application, we'd like to update proprietary to standard BLE via...