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 enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I’ve downloaded nRF5_SDK_11.0.0_89a8197 and starting with examples from \examples\ble_peripheral\???\pca10040\s132\arm5_no_packs\
I would like the other device to request...
I want to interface ADXl345 with nrf51 SDK. suppoose my device address is 0x53 and register address is 0x2D and i want to write value 8. now nordic i2c has function nrf_drv_twi_tx...
Hi We have a generated a key pair using ECDSA secp256k1 ```
err_code = nrf_crypto_ecc_key_pair_generate ( NULL , & g_nrf_crypto_ecc_secp256k1_curve_info , & private_key...
I'm trying to run a project baset on the ble_app_proximity example project . When I trying to call a nrf_sdh_enable_request() function library goes into an infinite loop....
Hello,
I would like to know if you can point me where to find the electrical characteristic of the module nRF9160. I'm looking for :
- Then maximum current the module...
I work on your new Mesh SDK 3.1.0 and I have some questions for you.
First it is about DFU over Mesh. I think your documentation is very weak. I understand that they are...
Hello Nordic, we use the nrf52 proprietary protocol in the project, it will send 200 data per second, and no ack confirmation, the application data length is 25 or 32 bytes...
SDK 15.2
Segger Embedded Studio Release 4.12 with DEBUG on
Segger Ozone V2.60k
FreeRTOS 10 from SDK (same issue with FreeRTOS 10.1.0 source files and original ported...
What is the exact sequence when reading a characteristic with variable length and authorize required.
When I have a actual data length of 14 I can read with offset = 0 and...
Hi All Team Members,
Using Nordic Development Kit of nrf52832 I am able to write and test basic application using UART and BLE
using this kit I get the following error...
Hello, I use a custom board with nRF51822QFAA, with two buttons (left, right) and uart for printf/debug. The idea of the project is to have the board always sleeping, it wakes...
Hi,
I have a project which need to use two UART interface at the same time.
As well known, there only have one hardware UART interface in nRF51822/nRF52832. If I want...
Hello, DevZone,
I have programmed an nRF52-DK with the unmodified SDK's ble_app_hrs_pca10040_s132 (heart rate monitor) BLE peripheral application. I also have a Power Profiling...
Hi Susheel,
Thank you for your support.
We would like to get your advice related our new design, with the followings:
Assume we need to support besides of the BT5...
Hi,
I am developing one of the my project on custom board, in which I have to configured the two GPIO Pin's as input to sense the those pin and take actions assigned on...