Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
The nRF5340 net-core examples (e.g., radio_test, hci_rpmsg) work fine with the 'west' build system. However, with SES, download fails with the error similar to below although...
I'm trying to narrow down the cause of a Softdevice assertion happening in S132 7.2.0 at PC=0x15810.
We set up a proprietary RF project which utilises parts of the SDK for...
Hi all,
I have a nRF52DK as peripheral and a nRF52840DK as central. I want to send data from the peripheral to the central with a data rate of 50 kBit/s.
I added a continuous...
Hi! Maybe I am missing some idea, but I wonder why Nordic prepared CSC Service for Server but there is no implementation for Client. I know there is RCSC, but I belive to...
Hey,
I try to build the bloud_client application in nRF Connected SDK v1.5.0 for Thingy:91.
I am using to build.
I am using it inside the directory
I also using before...
We are currently developing a family of products that will use Bluetooth and I am putting together the plan for the profiles for each product.
I have structured the profiles...
Is nrf5340 support only bluetooth hci_uart mode on cpunet?
I comping as following sample:
west build -p auto -b nrf5340dk_nrf5340_cpunet samples/bluetooth/hci_uart ...
I am using a 52810 custom board and the SAADC module.
It is used for sampling one analog input through AIN2 and the battery voltage directly by setting the pin to VDD
...
Hi,
We have chosen nRF52832 chipset for our product, I need to clarify that nrf52832 module can support for mesh technology? and need the pin details for master and slave...
Hi!
I want to use the N52840 without any external xtal due to very constrained space and no need for BLE in this application.
The idea behind is to use the same chip which...
This topic follows devzone.nordicsemi.com/.../why-having-nrf-connect---bluetooth-low-energy-open-makes-my-connection-faster-and-more-stable which was partially fixed (with...
Hello,
I would like to use Nordic SDK libraries (currently I'm using SDK 17.0.2) to read and write on a FM24CL16B I2C F-RAM.
This device has the following writing workflow...
Hello,
I recently used GPIOTE Events to manage Digital state changes and this is awesome. I would like to perform similar thing but when a PIN goes under/above a given voltage...