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,
We have a nRF52-PCA10040 with the Heart Rate Collector example in the version 15.3.0 of the SDK which has some trouble connecting to our Bluetooth 4.2 notifier.
...
The SDK and SoftDevice documentation show that application is located at lower address than the bootloader.
Is it possible to rearrange memory layout to something like this...
Is there any example code for sending the data to esp8266 from nrf52832 using uart.
I want to send data via nrf connect application to esp8266...
Till now. I am able to...
I'm studying nRF9160 for our new project.
The GPS accuracy of nRF9160 is 5m. I got this spec. from brief specification of nRF9160.
My questions are below:
1. Does...
Hi experts,
I used power profile kit (PPK) board to measure the current consumption of nRF52-DK which containing nRF52832.
When i using PPK and nRF Connect APP for measurement...
Hello,
My company ID just shows up in nRF Connect as "Reserved ID ", but companies just before me in the list show an actual company name. Do I just need an updated nRF...
Hi,
My device sends the advertising packet when some button pressed.
Then phone app will connect to my device and do some process between my device and disconnect.
Then...
Hi
I am using nrf52840 Dongle.
I am trying to write data to usbd using app_usbd_cdc_acm_write(usbd instace, buffer, length). But i am unable to see buffer data on virtual...
Dear ,
I am using nrf 9160 DK,
and trying to send a package of data to UART.
For example my package is: "LONGITUDEx:10.123456,LATITUDE:59.012324,UTC:20190513095612...
I am having an issue with receiving a data stream. I had started out with using the MQTT sample and experienced this issue, so I decided to strip it down to strictly a TCP...
Hallo
Im trying to get the system into DFU mode from a PC application (not the Nordic connect)
The DFU works perfectly with the Connect application and nordic tools
...
I ported an existing application(modified from SDK 15.2.0) from IAR compiler to GCC compiler in windows environment. I used the SEGGER SES for final linking using the default...
Hello,
I am using light switch example for nrf52832 development boards.I have enabled the low power node in client example.
Is it possible to configure server in normal...
The ble_gattc_write_params_t structure passed to sd_ble_gattc_write() includes a flags parameter, described as GATTC execute write flags.The only values listed for this, other...