Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hello!
I am having 3 nrf5340 devices; 2 Gateways and 1 Headset. I am trying to achieve the scenario where I can allow the Headset connects to selectively one of the 2 Gateways...
I recently got the nrf52840dk board and I am trying to use it with the Nuttx embedded OS. However, I am having some issues flashing the nuttx binary on my board.
this is...
I'm trying to accurately measure our 3.0 volt coin battery (CR2450).
Our product consume low power (<50 uA) and we measure the battery voltage every minute.
We must...
Hello,
I've been trying to get through SUPL client library license signup process but I my request get denied every time.
I think I've done everything that is required...
I wrote a firmware on my dk52 and am advertising some data to the nRF Connect for Mobile App.
Is there any way on how I can copy or send the received data (service data...
Hi,
I have the following ouput using the throughput example:
Altered output format a bit to give me the same for local and peer.
But I was wondering why there is a...
Hi All,
I am running nrfConnect SDK v1.8.0 ad started a new sample LBS project. I ultimately want to have 3 devices, 1 being a Central and 2 Peripherals both running LBS...
Hi
Nordic Team
I used nRF5_SDK_17.1.0. I have a very difficult problem:
I now only want to configure an RX pin and no TX pin. Can the serial port receive data function...
After programming the a chip (52832) with hex files (including boot code, main app code, and softdevice), the chip jumped to the boot code so we need to do the DFU to let...
Hi again Nordic. I'm using the sparkfun level shifter: https://www.amazon.com/SparkFun-Level-Shifting-microSD-Breakout/dp/B01CF569VQ together with Sandisk 32gb formatted to...
I'm running into some rather strange things lately.
In debug mode, let's say I have two lines:
a[0] = 0;
a[1] = 1;
If I place a breakpoint at the 2nd line, and...
Hello,
I am trying to do my own i2c read/write from a sensor, and I followed the twim example available with the SDK.
When I build the project, I get errors wherever...
I am using Visual Studio Code to create applications based off samples, which I then build and flash to a nrf52840 DK which works great!
However, when using the nrf52840...
Hello,
I was working with the SDK 17.0.2 development kit and combined a few examples. When adding dependencies from other examples the path is entirely contained within...
Hi,
I have developed attached code for I2C communication with temperature sensor. The main function I2C_sample() checks whether sensor is detected by detect() and then performs...