Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
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...
After getting SDK 12.1 and the S332 v2.0.1 softdevice working, I started working on updating the bootloader from the S132 bootloader we've been using to supporting the S332...
I am trying to set up a humidity sensor over I2C and I'm trying to use the twi interface. There are examples where the app_twi interface is used. I am however unable to get...
I'm working with a development prototype board with the nRF52832. It is connected to a main processor in our design over UART. We are working towards being able to do the...
Hello Nordic team
I am working on nRF52840, SDKv-15.0.
Is there any example code available which can send message from central device to peripheral device apart from ble_app_usrt_c...
Hi,
I'm tring to enter DFU mode by combo keys by KEY_COMBO_TWO_KEY_REGISTER().
In v1.1, I used m_pwr_mgmt_shutdown(M_PWR_MGMT_SHUTDOWN_TYPE_DFU) to enter DFU mode directly...
I'm looking at decreasing the motion sensor update rates for the Thingy:52 to get less frequent readings into the sample app. I have seen in the MPU9250 specs that I don't...
Hello Nordic team
I am working on ble_uart_c central example on nRF52840 DK, SDK v-15.0.0. Example code working correctly I can exchange data between peripheral and central...
Hi I am trying to reduce the power consumption of the badge of my company as much as I can. We use a proprietary radio protocol on the nrf52832.
I'm currently developing...
I have SD and BL secure flashed to the device, and now trying to get the second part of buttonless_dfu + app with settings flashed next. After flashing the second part, DfuTarg...
I'm attempting to optimize our application for battery life on the nrf52832.
If I execute a floating point calculation to rescale RGB to PWM, I start drawing 6.2mA, eliminating...
Dear all,
We are programming the FICR and have found very little documentation on the random number generator fields: - TRNG90B.BYTES - TRNG90B.RCCUTOFF - TRNG90B.APCUTOFF...
Hi
I have followed this example: https://github.com/bjornspockeli/custom_ble_service_example through to the end, but am now having issues with some intermittent behaviour...
I need to transmit and receive beacons using nRF51 DK. I saw a few examples in the SDK ble_beacons where we use the app, but I need code to transmit and receive both using...
I am trying to send 'h' or the number 1 using vendor defined page (custom HID descriptor). How do I do it?
NOTE: I have worked with hid mouse & keyboard examples and also...