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
I have been using using nRF9160 as ble gateway for uploading data from one nRF52832 and its works well. Now I need to connect more than one nRF52832 devices, has anyone tried...
Hi. I'm using nRF52832, SDK13.0.0.
I should use SHA256 and MD5.
I made my code as below.
NRF_CRYPTO_HASH_CREATE(init_packet_hash, SHA256); NRF_CRYPTO_HASH_CREATE(init_packet_md5...
Hello all,
I am attempting to develop an application which utilizes a third party library for proprietary sensor calculations. This library requires the use of floating...
Hi DevZone team,
Hope you're doing great today. Just want to confirm if the nRF9160 is ready to operate in Mexico. The LTE Bands needed are B2, B4, B5 and B28. The IFETEL...
Hi,
I use SDK 10 pwm example (examples\peripheral\pwm) to modify the PWM cycle to 10s and duty cycle to 50%.
Code showed as below:
But the PWM cycle seem only around...
I have seen the datasheet of nRF52840 but I can't find that any GPIO pin used as SPIS. It says that you can configure the pin those whose value is written in the PSEL.MOSI...
Hello everyone!
I've tried to run mbedtls crypto functions which are using cc310 hardware implementation and I have partitions overlap issue.
Our main goal is to test...
Hi there, I've been testing out handling the Apple Notification Service notifications.
I have set up the handler for the ancs_object as on_ancs_c_evt, I can successfully...
Hi,
I'm currently doing a project where I want to sample an SAADC and send it over Bluetooth to another nRF52840 device with different sampling frequencies. The problem...
Hi. I'm using nRF52832, SDK13.0.0.
I want to use SHA256 as below.
output32Byte = SHA256[input32Byte];
Which function or example can I refer to?
And also I want to...
Hi All,
I am new to nordic, i am using nrf52840 development kit and using the SDK nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71.
I would like to start the program from...
Hello,
i am currently developing on nRF52840 using SDK 15.2.0. I have an application and a bootloader. I use the GPREGRET register to boot to bootloader.
I have an issue...
Hi team,
I have a customer who wants to implement the "nrfjprog --recover" command by using the Chinese copy Jlink. They want us to provide the manual which can explain...
Hi, I'm having issues with building sample applications for nRF9160. I'm constantly receiving warning about BSD_LIBRARY wrong value assigned like below:
C:\Users\lszel...
I'm trying to combine hid keyboard with .../peripheral/uart example.
Only after the bluetooth connection is established between host (PC) & nrf DK, I want to continuously...