Hello! I've been trying to do the same project for about a month now - just a simple keyboard adapter that takes the input from a keyboard and translates it into HID signals...
I would assume that nrfutil device will respect MacOS DYLD_LIBRARY_PATH environment variable but instead it fails to load libjlinkarm.dylib. Steps to reproduce: - Run nrfutil...
Hello i am running the radio_test sample on the custom nrf5340 board for the logging purpose i am using the pins 8 and 9 of the port 0 but the issue arising is that there...
Hi.
I made the smallest system module using nRF52840. The schematic diagram is as follows.
My reference design for power supply is as follows,
For Firmware....
Hi,
How to implement two sets of SPI on the NCS v3.0.0 nRF54L15 P2 port? If it can be achieved, please provide the corresponding IO ports for these two sets of SPI.
Kind...
I have a 5 year old design using a nrf52832 on a MDBT42Q module. The BLE option was placed on the PCB in 2020 and has been unoccupied since going into production. My customer...
can't open 'J:/Projects/..../Electronics/SDK/BT840F/nRF5SDK15209412b96/nRF5_SDK_15.2.0_9412b96/examples/ble_central_and_peripheral/experimental/ble_app_att_mtu_throughput...
If there are multiple beacons, let's say B1,B2,B3,B4,B5 and a BLE receiver. I want receiver to only wake up from sleep mode when B1 transmits(long broadcast interval) and...
Hello Nordic community,
is it possible to configure the network key, application key, node address with the help of a byte array? The keys, adresses and all the peripheral...
I can not transplant SDK15.2's ble_nus into my project, there is no errors after i complie it, but when it does not work, I use RTT to see the errors, like this:
line...
Hi, I have trouble when working with my application bases on UART project on nRF51822 board. I use NRF Connect applicaton on my phone to connect with my board. Sometimes i...
Hello,
I am using Nordic SDK 14.2.0 with the pca10040 and I want to integrate the Buttonless DFU example in my project that was started from the Nordic BLE Template app...
I wasted way to much time figuring this one out (and after I did find the problem, I realized I had run into this about a year ago in another project :-S)
In my project...
Hello,
I am trying to increase the Peripheral/Central_Link_count to 10 for each or 20 in total and NRF_SDH_BLE_GAP_DATA_LENGTH above 200
I am getting an error when compiling...
I have problem with ble dfu update using zip package with hex + init file via nrfutil. I am getting error Invalid Object when I am trying invoke command nrfutil dfu ble -ic...
Hello,
I am using the NRF52-DK softdevice 6.0.0 and NRF SDK 15.0. The app is based on on the ble_app_template PCA10040e S112 (The final chip will be a NRF52810 that's why...
Hi all,
I'm currently developing a product with the nRF52840 and FreeRTOS using SDK 15.2 where Bluetooth will be needed eventually, but not yet. I originally based the project...