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...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
For example: nRF5_SDK_15.2.0_9412b96 \example\ ble_peripheral \ ble_app_ancs_c \ pca10056 \ S140 \ ARM4
I tested the ancs on the board, connected ancs with iphone, chose...
I have Debian 9.5 (Stretch) OS on my BeagleBone Black. I have installed bluetooth and bluez (5.43-2+deb9u1). Bluetooth is enabled and running but hcitool dev shows no devices...
Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
There are a number of links that are giving the Error 404 message. I was try to get to boot loader and some others and I get Error 404!
Nordic Semiconductor nRF52 DK ...
When expanding some services using nRF Connect for Desktop (Mac) and the nRF52840 USB dongle I get the following errors:
I think this occurs on services with a larger...
Hi, I want to estimate easily, without measure it, the power consumption of sending an array of 256 float32_t elements (4 bytes each) through CoAP NON protocol using the nRF52...
Hi,
I want to build a DFU mechanism with our own protocol, which means I build up two BLE services 'read' and 'write' where I can transmit the new application firmware,...
Hello Nordic
I know the fact that softdevice s340 has released.
But I do not use s340. That is because new SDK that can use s340 does not exist.
When do you release...
Hello,
I know this question has been asked but it's still unanswered, and I kind of need a solution...
On our custom board, I removed power from Flash and kept sending...
I had to modify the 0.10 mesh / rf sdk's to integrate them into a C++ environment and have now to do the same again with the latest SDK's due to some coding issues in the...
Hi,
this code works as expected (PWM goes to a pin with a LED connected, and the LED blinks):
If I change 99% duty cycle to 100% then the LED is on all the time, its...
Hi, I'm trying to print a buffer on the virtual serial (from USB) with the Zigbee CLI agent example on SES.
I was originally using the nrf_log function but I'd like to be...
I'm a beginner and I have only 1 month experience in BLE. I have done some example programs on my MDBT40 board. I flash it in Keil uVision 5 and flashing through ST-Link....