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, Hope you are well,
I want to test my radio function using the radio_test example but Keil gives this error:
error: L6047U: The size of this image (38900 bytes) exceeds...
Hi,
I have a client/ server question regarding indication values from both the server and the client. What is the message flow?
For example. Can the indication value...
Hi there,
I am implementing the SAADC example into my application whereby I should be able to sample all 8 ADC channels "simultaneously" at a relatively high frequency...
I am trying to change the radio Tx power in nRF5340. I'm using Zephyr HCI RPMsg for the network core. The datasheet says it should support up to 3dBm. However, the Zephyr...
In the soft device documentation (html) the message sequence diagram for Btle Stack Enable calls sd_ble_cfg_set twice with the same set of parameters. Is this a mistake? The...
Hi All,
I am developing a custom BLE profile for my current project and several of my characteristics are write/notify characteristics. I am finding that when I write...
Hi there,
I just started using Embedded Studio (v5.10d on Windows 10, nRF Connect SDK version 1.4) with nRF52840dongle and nRF5340 PDK. Here is what I did
1. Copied...
Hi, I am developing a new project in which I will use NRF52810. I read in the datasheet that it is possible to configure NRF52810 in LDO and DC / DC regulators mode. My application...
Hello:
Looking at the different demos (applications and samples) available for nRF9160, I noticed that some of them generate multiple hex files while others, only few...
Hi,
I have bootloader programmed in nrf52840. Using OTA I programmed one application region but that application stuck after bootup.
Now how to recover from this situation...
Hi,
I have an existing application built on top of the ble_att_mtu_throughput example. I want to send log data over a BLE connection, and I am trying to use the CLI over...
Hello, guys!
We are using nRF52840 with SDK 17.2. In our system, there is a need to configure nRf52840 as SPI slave device and connect it to some other MCU. Naturally, our...
Hello,
I had a problem with the nordic uart service peripheral. We are using an nRF51822 and the S130 software stack. I had a problem with the app_timer.c STATIC_ASSERT...
Hello guys,
I am facing the following problem:
I created a project from zero, using the Nordic Package for SeggerStudios
--> I selected the option A C/C++ executable...