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...
Hi
Using SD Version 6.1.1 and NRF Version 15.3.0.
Using the following advertising params I can set non-extended advertising
ble_gap_adv_params_t advertisingParameters;...
Hello Nordic support, For long term power profiling of nrf52 hardware, I am using the suggestion given here, that makes use of functions in python script ppk.py: https://devzone...
Hello Nordic Team,
I have an application in development where some bigger files (~20kb) can be downloaded into the device, so they get stored in with the FDS system.
Now...
Hi,
I am using BLE application in NRF52832 board and using NRFConnect app to send custom characteristic service from mobile app to nordic device. But if I am sending a data...
I updated Thingy:52 to firmware version 2.2.0 using the Thingy:52 Android app.
WIth the Thingy:52 running v2.2.0, the WebApp for Thingy:52 can pair with Thingy:52 but it...
Hello Sirs,
We implemented a joint bandwidth test (or speed test) for a radio channel by transmitting notifications.
Parameters set in SDK config:
#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
I am following the instructions at infocenter.nordicsemi.com/.../nRF52840_PDK_User_Guide_v1.2.pdf to program a pre-compiled example (blinky).
I have two nRF52840-PDK (PC10056...
Hi, im designing a beacon based on nrf52832, but i have a question about RF section, i´m using 2450AT18B100E chip antenna, and to match it with the nrf52 i'm following the...
Hi,
Trying to investigate eddystone protocol. After compiling and uploading ble_app_eddystone example I see Eddystone BLE device in non-connectable mode.
But after pressing...
I am using NRF52840 DevKit on Ubuntu 18.04 (bionic). I have successfully compiled pc-ble-driver and hex connectivity/softdevice.
I have now download pc-ble-driver-py and...
Hi,
We develop a GPS tracking device.
Development kit shows two type antenna, an external antenna(With connector) and onboard antenna for GPS and LTE.
We won't use an...
Hi, I am using nRF52832 with sensor, nfc and Softdevice S132 v3.0.0 to advertising packets .The sensor is interfaced with nrf52832 using twi interface. I have referred examples...
Hi,
I'm using the NRF52832 QFN (DCDC) for a PCB. Regarding the antenna matching components (C3,L1) it is recommended everywhere that one must use the exact same layout as...
Hi,
We are using a logger module a lot in our projects to diagnose problems, or warn API users of misuse. Sometimes it would be handy to be able to have nrf_log macros take...