What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
Hi, I found that hci_usb sample may not work correctly with nrf5340pdk from the following q&a. It means that nrf5340dk support hci_usb sample?
https://devzone.nordicsemi...
Hi:
I'm using "nRF5_SDK_17.0.2_d674dde"
A question about the macro NRF_LOG_INFO.
the statement in the source code NRF_LOG_INFO("Disconnected connection handle");
...
Hi, all
I just asked similar one yesterday, but I think this should be resolved first.
I want to merge ble_app_uart_c and ble_app_uart.
So I added scan_init / scan_start...
Hi Nordic,
I am trying to make the read and write to the MX25R6435 with QSPI interface, any examples to this? I am using the sdk 17.0.2
Thank you in advance
Hi,
I was wondering what example to use if I have an accelerometer on a breadboard connected to the nRF52840 DK via TWI/SPI and the DK connected via USB to my Mac? I want...
Hey guys,
I want to start developing using NRF51822 but I don't know how to start. I have read punch of stuff about BLE but I am not sure how it's works or how to program...
Hi Team,
I am experimenting with the semi-official ble_app_uart_relay example on an nRF52832 DK:
https://github.com/NordicPlayground/nrf52-ble-app-uart-relay
The main...
We are using one of the nRF52 series micro's. It has 12 bits of ADC. My customer is asking can we go to 16 bits of ADC. Can you suggest some products so I can review the specifications...
Hi all.
I want to run the NRF52 dev kit as an HID keyboard, and I've got that working nicely thanks to the keyboard BLE peripheral in the SDK samples, but I also want to...
i am transferriing data between pc and nrf52 dk using nrf libuarte async tx. only the first 5 bytes are sent correctly. after 5 bytes the rest is corrupted. I am trying to...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi all,
Project description and what works:
in my project I have one nRF52840DK as central and three nRF52DK as peripheral. The code on the central is based on the " nrf52...
Hello,
I stumbled over the following problem in configuring an nrf connect sdk project: Somehow I must have dreamt that the Nrf52 UARTs support also baud rates beyond 1mbps...
Hi, I am looking to implement Azure IoT Hub and Azure FOTA in a project. Unfortunately these examples are specifically for the nRF9160. I would like to implement it on the...