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...
Hello,
I'm building a project for a nRF5340 and i need to use the mesh_stack.h library to reset device mesh configuration however every time i try to include it i get...
tutorial followed: https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial
I have followed the above...
Hi,
Now, I have a provisioner (based on the provisioner example of the mesh sdk) and I want to unprovision a specific device.
I have tried to use "config_client_node_reset...
Hi,
I have three nRF52840 DKs
I am trying to connect two of them as peripheral devices( that implement the ble_app_uart example)
to the third nRF52840 central device...
Hi guys new to the Nordic family of devices, but can the thingy91 provisioned on a third party cloud platform other than the nrfCloud? Also can I use a different sim-card...
While migrating to the latest nRF5 SDK (17.0.2) and nRF for Mesh SDK (5.0.0) , I've noticed that they ship with Softdevice 7.2.0 .
The latest s132 Softevice available for...
Hi,
I understand that scan request allows the broadcaster to send additional advertising data. Does it send the additional data via data channels? Is it related to secondary...
SEGGER ver 5.50d
nRF52840
I'm trying to find a way how to use the STL library with GCC compiler. I know that SEGGER is not fully supported STL library (a basic stl library...
Hi,
We are developing a solution using nRF52 and nPM1100 using nRF5 SDK 17.x? I was wondering if there is a software library already written for the nPM1100?
Thank you...
Is it possible to change the smartbasic firmware? and if I want to return to that firmware how can I doit?, and last one, if I use de nordic SDK with the DVK BL654, does it...
Optimization level is set to "Debug". Tried to change it to one of the Levels, however then firmware does not run at all. Debugging Level is set to Level 3.
Can it be other...
I want to develop the nRF series at segger embedded studio for the first time. But I tried the following homepage to install manually. www.nordicsemi.com/.../Segger-Embedded...
NCS(nRF Connect SDK) is a good environment to develop nRF52,but it seems not stable until now.
I want to use NCS(nRF Connect SDK) to develop my project ,and met some unknown...
Hi Supporter,
I use apptimer in proprietary_rf gzll, I used as below ,but it doesn't work.
1) app_timer_init(); ,here I ennable the RTC1 in the sdk_config.h
2)app_timer_create...