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...
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...
Hi,
I currently developing my own NRF9160 board Based on NRF9160 DK schematics. My question is, can we remove all passive antenna circuit with all matching network and...
I am using the Fanstel BT840 module with an Epson FC-135 32.7680KA-AC3 crystal and 12pF NPO caps. It functions well in indoor conditions but the LF oscillator stops if placed...
Hi,
I am following this tutorial ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_blinky.html ) to learn how to...
Hello,
I have nrf51822 based Board,
and I need to make Android app for scan and modify Beacon's data.
I found "nRF Beacon" App's source code in GitHub,
and I try...
Hi,
I have seen that there are three most useful topology for mesh : Bluetooth mesh, zigbee and Thread
What parameter should we have to take in consider when selecting...
I'm trying to use a timer with S130, but it doesn't seem to tick:
void timer_event_handler(nrf_timer_event_t event_type, void * p_context) {
NRF_LOG_INFO("Timer 1 interrupt...
Hi,
I recently started experimenting with nRF52840 eval-kits and a nRF52840 dongle using the generic onoff client and server. I used my phone and the nRF Mesh App to offload...
I learning NRF52832 beacon using SDK15.2 i tested code ble_app_beacon code in non connectable beacon mode its working fine. how can i change this code like connectable beacon...
Hey, I would like to add BLE mesh functionality to my existing project which is based on the firmware v2.2.0 https://github.com/NordicSemiconductor/Nordic-Thingy52-FW . I...
I'm planning to connect The nRF52840 MCU GPIO in series to a 1.8V 20mA LED and a Resistor then to ground.
Would the current from the MCU be sufficient to power the LED ...
Hi,
Here is my issue, I don't enter in bootloader by using the buttonless DFU characteristic. Here below I expose my action and what it happens. Thank you in advance for...
Hi everybody,
This is my set-up : nRF5_SDK_13.0.0_04a0bfd, Eclipse 2019 03 IDE, NRF52832_xxAA, s132_nrf52_4.0.2_softdevice, windows 64 bits, NRFConnect 4.22.3, JLINK RTT...
Hello,
we have to integrate the nrf9160 into our own company internal build system / eco-system (freeRTOS based), e.g. not using the complete nordic sdk. As a starting point...
hello,
Now i want to adv only with 37 channel, i want to use SDK15.0.
i add m_adv_params.channel_mask[x] in advertising_init() as:
static void advertising_init(void...