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 am using nrf5 sdk 17.1.0, segger embedded studio v6.40 and nrf52832-dk, when running the spi example, i do able to see the log only after the build, and when i reset the...
Hi,
I'm starting some development with NCS on the thread CLI sample and I wanted to adapt the code to work on a custom module. The goal is to be able to log some data through...
Hi,
I have been running thingy91 to learn more about nRF_Connect SDK and the assets tracker project.
I did all the beginner-level steps, hardware setup, nRF cloud setup...
Dear Nordic developer community,
I am in the process of developing a communication with the PC via the USB CDC ACM interface of the nRF52840 chip. The information received...
Hello Community! I am working on a small project on nrf52832_mdk beacon Where my main goal is to optimize the current consumption. I removed all the unused peripheral and...
Developing a device based on the nrf5340/nrf7002 pair, with a user interface.
I decided to use the Nordic 'buttons' and 'click-buttons' modules from the CAF framework for...
Hi All,
We are currently using this nRF-5340DK to understand the individual driver functionalities before we start our project with our kit .While doing so we encountered...
I am trying to get a pancake motor working with a nRF5340 using Zephyr in VSC. I have an intermediary board.
I keep getting this error:
I have these settings in the...
HI there, In the Serial LTE Modem documentation for the nRF9160 DK, it is mentioned that the GPIO voltage level should be 3V using SW9 when using an external MCU & UART2....
Hi, I am using the Nordic NRF52832 with SDK 16.
My device is configured to advertise continuously for a specific duration.
However, when tested using the nRF Connect app...
I am attempting to get the BMI270 sample working on an nRF5340DK, using nRF Connect SDK v1.6.0, but all attempts at device_get_binding("BMI270"), device_get_binding(DT_LABEL...
We are trying to interface Texas Instruments TMP144 using the UART in nrf52DK. We attach the sensor board to UART pins in nrf52DK put it seems that the transmitted data is...
Hi Mate,
Like most of the other tickets in this thread, I have a large application and need to DFU it using Bluetooth. I know nrf connect is not compatible with the single...
I now want to have the host and slave in SDK17.1.0 to establish master/slave communication.
What if I change? If I use nRF5_SDK_17.1.0\examples\ble_central\ble_app_uart_c...
Hello,
I am using nrf52840 on usb dongle and i would like to measure voltage on a specific ADC input pin.
According to the datasheet, i use P0.02/AIN0.
My problem is...