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...
I started with the peripherals/spi example, and am now trying to update to the recommended nfrx drivers. I can get the spi working fine, but I can not get the linking to work...
I am setting some manufacturer specific data to broadcast using sd_ble_gap_adv_data_set().
The data gets sent out perfectly when the advertising mode is BLE_GAP_ADV_TYPE_ADV_NONCONN_IND...
In my application, a host co-processor controls when to start/stop advertising, connect etc.
I've noticed that soft-device command are state-dependent, e.g. calling ble_advertising_start...
Hello, I discovered strange behaviour related to reset pin on my nrf52833 prototype and SDK17. My board has only reset button connected to reset input and 10K pull-up resistor...
Hello,
I'm having an issue with a hard fault when trying to write a specific value to a peripheral chip (TDC7201) register after multiple successful writes to the same register...
Hi all,
We're starting to move to the nrf52840 platform and have a question about the adc.. We'd like about ~13 bits of effective resolution- right now we use an ads1115...
Hi, I would like to try the Alexa_Gadget sample supplied in nRF Connect SDK v1.4.0 on an nRF52382DK but the sample does not build. I have tried both SES and command line builds...
We've been asked to run BLE transmissions using Ble_LR500Kbit, that is, Long range 500kbit/s TX. 125 kbit/s and 500 kbit/s RX on the nRF52840. The transmissions would be data...
Hello,
how much effort would it take to switch an application from the nRF52832 to the nRF52840 chip?
What we want to do is, we have a running application with the nRF52832...
To the kind attention of Nordic support team,
I'm interested in implementing some sort of validation stage using a keycode, as you mention in:
https://infocenter.nordicsemi...
Looking at the code of function nrf_log_frontend_dequeue, in nRF5_SDK_17.0.2_d674dde/components/libraries/log/src/nrf_log_frontend.c:716, it seems to me that the code chunk...
Hello!
I'm trying to implement a thermostat cluster handling. I've managed to implement read/write thermostat attributes handling using zigbee device callback. The problem...
I am trying to design a remote control for my garage door and I need to develop a low power remote control that talks to my Thread garage receiver.
I have looked into OpenThread...
Hi, I am attempting to flash various bluetooth samples onto the nRF5340pdk, and I am getting errors on multiple levels.
First, when I attempt to build the samples (I have...
Hello, I am trying to load some example on my nRF52840 dongle. I am developing without using a board but only the dongle, SEGGER and nRF Connect 3.6.0 .
Following this guide...