Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Hi.
I am experimenting with using a nRF52832 to communicate with a nRF24L01+. It is almost working, the nRF52 is sending a packed to the nRF24 ok, and the NRF_ESB_EVENT_TX_SUCCESS...
Hi,
I'am actually trying to develop a BLE based remote, with NRF52832, S132.
This remote must be configured by a smartphone (the remote act as peripheral) and be able...
Hello everyone,
I have a problem with the power consumption of the NRF52 during TWI operations with tw0 HTU21DF temperature and humidity sensors.
I am using NRF52832...
Hi,
I'm using nRF sniffer 2.0.0-1.beta , which is already a big improvement compared to v1.0.1, but it seems it can only decode small MTU (BLE 4.1) packets.
CRC is always...
Hi!
I would like to generate a dfu bootloader binary image that is not too big and I found the work around for the issue here: https://github.com/NordicSemiconductor/Android...
Hello,
I have a NRF52840 Dev Kit and a few Holyiot-17095 modules. From here - https://devzone.nordicsemi.com/f/nordic-q-a/25100/could-you-recommend-nrf51-nrf52-compatible...
Hello,
I'm using SDK 15.0 and I'm running the spis example on Keil. I can't get the log info to print on uart (I'm using PuTTY).
I tried enabling the log in sdk_config...
Hello!
I use nRF Connect v 1.8.6 on iOS and v.2.3.2 on Desktop.
I have 2 different boards successfuly working and based on nRF52832, SDK 15.0, s132.
Both has custom...
hi
I am trying to integrate the flash read/write functions in my BLE application with procimity .
i have received error on serial
<error> app: ERROR 3 [NRF_ERROR_INTERNAL...
Hello!
I use I2S on nrf52832 custom board with microphone.
1. When data_handler function take place, I see a new data (p_data_received). The first question is: I can copy...
Hi.
I am using nRF52832 and SDK15, S132 Softdevice.
I integrated the uart example in the ble_peripheral folder with the buttonless_dfu example, and added the passkey....
Hello
I have just started development for the nRF52480 preview development kit.
I am powering the dev kit through USB on J2 (with power switch set to VDD).
I want...
Hi Everyone
I have written a code using the peripheral template given in Nordic\nRF5_SDK_15.0.0_a53641a\examples\peripheral path which works very well so far.
My aim...
Hi all:
Q:When i reboot the board which burn the serial project , how to add the device key to serial board again?
I use PYACI to control the board which burn the serial...
Hi,
I have couple of question regarding ble_app_hrs_freertos example (sdk 14.2)
Possible bug - in main() , erase_bonds is a local variable (defined on the stack)....