I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
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...
Hello all,
I am developing a BLE application with the Softdevices, the peer management module, and with MITM protection.
I've set a bonding static passkey as shown here...
I run a custom multilink BLE service server on nRF9160 DK.
After about 20 minutes of repeated connecting, data exchange and disconnecting from 4 (only four) BLE devices...
Hi,
I need your help to know "How to control RGB LED using PWM in nrf5340?". I have already tried the "RGB_led" sample in NRFconnect SDK v1.5.0
But can't able to control...
Hi
I have nRF52840 DK with nRF5_SDK_17.0.2_d674dde
I am using radio_test example code under examples\peripheral\radio_test:
Radio Channel is fixed at 10,
The data...
Hello,
I am searching for the PCB layout showing ground connections on the nRF9160 Development kit. I was unable to find the DK layout on the product website. Also, I...
Good day, dear developers,
I am using nRF52840 with SDK15, no OS. System has 4 SPI devices (2xSPI, 1xQSPI, 1xLCD controller SPI) and 1 - I2C, all having dedicated bus (no...
Hello Sir/Madam,
I followed the steps of the link https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_assistant.html#getting-started-assistant to set up the...
Hi,
I wanted to create a UART-like BLE channel between a desktop PC (central role) and nRF5340 (peripheral role). On the nRF5340 side I setup Peripheral UART sample project...
Dear Nordic support:
We are now applying the PTCRB, FCC etc certificatioin with China SRTC,
And SRTC need us to fill the attached application document about LTE part(nRF9160...
I have a structure that holds my configuration data for my device. When manufactured, the programming station will flash a hex file to device that has the application and...
Hi,
Please find attached my sample hello world project : It was all good and building fine on VSCode, until I "Pristine Build" the project.
Now there are compile errors...
Yesterday I tested this new code that Charlie thankfully put together for the MQTT simple allowing publishing over the UART. Problem I have now is that I'm getting an mqtt_connect...
Hi Nordic
I have some questions regarding a firmware upgrade:
Hardware: custom NRF52832
Software Version Information: SDK: nRF5_SDK_17.0.2_d674dde Softdevice: s132_nrf52_7...
Hi all,
I have an issue with integration of the AWS IoT in my source code. The example works for me. I've tried to copy&paste the example code to my project (I delete my...
Hi all,
I wanted to start developing with nrf52840DK and rust and set myself to do a simple build that would play a sound when I press a button. I purchased a MAX98357A...