Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
Hi
1. How to set PWM power-on state to Low level in ncs v2.4.1 2. How to configure the dts file so that the corresponding I/O port is in the low state when PWM is powered...
Can we run our Customised Bluetooth Host Stack on nRF5340.
Please provide us with sample Brinup Code for Bluetooth Controller.. Send HCI Reset and Bringing up the Controller...
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...