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...
I want to use the Direct Test Mode software in the nRFConnect App for radio testing on my custom board, but it's not working. I suppose this is happening because I connect...
Hey all
I'm working on a BLE device using a nRf52840 SOC and for some tests now I've to measure the RSSI on a specific BLE channel (e.g. ch 37). What I've done so far...
Hi
I am using NC version 1.5.0 Dk version 0.15.0 .I am trying to get the AGPS data ..it's working sometimes and some times I'm facing the following error.Can you please...
Hi,
Is it possible to run a freeRTOS project on nRF52805?
I've follow the instructions from "Developing for the nRF52805 with nRF5 SDK" on the simple "blinky" example...
Hi,
I want to know a few things about sending large packets via BLE using nRF52 SDK 15.0 and above.
I am able to send the packets larger upto 128 Bytes. But i want to...
We are working on our development board contain the nRF52840. We also use Bluetooth Low Energy to load wirelessly the updated code with the DFU and it's working properly....
Dear Sir/Madam,
We are planning to devellop a remote control for resque equipement.
The remote controller and the host should pair 1 to 1. Pairing should be easy for the...
Hi.
I am going to make my own PCB with nrf52832.
Before making it, I have to check debugging through P20 in nrf52832 DK.
I have two nrf52832 DKs with SDK17.0.0.
I...
I am working on zigbee network where I wanted to get the tree of whole network but could not find any utility from nordic which can provide those info, so I have started developing...
Hi,
In my application, I'm trying to restart emulation because I want to switch from the NDEF static payload mode to ISO-DEP mode. The problem is that when I stop emulation...
Hello guys, looking forward to some help here!
I've been working on a Unit Test system setup with CMock + Unity for a BLE app. But when I try CMocking some headers in the...
Hi everyone,
I want to set TX_POWER using sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV,m_adv_handle,RADIO_TXPOWER_TXPOWER_Pos4dBm);
m_adv_handle = BLE_GAP_ADV_SET_HANDLE_NOT_SET;...
hi everyone ,
I have problem to set tx_power in my ble_ibaecon code.
I referred sdk15.0.0 ble_peripherals/ble_app_beacon example.
a ) First, I tried using below function...