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
Dear,
I tried the same code on :
https://devzone.nordicsemi.com/f/nordic-q-a/43774/simple-gpio-example---nrf9160-dk/173275#173275
and my code:
The Led1,2,3,4...
I know how to set high power (8dBm) when running a nRF52840 as a peripheral (i.e. sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV, m_advertising.adv_handle, 8) ), but how...
SDK 15.2 API6.1
I am using the ble_app_blinky and ble_app_blinky_c examples and when i connect I see the "Nordic LED Button Service" and inside that i see 2 chracteristics...
Hello all,
In order to optimize my power design, I want to power my sensors though GPIO pin on nrf52832 and toggle the pin when I need to use them.
I have two sensors...
Hi.
I have an experience that I do not understand.
<main>
<timer handler>
"PushSwitch" changed to true when the button was pressed using a switch interrupt...
Dear nordic,
I have a custom board. first time its working fine and i flash the program without any issue. after few days i started to reflash the chip its show some errors...
Hi,
From last couple of months I'm working on NRF52840 chip and designed a battery operated device. I also made 5 prototype boards and I'm happy with the range test, coded...
I see two different issue from Segger ES. The below piece of code work well in debug mode, comparison of array at 2k and it fails at release mode. Wondering what's happening...
As a brief introduction, our research group uses bluetooth advertising to broadcast commands and responses between end devices and 'routers' which are connected to a PC. ...
Hi,
BLE Application on nRF52840 (pca10056) development board is being developed.
Application stopped the advertising to make device non-discoverable.
After that trying...
SDK 15.2, API 6.1
I have 1 firmware and 2 PCB it operates. PCB A was an external crystal and the sdk_config file is setup for the operation. However, PCB B uses internal...
I would like to communicate with and existing product that has the ability to communicate thanks to a UART-Bluetooth module. This module uses a Serial Port Profile and shows...
Hi,
I'm working on a thread network and I have some difficulties to configure the BorderRouter.
I use the BorderRouter V2 rapsberry image from Nordic, I recompile the...
Hi,
I want to be able to update the bootloader along with the application via OTA DFU. I know I can't generate both the application and bootloader in one image/zip so I...