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'm using nRF5_SDK_15.3.0_59ac345 with a nRF52840 DK (v1.0.0 PCA10056), building and debugging using IAR 8.32.3 (which is working fine). I build and debug an unmodified twi_sensor...
Hey, i’m working on implementing the adafruit_tag_reader example from the SDK v13.0.0 on my Thingy 52. I have copied almost all the code from the adafruit_tag_reader example...
I modified the FW "ble_app_uart" using the example "Nordic-SDK\nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\en_app_uart\". I added the pairing function and "delete_bonds...
I want to connect 2 SPI slave with on instance. Issue is to mange chip select pin. I went through few post, people suggested to check SPI manger library. I am not able to...
Hello
We tested our product integrating the nRF52840 vers. C in DTM with the Anritsu MT8852B.
The RX tests (PER and sensitivity) pass but all TX tests (Output power, modulation...
Hello,
In my application I'm putting the NRF52832 device to the system off by calling the sd_power_system_off() function.
When it occurs at the start of the program -...
Hi are the example applications for use with the mesh provisioning app available for the nrf52840 as well as the nrf52832 devkits, or just for the 52832?
Best Regards, ...
Hi,
I want to add my own data into beacon advertisement packet. for example I want to add my data as "ABC0001", and it should be available in advertisement packet. How...
Hi all,
I am using the Power Profiler (v2.0.0) in nRF Connect (v2.5.0) to debug and profile some nRF52832 applications, and I cannot seem to find any button that allows...
(開発環境 ) OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit...
Hello,
I am using SDK 15.2 with softdevice 140 on nrf52840 board. I have been trying to get the development board to pair with a peripheral sensor with UUID "E7D4AA0F-5ACB...
I would like to know how to compute or optimize the maximum number of BLE device (in advertisement mode) that can be detected by a Scanner (Smartphone app).
I can not find...
Hello
Is there any example code in the Zephyr for operating as the Mesh provisioner/controller using the serial mesh interface on the nRF52840.
I am working on using the...
I'm having a peculiar problem with my device in a memory heavy application, two of my libraries use statically allocated memory and one uses what i allocate with mem_manager...