Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
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 Community! I've recently switched from Master Control Panel to NRF Connect. I want to use my NRF51 Dongle (PCA10031) with NRF Connect. Therfore I deleted the existing...
According to eval kit reference BOM list a TDK MLZ1608M100WDT25 10uH coil is the only one on list. Is there any other suggested coil models tested by Nordic? Just wondering...
We are designing a custom antenna for the nrf52833-QIAA. Could you supply the output impedance of the ANT1 antenna pin so that we can run an HFSS simulation on our layout...
Dear Members,
I run 3 devices,
GPS on libuarte1
LCD on SPI2
Sdcard on SPI 1,
I'm using ANT and softdevice 340,
When I run LCD and SDcard outside the main loop...
Hi,
I am having problems with the ble_advertising_int() function. It returns a return code of 12 (NRF_ERROR_DATA_SIZE) which is returned by ble_advertising_init() -> ble_advdata_encode...
Hi I ran in some problems with my BLE fragmentation. I want to send data (files) up to 6kBytes over BLE (Bluetooth 5 on nrf52840 to another nrf52840). My project is based...
I'm using PCA10056 (nRF52840 DK) for a project. First-time user, so little experience with this board.
I need 1.8v level SPI signals from the PCA10056 since I need to talk...
Hi
what is the current consumption for LPUART (when there is no event - let's say it is sleeping) on nRF9160 and on nRF52?
https://developer.nordicsemi.com/nRF_Connect_SDK...
Hello,
I have a problem regarding the connection to the cellular network of the nRF9160DK.
When I boot up the device and I have uploaded a code to connect to the network...
Hi,
We have a custom software for our custom board. And would like to investigate a little in the AT commands going to the modem and the responses
is there a config...
I am using Connect SDK v1.7.1 and Ozone v3.26b. When I click "Debug with Ozone" in VS Code, I receive the following warning in the Ozone console:
I am able to correct...
Hello,
While developing the device, I found that the SAADC module on the NRF52833 incorrectly measures the voltage on the NRF_SAADC_INPUT_VDD channel if you set the REGOUT0...
Hi,
We have a device in production based on nrf52840 which uses UARTE to TX/RX data to/from a washing machine and in paralel communicates with a Phone App via BLE.
SD...