I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
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...