I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Hi,
My application uses the nrf9160dk and I program 3 Zephyr images onto the 52840: (1) bootloader, (2) image1 and (3) image2. There is no SD or anything else on the device...
Hi, I have a holyiot NRF52840 dongle (schematic below). I am able to program it via the swd interface and have BLE examples running (as long as power is attached to VDD),...
I have an application that is running the following setup as a multi-connection (peripheral and central) setup:
I am having an issue when a peripheral (NUS) is sending...
Hello everyone,
I am going to run the mesh DFU example. I found that I must use Python2, not 3 to work correctly. I follow the instruction suggested in this post.
https...
Hello, i don't know how build many project with other configuration. I want to do a lot of configurations.Then for each of them make hex files with one click of a button....
Hi
When I try to build NCS sample using SES (v5.40, also v5.30a nordic edition) it seems to build the project correctly (.elf, hex are generated) But it throws error at...
I am trying to bring up an application that uses the soft device, but not right after power up.
I want to use an application timer to schedule a timeout say 10 minutes after...
My project builds when set to Release, but fails when set to Debug. Here are the last few lines of the transcript output:
1> "C:/Program Files/SEGGER/SEGGER Embedded Studio...
I'm looking to store a batch of data in a large array in RAM and send them all at once later. I start from ble_app_template in sdk examples and add an array. My memory setting...
I'm trying to get LPCOMP working on Zephyr - I have used the vanilla NCS sample as a baseline and have set up the event handler and the init function.
The problem is that...
Hi,
I recently bought a couple of HolyIOT nRF52840 modules for a personal project (building a keyboard). I also got a JLink Edu Mini to flash/debug it. I am able to successfully...
Hello,
I've seen when ADV interval is near than 1 second, the sniffer cacth the same adv twice in diferent channels, but if the adv interval is near to 50 ms the sniffer...
Dear all,
I managed to implement custom firmware using Nordic proprietary protocol (both 1 and 2 MBPS) on nNRF-52840-DK. I would like to know if some spread spectrum tecnique...
A plain question : we are using the BLE stack with FreeRTOS based observers.
Is it possible to send to some observer an application defined event from some other FreeRTOS...