Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
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...