A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
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...