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
I am working on BLE mesh network,initially I have tested the light switch demo example it is working fine.Now I want to test relay functionality by using light switch example...
Hello everybody,
I have two nRF51822. One of them is connected to MCU (STM32 Development Board Nucleo 32) via USART with 115200 baudrate. The other one is connected to USB...
I'm having issues trying to program a custom board with NRF52832_QFAB in DC/DC config. I couldn't reach a complete programming getting error in open ocd with two programmers...
I'm looking for the NRF52840 hardware reference designs. Most of the links I saw seems broken. I'm particularly interested on the minimum components used as I'm looking at...
i am testing nrf power consumption using amper testing method and example which i am using was ble_app_uart. i modified the example by adding app_timer and removed sleep,...
i want to sample 2 ADC channels value and send to smartphone, and my thought is use the software time to sample 2 ADC channels every 500ms, the code is like this below. void...
Hi,
I am trying to toggle an LED in bootloader, adding nrf_gpio_cfg_output/write has no effect to the code. The code compiles without errors but doesnt seem to be executed...
So I have been using your chipsets for a little while now and love using Nordic products. The GPIO are super easy to use with your drivers and there isn't 18 million sleep...
Hi,
I want to make a bluetooth mesh system with over 400 bluetooth devices. As I know the Nrf52840 Dongle can connect to 20 devices concurrently, so if I use 20 Nrf52840...
Hi
Am trying to establish nrf52 DK as peripheral with nRF connect application as central but am unable to establish connection between both.
Please debug the following...
I've been using the CLI and also piping NRF_Log thru the same backend. In my application there are alot of time critical operations. I've noticed with some GPIO toggling for...
We have a device with firmware based on 14.2 (with sd-id 0x96) and we're trying to do a DFU over BLE to a firmware base on 15.2 (with sd-id 0xAE).
We can do a firmware update...
Hello:
I've got a application where I want to detect if the NRF52 is near a NFC reader. I don't need two way communications, but it would be good if the reader could modulate...
OK - so I just started with these chips, and have been asked to find out why SWO debug signal is getting corrupted.
At fairly random intervals the signal passive state inverts...