Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
Hi all,
I need to upgrade an nRF52 device with SoftDevice 5.0.0 and bootloader.
I have to upgrade from SD 5.0.0 to 7.2.0.
I use this command to generate the zip file...
Dear all,
I have some problem with SPIs co-work.
I enabled two SPI instances in this project.
SPI Instance 1 function(non blocking mode - DMA enabled, 4Mbps): reading...
Hi there, Thanks in advance for your time and attention. We started to see some cases where our devices boots and gets a NO_PAGES error after having been turned off(or at...
I try to simulate system hang by adding while(1) after calling watch dog feeding function. But watchdog event handler _wdtEventHandler() isn't called.
int main(void) { ...
Hi,
I am currently trying to read the GPIO latch register in my Zephyr NRF SDK 1.9.1 C++ project with the following line:
This is resulting in the following compile...
I have downloaded the nRF connect for PC and successfully managed wo work with the dongle using the BLE General tool but when I tried to use the power profiler tool probably...
Hello Nordic Team,
I have a nRF52833 DK and I am running Light switch Server and client applicaiton in it.
I am in the moment customizing the application for our custom...
Is there a way to disconnect from devices that have exceeded the maximum number of connections allowed?
I am developing with nrf52832 (s132 v7.0.1, SDK v17.0.0) as a peripheral...
When I want to implement my edge impulse model to my nrf5sdk code using vs code I found this errors,
Terminal will be reused by tasks, press any key to close it.
> Executing...
I've just updated my nRC Connect SDK from V1.9.1 to V2.0.0. I did this via the nRF Connect for Desktop Toolchain manager. I'm using the nRF Connect extension in Visual Studio...
Hello everybody,
i currently develop two devices, one master and one slave (sensor). Both devices have the dfu service completly working.
My problem is that the master...
Hi
I am trying to FOTA download with AWS S3 bucket.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/libraries/networking/fota_download.html I am using HTTPS...
I installed the nRF Connect extension pack which also contains the nRF Terminal extension but I cannot make it work in VS Code
In the command pallette I select nRF Terminal...
Is there a way to manually initialize the nRF5 802154 radio?. I am using an external NOR flash LittleFS partition for data and the nRF5 802154 radio driver keeps complaining...
I'm trying to make some driver code to talk to a flash chip via SPI. I'm using the nrf5340 and SDK 2.0.0. I'm also doing this for the secure board environment the DK app,...