Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I am working with NRF52840 DK, from this i am using KEIL IDE. I got some error while opening the KEIL SW like Cannot set path to software packs. Make sure that RTEPATH...
Hi,
My customer use nRF5340 as their master control IC, which will connect with lots of peripheral.
They are considering about simulate a uart with GPIO.
What's the...
I have designed a custom board for the nrf52840 and upon testing it in the nrf connect sdk (using a JLink), I can only see the board when it's in bootloader mode. When it...
Hi,
I am in the process of migration from SES to Visual Studio; I have imported my project; but it has no active build configuration. When I try and add a build configuration...
I am using 9160 to develop a watch product. During the network test, I found that the description of parameter period tau in CPSMS instruction and xmonitor instruction is...
So, i have created a custom board using the nrf52811 SoC. I tried to upload some bluetooth examples to it, and i can see the device on the nRF connect APP. The problem is...
On firing the following command "$ node cli create-ca-intermediate"
terminal showing error
I am following this link nordicsemiconductor.github.io/.../DeviceCredentials...
Hi support team,
I'm trying to simulate the BDM protocol of the 9s12 chip series. Basically the protocol is as follows: Communication on 1 GPIO pin, output open-drain mode...
Hi,
NCS1.9.1, VSCode, nRF5340DK cannect a NFC tag,
i write text to NFC tag by Adafruit-PN532 with anouher device,
than 5340 mcu how to read the text in NFC tag ?
...
Hi! I would to know how to partition the memory of the board and how to make that secure and trusted. Once I did that there is a way to save some information in that portion...
I'm using a nRF52832 for a product under FAA regulations. The standard requires the BLE module to perform a self-test. What self-test capabilities does the Nordic nRF52 family...
Hi,
I see that the NRFX_SAADC_CONFIG_LP_MODE macro sets the default low_power_mode member for the nrf_saadc_config_t struct used to initialize the adc. What I cannot figure...
Hi Nordic Dev Team,
I've got an application where I want to store two types of log data in my memory flash that I want to send to server eventually via BLE mobile app. ...
Hello, I recently did a ble project, it requires pairing and binding ,
1, I can't find ble central demo
2, The ble central of 52832 will connect to multiple slaves, and...
Hello there,
I am using the rtc2 in NRF52832 to interrupt at randomly generated time instances. Now, I am trying to integrate this functionality in a framework that uses...