I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
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...