I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
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...