Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
During the End Of Line test of one of our device, based on nRF52832, we write the serial number of the device in some non volatile registers, specifically CUSTOMER[8] and...
Hello,
We are using the nRF52810-QCAA(QFN32) in a Beacon application. We have seen serious degradation in Radio performance while using the DC/DC vs. the LDO. More than...
Hi Forum,
i've ran into a problem with configure the nrf24l01. I've disabled all ShockBurst functionality (EN_AA = 0). When putting TX Payload into the Fifo the TX_EMPTY...
Hi~
We are going to use the MAC address and UUID as what we have.
I am trying to save the MAC address and UUID through UART, so I don't know what to do.
Currently the...
Hello,
I am trying to make a code running the Ble stack adn the FreeRtos one, i started from the project ble_app_hrs_freertos_pca10040_s132, i've just removed some things...
Hi.
Newbie stuck at installing IDE.
Trying to follow the automatic installation developer.nordicsemi.com/.../gs_assistant.html
Installed nRF Connect for Desktop v3.8...
Hi,
we have nrf52933 custom hardware.
we are flashing application through j-link.
but after every flashing , I need to hard reset the board in order to run the function...
Dear Nordic,
We developed a product based on the nRF52833 chip, with an external antenna, 3dBi gain. Set transmission parameters 100mS interval and 4dBm transmission power...
I have nrf52840 dongle will like to treat it as central. (like gateway) And sensor node is unknow ble, and adress type is Resolvable Private Address. If know the characteristics...
Using the « nrf_modem_at_cmd_async » function triggered an HARD_FAULT error if it is the first function used in the code before another function of the AT interface of the...
Hello everyone I would like to produce my own custom board based on the NRF52840, but the quartz used in the Dk is sell by package of 3000 pcs so I decided to change and use...
I have troubles with the bluetooth examples on the nRF5340. Examples without bluetooth works fine. (blinky of hello world). I allready found out that the code is waiting on...
Hi,
we're using a library which is written in C++ and is using exceptions. As stated here Zephyr has C++ support including exceptions.
Following the docs I set
But...
Hello.
I wrote adafruit's arduino compatible bootloader via J-link.
The write seems to have been successful.
However, after that, the nrf52840 does not work.
Do you...
Hi,
Im using nrf9160 based custom board, nrf sdk 1.5.1. with Zephyr
Im using Uart in DMA mode but have small doubts in implementation
1. what is the max size of buffer...