Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
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...