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...
I want to use the Nordic UART/Serial Port Emulation over BLE to communicate to a windows or linux host computer.
I see Andriod and IOS haveapps available to support Nordic...
Hello,
I have upgraded my project from nRF_Connect 1.5.1 to nRF_Connect 1.6.0.
It runs on nRF9160 and I use RTT viewer v7.50a.
The problem that I see is that the logs...
Hi everyone,
To give a first introduction, I have been working with this development kit for a while now. I'm trying to develop a Zigbee device and I'm very close to finishing...
Hi,
I want to scan for broadcast messages from a specific device that I never connect to (not bonded to for sure) and I want to filter out messages from other devices! to...
Hello,
In my project i want to interface M24C16-R external flash using i2c
I am using SDK 17.0.2 and nrf25832DK
So, the problem is first i have used "twi_scanner"...
Hi,
We are working with nRF Connect SDK v1.5.1 and an nRF5340 device. We want to use the hci_rpmsg sample from the SDK to run in the net core, but we want to move the directory...
Hi,
I saw on this answer that the pins for SPI should be chosen among non "Standard drive, low frequency I/O only". But from the default ones only SCK is not low frequency...
Hi all,
We have developed a BLE project on nrf52810 that uses S112 and we want to port this project to the nrf52811.
Which code changes should be made? Is there any SOP...
Hello i'm looking at the current consumption with the nrf PPK2 and i'm observing a strange behaviour :
the nrf advertise for a while then should stop the advertising using...
I installed Nrf Connect App for Windows. I was OK initially. Then I saw there're updates available so I let it update itself. Now it has a version conflict. When I try to...
Excuse me:
I want to implement the application allows a connected USB host to remotely tell the app to reboot into the bootloader to allow it to be updated via DFU.Can you...
Hello,
in my application I need Real Time Clock whit date and time.
How set and get the current date and time.
Where i found an example?
Thanks in avance
Best r...
Hi, faced a problem while transferring a project nrf52810 on nrf52832. I changed project settings and file paths comparing projects. The connection with the phone became very...
Hi,
I am trying to evaluate the asset_tracker_v2 on the thingy91, and its low-power items.
Perhaps I am missing something, but changing the config in the cloud seems to...
Hi,
I try sdk 17.02 nRF52840 usb audio demo, I want to achieve 48KHz stereo music play by a I2S DAC.
Because I need to compress data in main while(1) loop, I found that...