Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
Hello,
I work with an nRF52840 DK and I want to put together the "Light switch" application with the "BLE_app_uart" application . I use the S140 softdevice, SDK 15.3.0 and...
I was looking at the specifications of a n52840 and was curious in how much power is consumed from the Analog to Digital converter in the nR52840 during the conversion. I...
Dear Nordic Support,
I am using PPI to link 2 timers (10ms & 5s) with 2 SAADC channel (AIN1 - channel 0 & AIN2 - channel 1).
The nrf_drv_saadc_init function is only called...
sdk15, SES, SD132 Hi I am using an SPI slave with nrf52 (master) I launch in the main() and I also initialize the SPI slave on main. I also configured an app timer and when...
[EDIT] The solution is posted in one of my replies.
I'd like to set up a programming and test station for the nRF52832. Segger JLink tools work fine in Windows, but I...
Good day Nordic,
I am starting to work over the ble_uart_central example, this is a project that uses bsp_event_handler to issue the events from buttons, but I cannot...
I am new to Nordic and i am using nRF52840 microcontroller, - SDK 15.2.0 - s140
When i program the microcontroller it gives me error message that my flash storage is full...
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...