Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
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...
Hello
I am using SDK v17 and sending the value of acceleration sensor to the app.
I want to use this value to process some action in the app. For example, if the transmitted...
Hello Nordic Community,
I've stumble upon an issue with a characteristic configured to not require authorization but still does on certain occasions.
Consider a service...
I'm new to the nrf5 GPIO functionality and having a little difficulty getting started. Upon having called `nrfx_gpiote_in_init`, my app reports a fatal error and the device...
I wanted to know the function or functions and the steps to associate an interrupt with an event.
I will be getting a single Pulse(Low To High) which will be my interrupt...
Hi,
I am using the nRF52840 dongle and am seeing problems when I try to use port 1 pins.
For instance, if I try to write to pin P1.01,
I see this error
I seem...
Hello Nordic Engineers:
SDK Verssion: nRF5_SDK_15.2.0_9412b96
IDE: Segger Embedded Studio
I use 1 Central and 5 Peripherals to build the network,they all can build...
Hi..
I want to update the firmware over OTA. For the first time I have downloaded ble_secure_bootloader and softdevice, then I flashed the application file by scanning the...
Hello,
I am trying to develop and application that will be able to scan for some time for beacons in the area around it. From all found beacons and using the RSSI of each...
Hello,
I have implemented a file system on the external flash, following the example: " USB MSC Example ", SDK16, nRF52840. The objective was to implement an audio recorder...
Hello,
We have a released product that is using the nrf52832 (rated at 85C). We have used this MCU and we have don't have issues so far.
Recently, it came a small...
Hi Dev Team,
I have been trying to send data across from my nRF9160DK board to an external sensor via RS-485. For this, I have a TTL_RS485 converter in between.
To start...
I am trying to buy an NB-IoT SIM card in the UK as the LTE-M SIM included with my Thingy:91 does not work here. I know that Vodafone supposedly run the NB-IoT network here...
Hello,
I have added DFU to our project. In general it works, at least parts of it.
Assume I receive often/always NRF_DFU_EVT_DFU_FAILED, how do I find out, what is the...
Hello! I currently have multiple devices that monitor beehives temperature, humidity and weight and send the data to a central node every 15 minutes to be uploaded to the...