Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi there,
I am developing an application that uses UART. I am wondering what's the proper way to connect the nRF52840 to the PC. I researched online and found that I could...
I have a few nRF52833 development kits and want to get started with Keil (MDK-ARM). I could not find example projects in the packs that run on the PCA10100 board. Beside of...
SDK 15.3.0, code is based on examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput.
After getting the project to work with nRF Connect on the desktop...
Hi,
just start with SEGGER Embedded and use a usb acm to setup my target
to have a clean structure I moved code from main.c to dedicated files have the USB and BSP
I...
Hey all, I'm new here. So far things have been going pretty well, I am just having an issue with PPI that I can't quite figure out, but I think I'm close. I currently have...
Hi,
We have been working with a coordinator and an end device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b
Both devices are Zigbee 3.0 and implement...
Hi, I'm working on DFU mesh no serial example (dfu_no_serial_nrf52833_xxAA_s113_7_0_1 ) and want to know any way to check it maybe by using nRF Toolbox or nRF Connect mobile...
I have the Adafruit PN532 Shield v1.3 mounted to an nRF52840 DK, trying to run the ble_nfc_pairing_reference_c example from SDK 17. With no modification to the example code...
I'm calling nrf_drv_uart_rx_abort() in order to read partially captured input from UART in my event handler.
However, instead of receiving a NRF_DRV_UART_EVT_RX_DONE event...
Hello,
We are currently developing a project based on nRF52810.
We are testing some examples to learn more about this chip.
Now we would need to know which signals and...
Hi,
I have gone through this ticket --> https://devzone.nordicsemi.com/f/nordic-q-a/30104/how-do-i-share-private-questions-with-my-coworkers-using-the-new-devzone
But...
Hi,
I am using NRF52840.
After upgrading to SDK 17, I found that the chuo stays in boot mode because this new condition (I highlighted it in the code below):
if (NRF_BL_DFU_ENTER_METHOD_GPREGRET...
Hi
I have some questions.
I'm trying to communicate with BLE using 9160DK with my smartphone.
1. Do you have a simple example? 2. Can I send videos or pictures using...
Hi nRF support team, By using the nRF Connect SDK, I am trying to create a timer, which I can use for incrementing a counter by 1 for each second on a timer interrupt handler...
Hi,
I am trying to merge the ble_app_becon with dfu. What are the things I need to add. In becon example I don't find the services_init() function. Do i want to include...