Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
I'm trying to find out if drawing more than 70mA through the PPK will damage it.
As I have a beeper on my custom board that can draw 200mA, and I'm concerned that attaching...
I have 6 RGB LED strips and I would like to control them by Raspberry PI. 6 strips with 3 colors each require 18 controllable PWM sources, so I have SN3218 which is exactly...
Hi all,
I'm new to nRF51822 and I'm trying to use the fds system.
However, I always get a NO MEM return code when calling the init method.
Any hint?
Thanks
This is my code,the problem is when cpu executed the __WFI() instruct it should be paused ,this means that NRF_LOG_INFO("wake up\r\n") should not been executed only after...
I am trying to integrate an ADXL345 with my nRF52. I am attempting to implement Bjørn Spockeli's driver which I stumbled upon here: devzone.nordicsemi.com/.../
I am using...
Hi all,
I have an application for nRF52 which works fine using SDK 12.1.0. I am now trying to make it working with 12.2.0 and it hangs.
Apparently inside the function...
My question is somehow connected to hardware side of SPI(M) peripheral implementation.
When using SPIM, I am observing 3 types of situation:
WhenSCK pin is defined...
Hello,
I took this project on about a month ago to do bug fixes within the app. The bugs are fixed but the OTA was not tested for the last 2-3 months. No changes were made...
Hi,
I am working on interfacing SD card with nrf52. I am sampling SAADC at 1000 sps and trying to write over SD card as well as sending over BLE. Both operations are working...
Hi everyone,
I am trying to update my nrf52832 chip with another MCU using UART.
I am using the bootloader example dual_bank_serial_s132 with the s132 SoftDevice.
...
I plan on using the ISP130301 and would like to ask the following:
I would like to start my schematic and layout using the ISP130310 from Insight Sip and would like...
I'm wondering if it can be work as an DFU Controller (where sends zip Distribution Packet) not as an DFU Target.
I'm trying to make Each of the NRF51 Cores to be updated...
I am using the nRF52832 very successfully for an audio application. However, I am observing an undesirable high current state after audio playback is complete.
Here is...
Hello Everyone) Have new unsolved problem. My custom PCB based on nrf52832 SoC has only controller, FXOS8700 accelerometer and MAX30205 health temperature sensor. For communication...
I have been using SDK7.2 on an nrf51822 quite succesfully for a number of projects in the past.
However, for a new project, which is just a simple beacon, no complex IO or...