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...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hi,
i am trying to upload the code to BLE 400 from waveshare from nrfGo by getting the hex file from this library
While Trying to upload the code i am getting the following...
onkey_full_20170814.hex
onkey_0000.hex
onkey_boot_s132.hex
This time 14.0 sdk was updated.
There was a problem after the update
Problems when uploading bootloader...
Hi,
I am using SDK v12.2 and gcc compiler. S132 softdevice for nrf51 controller.
I am using muliple nrf51 devices to connect each other and share sensor data with each...
I'm using a pin for trigger switch input with the following codes
nrf_drv_gpiote_in_config_t in_config = GPIOTE_CONFIG_IN_SENSE_HITOLO(true);
in_config.pull = NRF_GPIO_PIN_PULLUP;...
Hi,
I would like send serial data in both directions (like by RS-232) between BMD-300 Evaluation Kit and BLED112 dongle.
I'm a beginner on this subject, so I'll ask...
Hi,
i am working on custom nrf52 board which is operating by Li battery of 3.7v 27mAh battery. now the battery is dead i didnt find 27mAh batteries in the market near to...
Hello there,
I am working with a peripheral device that we are testing with many different devices, and have run into a very unusual issue. With a brand new Android tablet...
Hii all,
I'm working on a project that device will have both central and peripheral capabilities so we are using s130. I tested my application with 2 central links and...
I have installed and un-installed all the required components to run the dev kit with eclipse. As everyone knows this is complicated because there are multiple sources of...
Hello!
I'm from a small company located in Austria. We are in the smart lock business and at the moment working on passing the CE certification with our newest hardware...
Hello All,
I am designing one custom board where i want to Handle the LEDS, Like in Nrf51DK when we connect through UART_APP from smartphone blinking LED1 on DK gets constant...
Hello,
I have a project in witch I want to send the data received from an Arduino by UART, this data has a size of a little bit less than 80 bytes, this data is received...
Hi
We are trying to port our app from softdevice v3.0.0 to softdevice v5.0.0. We note that the data length and bandwidth configuration procedure has changed drastically...