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 saw a fail for RF-PHY/RCV/BV-29-C on nRF52840 DK.
But I also find it is a known issue as "Anomaly 172 Addendum".
In the nRF52840_Rev_1_Errata_v1.2.pdf, two workarounds...
Hi,
I'm working with the nrf52840-DK and using the nRF5 SDK v15.2.0 Stack version.
I´ve got a working program for my coordinator (C) and my end device (ED). The C establishes...
Hi
I have this code that works like a charm when the device is connected and I want it to leave the network.
But if the device is dead or disconnected and I want to remove...
Hi,
I know this is a license question and the default answer is "contact a lawyer if you don't understand the license". But this can hardly be the first time someone...
Hi,
I'm trying to connect nrf52840 to IOS 12.1.4 as a Braille display. Standard BLE HID is working well, but when I try to connect as a Braille Display ( Settings/General...
I am trying to connect and according to the spec sheet, there might be multiple pipestatusevents.
When I try to connect using different phones (with different Bluetooth...
Hi,
I'm using the light switch client example to test the Mesh App on iOS.
The PCA10040 board can be identified through Mesh App, but not be identified on our test board...
I am using nrf52810 chip without softdevice or bluetooth stack. I started to develop at November 2017 with Datasheet version v1.2. On 31. Januar 2019 Nordic released a newer...
Hello,
I have project for collecting temperature information from 15 pcs temperature sensor.
It is possible to create system with 16 pcs nRF52840.
one of them will be...
Hello,
I’m using two nrf52832 as servers sending 20 Byte data with 18 ms notification interval.
Notification Data:
[incremented uint8_t ] [19 byte data]
Client:...
Hi,
I'm working with the nrf/samples/nrf9160/at_client (@ tag v0.3.0) with a PCA10090 board.
I had a question about the response to the AT+CESQ command.
Specifically...
hi,
i am quite new with programming tools like the nordic thingy and i am currently trying to get some initial program running, i.e. the blinky example. i have a few questions...
I am converting the simple_on_off vendor model to send a message on mesh 3.1.
the server implemented the simple_on_off model successfully. But but my client runs into 0...