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 want to implement lwm2m, and I use nRF Connect SDK v1.4.99-dev to compile the thread firmware.
I am using 52840DK, here is a screenshot of my project creation
No code...
Hello,
I had encountered framing errors when running automated tests that utilize UART CLI in my main code base. Currently what the test does is it sends a CLI command...
Hello,
I am using a nrf5340pdk board and I want to connect a sensor using I2C.
Which pin numbers of the board can be used for the SDA and SCL connection?
Do I need to...
I'm transitioning from nRF5 SDK to NCS and using Segger Embedded Studio (SES).
When using nRF5, SES gives options for the Compiler, including saving the Preprocessor output...
Hi,
I'm getting an error while trying to update the modem firmware (mfwnrf9160121.zip) on my thingy91.
I'm using nrfConnect Desktop on Windows 10, I activate DFU mode...
Hi. I am currently using the nRF52840 DK board and using the SDK 17.02.
There is our software engineers who are working on the heart rate service app to modify to suit our...
Hi,
I just got Thingy:91, and I was trying to see the response for a simple hello_world (found in zephyr\samples) application from Thingy:91.
Thingy:91 got programmed...
Hi,
Are LTE-M efficiency/TRP/TIS results of the nRF9160 DK on-board antenna available? In case there are several DK revisions available, does the version affect antenna...
Hi,
I am trying to understand how to enable SPI in blinky application provided by Nordic. My intention is to transfer data between the two Nordic development kit running...
I have advertising in s130 set to BLE_GAP_ADV_TIMEOUT_GENERAL_UNLIMITED. The idea is to advertise until a connection event is received. In reality the user will pull the finger...
Hi ,
1. I learned from Nordic FAE that on the nrf9160 module, 10 minutes after the edrx mode, the nrf9160 module automatically powers off the sim card to save power,
2...
Hello Team,
I want to use scheduler to schedule two tasks i.e task_1 and task_2. The task_1 and task_2 are as follow:
void task_1() { printf("Task 1 ran"); }
void task_2...
Sorry this might be a stupid question.
We are evaluating some modem to develop a IoT device, NRF9160 comes up to our list as its tiny size.
In the design of IoT device...
I wants to use break point in project but when i set break point then 4 or 5 times working after that goes to NRF_BREAKPOINT_COND, I am using nRF52832. so guide me where is...