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 all!
In my application I would like to use LESC OOB pairing between two S132 SoftDevices. But there is one thing that I'm not sure of: I only have the (wired) OOB channel...
Thank you for considering my problem!
I have maybe have seen a working Micro SD card with the 52840DK, but have not been able to produce it on my board. 52832. I am using...
I understand that the nrf9160 product is still in pre-release. I did have a look at the gps receiver section in the DocLib.
For future planning it would be very helpful...
I am setting up a custom hid device bulk transmission, which can normally send data to PC at present, but cannot receive data from PC (no data interrupt was received in the...
I am able to use the 2 channel mode of each PWM giving me a total of six PWM that I can set individual duty cycle PWM!
I now find I need 8 PWM with individual duty cycles...
I see that BBC Micro:bit uses nrf51822 and can use RADIO peripheral.
So I tried to make my nrf52832 DK to talk to Micro:bit by using Gazell library and referencing MicroBitRadio...
Hi,
We are using SDK14.2.0 and getting assertion failed error with id = 1, pc = 0xEAC2 and info = 0.
What can be the cause of this error?
Thank you in advanced.
The function model_timer_elapsed_ticks_get() returns the total number of ticks since the timer was started. Hence it's expected that this function to return a value > 0 when...
I am attempting to do the LTE_Gateway example. I have gotten all the code to build through Segger and upload to the DK. The problem is when I'm watching the terminal for the...
Dear All,
I am using NRF52840 DK with SDK13.0 . I am trying to use one SAADC channel (CH 1) to record input signals at 200 kHz to fill a buffer of 2000 points . After the...
Hi
I was playing around with the new SDK 15.3.0 and most things worked as expected. One thing that causes some trouble is the changed MBR parameter page handling. It seems...
i need to generate an irk from nrf52 so that no device can identify that nrf52 data...only the device with same irk can identify and connect to it
for that what should i...
I am trying to port Keil code to SES 3.40 with NRF51822 Device and SDKV12_3, I am currently using the ble_app_uart example. I followed this blog post https://devzone.nordicsemi...
Hi Sir
Is it possible write a hex file to external QSPI flash by nrfjprog ? if yes, please tell me what's the command ? Thank you.
ps, the hex file is data, not firmware...
We are using nRF52840 SDK 15.0 with Segger embedded studio. We have referred ble_app_proximity example only for read battery level using ADC. Now in our application used SAADC...