I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Working with: examples/ble_peripheral/ble_app_uart . I would like to change on_ble_evt priority level so that UART IRQ handler has lower priority then softdevice event dispatching...
Hi! I'm using openthread with custom-made board with NRF52840. During development of lowpower thread application I found out one big problem which i couldn't resolve. I've...
Hello i am now implementing a nordic52832 project On this
nRF5_SDK_14.0.0_3bcc1f7\examples\proprietary_rf\esb_ptx
nRF5_SDK_14.0.0_3bcc1f7\examples\proprietary_rf\esb_prx...
Hi,
I am currently implementing an application which uses PPI to control SPI transaction when a HIGH-LOW transition is detected on a GPIO pin.
I first set up the transaction...
The *_DEF macros in SDK14 define service structures as static. This means that the application level functions for a service must all be called from the same c file where...
I am using Eclipse for developing nRF52 software with SDK 13. Eclipse works great in indexing the SDK files and lets me move around quickly in the codebase. But I am searching...
Hi,
I want to mesure the current consumption for BLE advertising with my nRF52 DK kit. I did the right thing as in the document(section "Using an ampere-meter for current...
Hello,
I just had a look at the gcc_startup_nrf52.S file and now I wonder, what the reason might be for the huge amount of reserved interrupt slots? According to my math...
I'm trying to test nRF SDK for mesh, "nrf5_SDK_for_Mesh_v0.9.2-Alpha".
Testing on "light_control" example.
I'v succeeded to build the example sources and flashing to nRF52DK...
Will the Bluetooth Mesh SDK be incorporated as a part of the ordinary SDK in the future or will it continue as its own SDK?
And are there any news regarding when the next...
Hi all.
On a competitors module (Simblee) it has a feature where it could pass a user interface back to the smartphone
This is a link that explains how it is done
evothings...
Hi,
according to the documentation, sd_ble_gap_adv_stop can return NRF_ERROR_INVALID_STATE which means that I am most probably not in the advertising state. So what exactly...