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...
Hello,
I am working to verify custom services on my device using nRF52 dev kit.
I am using HR collector example code as reference. I am able to read the custom service...
Hi,
I am trying to add the beacon Eddystone features to my DFU buttonless application.
After compiling the code, I wrote the softdevice, the bootloader and the application...
I am integrating a sensor on SPI 1 with cellular but device get stuck in CPU idle when first transaction of SPI is made?
I am using nrf9160dk_nrf9160ns as board configuration...
Starting with the dev kit, where I get correct behavior. First, I make sure the RESETREAS register is all zeros. I do this like so: NRF_POWER->RESETREAS = 0xFFFFFFFF; while...
Hello,
I am using nrf9160 and want to test the just simple SPI function. The code that I found from github( https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples...
Is there a way to set duty cycle before app_pwm_enable(&PWM1) call ?
Or some other simple way to switch on and off a passive buzzer signal without every time at off/on cycle...
Hi:
We're working with a 3rd party testing agency for our product that is using SDK 11 with S132 Softdevice 2.0.0.
If I understand correctly, the SDK allows up to 6 transmit...
I am trying to implement a system / integration test of a BLE device.
I would like to use the nRF52840-Dongle in my PC and use the PC-BLE-Driver for Cpp as the Central....
As you could see from the below image, the SCL signal at 400kHz is NOT a good square wave.
1) Why & how to solve it, please?
2) Also, why SCL is between 0.4V to V_DD=3...
I am now pulling my hair out with these drivers ... I'm trying to do what I think is the right thing and use the new nrfx drivers, but it's really not easy.
So this started...
Hi, I am using Zephyr's BLE for transmission In the peripheral, I record the time when I send the notify to cental (start time) Then when I received the central write_without_response...
Hello,
I have a peripheral that is connected to nRF52832 using I2C, in which I want to send some file to its memory. However, for sending this file, I need to stream it...
I have an existing BLE project that works as a mesh but does not use nRF SDK for Mesh. Using sdk 17.0.2, s140 7.2.0 on nrf52840s and visualGDB.
It works well for most clients...
Hi, I want to evaluate my anttena design. I have tuned it. With the dongle I can scan the air for radio signals, I see then my Wifi and I see the BLE radio of my board. Now...
Hello Nordic Community,
In order to measure battery voltage, I am using ADC with the code implemented as below:
In this, there is a while loop used to wait for ADC to...