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...
I am developing firmware for nRF52811 and I can't get UART working.
Sending data over TX works fine, but every time I try to receive something from RX, I get an error. ...
A short digest of the parenting topic ( https://devzone.nordicsemi.com/f/nordic-q-a/76906/nrf9160-siba-unable-to-connect-to-nb-iot-network-and-resets-every-10-seconds: ) ...
Help me for transfer any data between two nrf51822.
i already tested example ble_app_uart for connecting nrf51822 to my smartphone (my smartphone use NRFconnect app),...
Can you write this code in assembly?
If you can, please help me, if not, please help me optimize, thank you
# define RSP NRF_GPIO_PIN_MAP (0, 6)
# define RDP NRF_GPIO_PIN_MAP...
I am setting up the nrf sdk within the WSL2 inside Ubuntu 20.o4 LTS. I am following the documentation: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing...
Hi There,
I try to send some packets from a file between two devices. Now, I want to confirm and analyse whether I receive the total packets correctly or not. Two points...
Hi, I have a simple question. I have looked through the Bluetooth specs, and Devzone, but I haven't found any answers.
What is the the time difference between the three...
I will want to have multiple files in my application, so I will use multiple file IDs when writing records.
At a minimum, I will want one file which will store about 200...
Hello,
This is the second time I am seeing compilation error. The first time a couple of months ago but I cannot remember how I managed to get rid of it.
2> Compiling...
I'm trying to assess the feasibility of an application using nRF52840 in a module from either Minew or Raytac. In this application, the BLE radio works stricly in Central...
Hi,
I used 3HK sim card on NB-IoT in Hong Kong, and I could run GET and POST instructions to any cloud with the right certificate.
Recently, I moved to France, and...
Hi,
As for sd_api_v5 and sd_api_v2 , pc-ble-driver-py has library files and python files and also examples related to that, Can I know that are these library files ,python...
Dear Nordic,
As per power management, could you please suggest any thoughts for following:
We have two ICs on the board connected to nRF52840: 6-DOF sensor (over SPI)...
I took the RSA example in /nrf/samples/crypto/rsa and added a function foo() to it. I am using nrf5340DK with nrfConnect v1.6.1 and build for cpuapp.
my function foo() uses...
I now burn the official routine through the serial port input instructions, want to make NRF52840 dongle read zigBee terminal equipment (temperature and humidity sensor) value...