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 am using nRF 5340DK borad, trying to flash Direct test mode sample "nordic,nrf5340-dk-nrf5340-cpunet". My aim is the enable direct test mode on the nrF board in order...
I'm using 3 nRF52840 DK borads (provisioner,light_switch_client, DFU). I set DFU (DFU example used) as target board and connected it to PC as serial interface. I have provisioned...
Hai,
I'm facing some difficulties in programming FOTA over UART on the NRF9160 board.
Currently, by using the following command I'm trying to push the bin file via UART...
Hello Team,
I have a small issue but troubling me since a long time now. Accidently my debug terminal and project explorer came out from their original positioning. Now...
Hi,
I am new to NCS and visual studio. I created an app based on the hello world sample app. And set the break point to the line of the printk in main.c. However, when...
Hello Zephyr experts,
I am having problem with the function wdt_disable(const struct device *dev);
There is no problem in setup and feed the watchdog.
wdt = device_get_binding...
Hello,
My application is a modified version of MQTT_simple.
I have moved all the code inside while(true) to a thread and set username as a device token.
The error -12...
The device has high power consumption when in shutdown, around 0,5mA. It uses SPI and TWI in normal operation but I have implemented the work around according the errata but...
Hello,
In normal C program, if I want to print int64_t, I can use the following code.
But it does not work on nRF Connect SDK v1.7.0.
1. Why it prints %li on the terminal...
Hello,
I am working on a custom program for the Thingy:91 that will use the aGPS as well as LTE to send data to a custom cloud server. As part of this, I wanted to ensure...
Hi
I am using the nRF52832DK and the BLE_App_Blinky example.
It is working nice, but I would like to change it to send/receive 2 bytes of data instead of 1 bye.
How...
Hi,
i'm absolute beginner with the nRF Connect SDK and Zephyr as well as BLE in general (to be true, this is my first project using any NORDIC device....). I installed the...
Hello,
Basically I'm using NCS SDK (1.7.0 - see Generated Info in the end) and Zephyr.
The board I'm adventuring on is the nRF52840 DK.
In the project, I have 1 main...