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...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hi,
I am using nRF5_SDK_15.3.0_59ac345 for nRF52840 DK. I am running the sdk example "nRF5_SDK_15.3.0_59ac345\examples\peripheral\twi_sensor" on nrf52840. When I am opened...
I'm currently trying to build and run the bluetooth mouse sample code on my nRF9160 DK, but I'm ecountering problems during the build process.
Shortly after hitting the...
I am having some trouble with sending messages using MQTT on nRF9160DK. What I ultimately want to to is read UART and send whatever I receive to an MQTT broker. When running...
I am trying to use sd_ble_gatts_hvx function to send custom data through BLE. I found out that for the data I am sending the function takes a lot of time to send data which...
My custom nRF52840 board uses the STmicro STM6601 push-button controller. To keep the nRF powered, the PSHOLD line must be kept high. I have a GPIO set as an output for that...
Hi there,
I am trying the test the robustness of a BLE use-case. This means that i have to create error scenarios and further observe and analyze how it's possible to recover...
Dear all i have a very funny situaton.
I can only send 1 byte in my service data when I increase it to two bytes it doesn't send. and says invalid parameters
When...
In the right process,like this:
but my program is :
i lost “Sent Read By Group Type Request, GATT Primary Service Declaration, Handles: 0x0001..0xffff” .
in the...
Please kindly help to push this emergent issue!!!
We detected CLK signal using oscilloscope as picture below:
We can see that clock frequency is set to...
I have been making good use of the Power Profiler Kit with some impressive results on my nRF52 project.
I would now like to extend the testing to view an application where...
Hi
I have some question about DFU for Mesh3.10.
1.How to update Softdevice or Bootloader?such as I'm going to update SD from version 6.0.0 to 6.1.0.
2.Because my firmware...
I am trying to port pc-ble-driver-py to soft device version 6.1. I have made changes to python code to take care of changed API signatures, new constants etc.
When testing...
Hi,
I am using nrf52832, in the ble_app_uart_c example, i want to use rc source as a lfclk,
i changed the following parameters in the sdk_config.h:
NRFX_CLOCK_CONFIG_LF_SRC...
Hello,
I have developed a custom PCB using nRF52832. It's meant to work as an ibeacon currently and consequently works in a non-connectable, advertising only mode. I will...