Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
We need to retrieve data from an FPGA to the nRF5340, process it with the network and Wi-Fi protocol stacks and then send the data to the nRF7002 for Wi-Fi transmission. We...
i'm trying to read voltage signals from a sensor using internal ADC.When the input is not connected,there will be noise. I use differential input pins like this:
NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_DIFFERENTIAL...
Hi,
i need to store few configuration bytes in non volatile memory. I found out there is settings module that can be enabled in Kconfig GUI (SETTINGS option).
My use is...
Hi,
I have successfully programmed the nRF5340 Audio DK as a gateway device using the Command Line Tools and by using the directives listed in the 'nRF5340 Audio' program...
I'm working on adapting ST's RFAL NFC library for ST25R3916B/X-NUCLEO-NFC08A1 on an nRF5340/DK in order to emulate an NFC tag, and have run into an inconsistency I'm hoping...
I have an application where I need to trigger time critical SPI reads of accelerometer data (sample rate is very crucial and data is fed into a FFT). In my current SDK based...
Hello!
I have added a UART and I2C to the Mesh Sensor Server example and on a custom NRF52840 board everything works fine.
Today I tried to add SPI without success.
...
I am trying to interface my PDM mic (ICS 41351) for a week now , and only got erros . Please direct me to a simple Project Code to use PDM mic with my nRF52840
Hello,
I am working on unidirectional voice broadcasting device where the maximum range is the priority. At this time I am developing on Audio DK boards.
I need some help...
I'm trying to send a parameter over BLE, but once i've stopped using the BLE stacked (and unininited softdevice) I can't seem to save the parameter recieved with pstorage...
I am trying to use mpu6050 with nrf52840, using bare metal programming. The program gets stuck at this loop -
while ( NRF_TWI0 -> EVENTS_TXDSENT == 0 ); what is the problem...
Hello
I've previously developped a BLE peripheral product with a nRF52840 chip. I've been able to do everything I wanted for my peripheral and while I was making it I...
How to determine if the download is complete when downloading files from the FTP server using the ftp_get function?
Although Ctrl_cb will return code, in my actual testing...
Hello everyone,
in one of my project i have to implement button functionalities. using single button, I have to put device into OFF mode and also wake up from OFF mode....
We're developing a custom nRF 9160 based device and our product requires that we also develop our own AWS cloud where we host our own domain, including databases, back-end...