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...
In the Simple Mqtt example I noticed that the whole thing gets blocked by:
err = poll(&fds, 1, mqtt_keepalive_time_left(&client));
The keep alive is 60 seconds, this means...
Hi,
it seems like I'm struggling with issue mentioned here: https://infocenter.nordicsemi.com/pdf/nRF52832_Rev_3_Errata_v1.0.pdf#%5B%7B%22num%22%3A431%2C%22gen%22%3A0%7D...
Hi support Team,
I create custom ble-service with help of example project ble_app_att_mtu_throughput (nRF5_SDK_17.0.2)its working successfully.Now i need to add security...
Hello,
I am modifying mqtt_simple example to send float over mqtt.
If I change %f to %d, it works without crash.
I have tried enable/disable FPU or increasing HEAP_MEM_POOL_SIZE...
I have nrf52840-dk board. i tried the UART example from the peripherals directory. it works with the default UART Configuration pins.
problem started when i tried to change...
Hi,
I have a configuration of five nRF52840 custom devices transmitting sensor data to a central device (laptop)
The devices can be connected and send data to the central...
I would like to use an external clock for the nrf5340.
The documentation indicates that it is posible override the LFCLK control system to set another source by writing...
hy, i have a problem wit undefine simbol, how to define the simbol, i laready add related path folder that contain the undefine simbol target, but this error still appear...
Segger SEGGER_RTT.c $Rev: 24766. (really 5 digits!) The version in nRF5_SDK_17.2.0.d674dde/ $Rev: 6852 is quite old
PS How can I use a tag not listed? like Segger ?
PPS...
I have the following pm_static.yml defined for my project (nrf52840 on a custom board, NCS v1.7-branch):
west build -t partition_manager_report shows this is working as...
Hi,
I am searching for some methods to blocking the abnormal PCBAs which got short-circuit in DCC and DEC4 after SMT process. These abnormal PCBAs will cause BT pairing...
Hi
HI, I have developed an application for the nRF5232, using NCS 1.7.0. so i need to add the external flash.
I would need a working example running OTA with external...
The objective is to be able to send data back up to an MQTT server using the Nordic NRF9160 hardware. Nordic staff is helpful but only writes back usually in the very early...