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...
Hi
I am using nRF9160 DK board ,below is my code, I want to create two threads in main() function for LED 1 and LED 2 to turn on led alternatively.
For some reason threads...
Hello,
I am currently developing a small Star network for the nRF52840 dongle using plain 802.15.4 protcol with the IEEE802.15.4 Library provided by the nRF5 SDK.
I use...
I can compile and run the beacon example in long range mode but advertising packets are not being received by any app on my mobile phone. Is there an app that's written for...
I was previously working on nRF51822 ble beacon, in which codes flash of hex 20006.
But i wanted to flash a code nRF5_SDK_11.0.0_89a8197\examples\ble_peripheral\experimental_ble_app_blinky...
Hello,
I want to put my nRF to sleep mode if I dont receive anything on UART/no activity on NUS for more than 10 mins.
Is there any example to achieve that?
Thanks...
Hello All,
We are working on a medical device that requires BLE connectivity. We could either use the nRF52 series SOC to run the application and the BLE communications...
I am using TWI 0 to communicate with an external EEPROM. 99% of the time this is going succesfully. For reasons best known to itself, my eeprom will sometimes fail to acknowledge...
Hi everyone,
I have an nRF52840 DK. So far, I have been programming the nRF DK using the UBS connector J2 and everything worked great.
Since yesterday, by following the...
I want to update status in manufacturer specific data of advertisement packet. is there necessary to stop advertising first then reinitialize advertisement data and again...
Hello peeps,
nRF52480 I2C Interface with Invensense ICM 20948. I am using SDK 15.2. I see there is some Support for MPU 6050 Invensense but not for ICM 20948. A lot of Registers...
Hello,
I am currently working on the nRF SDK for Mesh v3.1 and I am using a static provisioner as in the light switch example. I have merged the client and server functionality...
Hello! I have a custom board with a NRF52832 chip that is working fine with the last program I flashed into. But since yesterday I can’t access it to load a new code (flash...
What all do I need to modify in the Blinky peripheral (from SDK 16) with in order for the 840 DK to advertise and connect with CODED PHY in long range mode?
My code compiles...