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...
We want to control the BLE Mesh network from the linux. As we understand the only one way to do it now - pyACI https://infocenter.nordicsemi.com/topic/com.nordic.infocenter...
Hi all,
We develop a custom board using MCU nRF52840(Master) and Module nRF9160(Slave).
I confuse to select an available circuit configuration from the reference circuitry...
Myself and others have received this error message
while upgrading nRf Connect for Desktop.
Despite the error message, the installer seems to have completed correctly...
I'm using an NRF52840 custom board along with FreeRTOS and soft-device S140 V6.0.
I want to access the complete 256KB of RAM for verification of RAM using a custom protocol...
Hi I'm considering a design with this precision RTC
I intend to use the 32KHz output on XL1 (and XL2 grounded) as I've seen done here, but the DS3231 datasheet says the...
On both the 51 and the 52, I believe the reset pin is active low, and should otherwise be tied to VDD?
The reason I am asking is that I failed to find this information...
Configuring the GPIO with the following parameters giving me the 3.3 volts on the pin 26.
Is there any way to bring the voltage down to 1.8V through software ?
Hi, I am currently working in Matlab to develop my DSP algorithms and will use the Matlab coder and Embedded coder to convert them to C code. Afterwards I will import the...
Hello,
I am currently trying to build the GPS sample from the latest Code Version. I am using SES on a Windows machine. After starting the build process I have got the...
Hello,
I've been using NRF Connect on Windows for a 3 or 4 months now. During the startup I get a window that reads
Unable to download latest app info: Unable to download...
Hello everyone,
I got a problem with receiving an array data on Android application sent from a custom characteristic.
Below is the code for sending an array data via...
I have been using my 2 nrf52840 DKs now for a while and have been loading and changing the light switch mesh example quite a bit. I have also been using the 840DKs to load...
Hello!
I want the device to immediately stop any data transfer when it receives an external event, stop sending advertising and go to sleep.
How to do it right? After...
Hi Folks,
Can you please let me know if nRF52811 supports XIP (Execution in Place) feature where I can use SPI NOR Flash to the SoC and execute my code directly from Flash...
SDK 15.2
Mesh SDK 3.1.0
Base Example: Enocean_Switch
Im working on creating an LED dimming firmware that uses a long press on the Enocean remote to dim the LED. It works...