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,
I was randomly inspecting Bluetooth devices around in nRF Connect and I found out that many Apple devices advertise with TX Power Level 12 or 24 dBm. From my understanding...
Dear Nordic Team,
I'd like to inquiry how I am supposed to send a UTF8 string as the value of a characteristic.
I am trying to implement the FTMS service and the part...
Hi !
I want to connect 2 of my units to each other via BLE5 long range coded phy (125Kb).
I also want to be able to connect an android / ios phones to each unit simultaneity...
Base Samples used -
1. Central DFU SMP Client - <ncs>/nrf/samples/bluetooth/central_dfu_smp
2. SMP Server sample - <ncs>/zephyr/samples/subsys/mgmt/mcumgr/smp_svr
...
I am using the "ble_app_multilink_central" in version nRF5_SDK_17.0.2_d674dde for development.
It works and can connect to BLE devices.
However, there is one issue
...
I'm trying to use the BLE CLI example (ble_app_interactive) available on nRF5_SDK_17.0.2 on my nRF52840 chipset (on a BL654 kit) and as soon as the interface starts I receive...
Greetings,
I've got the power profiler app (v3.0.3, installed via the nRF connect desktop app v3.6.1) running under both Linux and Windows.
With windows, seems to work...
Hi, everyone,
I am pretty new to nRF52 development. Right now,I want to turn SAADC off at low power and turn it back on when wake up, but after nrfx_saadc_uninit(); When...
I am configuring the ANT+ scan on two separate channels with the following parameters:
ROMDATA_T ant_search_config_t aprfant_dynastream_search_config = { .channel_number...
Hello,
I am currently evaluating Nordic Thingy 52. I am planning to receive the sensor data on my custom BLE application (will be written in C using libbluetooth) running...
Hi
Attached is my pcb file. I select nrf52805_caaa, Can you help me check the pcb file? maybe the pcb is something wrong. I can download hex ,but can not debug it , when...
*** SOLVED PARTIALLY ***
Hello again,
I solved my problem partially, the part that reads accelerometer value and transmit BLE advertising data as beacon works fine.
...
Hi,
I want to use a MPU6050 sensor with my nrf52832 board.
I connected the SDA and SCL pins of my sensor board with the pins P0.26 and P0.27 of my nrf52832 board, respectively...
Hello. I'm working with multilink example and I've got some problem. I want to send data to specific peer device, but after restart central or one of the peer, they reconnects...
Hi. I have a problem with Segger Embedded Studio. I always get more than 100% of RAM usage when building project on SES, even if examples projects from SDK . Anyone know what...