We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
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,
My setup is: ble_uart_app example, custom board with nrf51822, sdk 6, s110, nrf connect for pc.
I am advertising with my peripheral device. Whitelist is being...
Hello,
I am trying to merge the code of ble_app_buttonless_dfu with the code of ble_app_uart,
because I starts all implementation with the code of ble_app_uart at first...
Hello,
I am using SDK9.0 and testing the LED_Blinky project with IAR tool, Evaluation kit. The application is executing and leds are blinking but I am not able to set a...
Hi, and thanks ahead for the help. I am working on receiving ble packets without using the soft device. I am able to transmit an advertisement with raw radio and pick it up...
Hi,
I am trying to write and update a record in flash but not receiving event callbacks FDS_EVT_WRITE and FDS_EVT_UPDATE. I found that i need to add the following code...
Hi there
Is there any PCA10040 simple demo IAR project? Just like print out "hello world" from any debugging uart? Base on this I can add in more functions gradually. ...
I am using clock signal from external RTC chip to clock NRF52832 at 32768 Hz through XL1 leaving XL2 floating. I have verified the waveform by the oscilloscope and set SRC...
2.4g ble work in 2 mode(not same time) when reset.
when I init 2.4g clock
void esb_clocks_start( void )
{
NRF_CLOCK->EVENTS_HFCLKSTARTED = 0;
NRF_CLOCK->TASKS_HFCLKSTART...
Hello everyone!
I have peripheral device with notify characteristic with 20 bytes length of value and connection time interval - 7.5 ms. So, I want to increase throughput...
Hi,
from the nRF52840's datasheet: Up to 4x SPI masters/3x SPI slaves with EasyDMA .
Is it possible to connect the nRF52840 as a slave with another microcontroller and simultaneously...
Hello,
do I need to do anything to accept new Connection Parameters as a Peripheral when the Central updates them?
I am seeing 'BLE_GAP_EVT_CONN_PARAM_UPDATE' events,...
Hi, guys.
I am meeting a terrible problem when using the SDK14.2 -> BLE\nRF5_SDK_14.2.0_17b948a1\examples\ble_central_and_peripheral
experimental\ble_app_hrs_rscs_relay...
HI,
I am using nrf52 with other mcu and sending scanned beacon to that mcu.
I have set baud rate to 921600 and transmitting data when mcu request.
when mcu request...
Hi,
We am using sdk 12.2.2 and nrf52. We are observing some strange behavior of chip. We have our own customized board.
The issue is mac address shown is different in...