Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hi,
I am working on the ADC and trying to sense the battery level to measure it voltage.
And I have configure the ADC with normal conditions as present in example of SDK...
Hello
First things first, when I use the UART example located in:
\nRF5_SDK_15.2.0_9412b96\examples\peripheral\uart\pca10040\blank\ses
all works fine, the script compiles...
Hi,
I hope this is the correct place to ask beginner questions. I new to microcontrollers in general.
So first of all here is what I am using currently:
Software:
...
Hi,
I'm using Nrf52 with SDX 15.2.
The device is far for the host (smartphone), I would like to know if I can know the RSSI with the Smartphone? How can I control the...
Hello everyone!
I'm trying to implement a mqttsn client inside a microcontroller, and the nrf52840 should be used only as a way to communicate with other thread devices...
Hello!
My name is Tiago Morais. I've started to work with nrf52840 and now I'm having some problems with its CLI.
I'm trying to use the nrf52840 dk with openthread and...
Dear Nordic Team, Thanks for supporting.
Currently i am working with DFU for nRF52810 custom board. I am using SDK15.2.0. I followed these steps (//devzone.nordicsemi.com...
Hi all,
I'm following https://www.nordicsemi.com/DocLib/Content/SDK_Doc/Mesh_SDK/v3-0-0/md_doc_getting_started_dfu_quick_start and I'm using mesh SDK v3.0.0, I have a problem...
Hi all:
All of the example code is using GPIOTE to demonstrate how to handle GPIO interrupt.
However, it just can configured HiTOLow/LowToHi/Toggle.
If I want to trigger...
Works
Use nRF Connect v2.6.0 on Linux to erase, program softdevice.
Works
Use Keil to program application firmware
Does not work:
Use nRF Go studio to detect...
I need to implement a simple uart protocol. most messages are fixed length (8bytes) with some exceptions.
here what I do in pseudo code, I send 8bytes and expect 8bytes...
Hi
I am trying to port an SPI driver from a project for the NRF51822 to an NRF52832 and running into a problem reading more than two bytes. We are using SPI0 (not SPIM0...
Hello,
I'm using an NRF52 DK board.
I noticed that when I change P0.27 from the default (input / not connected to input buffer) to being an input pin connected to the...
Good evening,
I had a question in respect to the exact procedure needed to read a characteristic with read permissions. I have just discovered a service i would like to...
Board:PCA10056 (0.9.3)
SDK:15.2
Softdevice:S140
Example:ble_app_blinky
Today,I follow this page Using an ampere-meter for current measurement to measure the current...