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
Hi.
I use a modified lightswitch server application with Nordic SDK 15.2, Mesh SDK 3.1.0 and Softdevice 6.1.1.
During provisioning I experience a software assert with...
Hi,
I want the bit rate to be 125Kbit or 500kbit. The project uses 1Mbit and 2Mbit. I'm investigating the topic on the Devzone blog. I reviewed the example nrf52840-long...
My work need to use 4 gpio interrupt, but it not work when use freertos on nRF52832 ,sdk version 15.0.0. My code is like below:
err_code = nrf_drv_gpiote_init();
nrf_drv_gpiote_in_config_t...
I created own app button library. It's just return handler into main with number of pin and type of push - short or long. Also I created library for rgb_led (using nrf_pwm...
Hello everybody,
I'm using nRF5280 (Laird BL654) with SoftDeveice S140v6.1.0 and SDK 15.2.0 with a modified version of the blinky peripheral example.
I've changed NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
Hello
Our custom board has two chip configurations for BLE stack. The two chips communicate with each other through UART. Both chips are running zephyr with two chip configuration...
I'm writing an app to that talks to the Thing52 over BLE, and using this as a reference: nordicsemiconductor.github.io/.../firmware_architecture.html For Battery Services...
Hi,
We just recently bought the nRF9160_DK board and compiled and loaded the AT_Client onto the DK. We have followed all the setup instructions for the SIM card for iBasis...
The example code of beacon was used from the SDK - nRF5_SDK_12.1.0_0d23e2a\examples\ble_peripheral\ble_app_beacon\pca10028\s130\arm5_no_packs\ble_app_beacon_pca10028_s130...
Hi experts,
Currently some issues are found in zephyr os, especially the precision of k_timer. Since the nRF51 series uses RTC as the system clock on zephyr os, the round...
I use the scheduler. All my idea is put an event in interrupt handler(timer event, gpiote event and so on) and schedule it to main loop to let app_sched_execute to handle...
Hi All,
We're designing Legacy/Coded Phy scanner based on nrf52811.
The existing softdevice that supports Coded Phy scanner is S140.
Can nrf52811 work with S140 or Nordic...
Hi,
I am struggling with recconecting to Android device. I want the project to work with iOS also.
My nRF de52832 device has got peripheral role in this project. I am...
Hi team,
One of my customer is evaluating nRF52840 running ANT networking, but they may encounter with connection distance issue and wondering if they can combine BT5 long...
Hi,
I just installed the latest nRF Mesh v1.2.1 and found that my nRF52840 DK board unable to connect,
I'm using SDK as shown below:-
nRF SDK for mesh v3.1
nRF SDK...