If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
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...
I am currently trying to connect an accelerometer to my Nordic board, but I am having some issues with #define NRFX_TWI_INSTANCE(id)
.p_twi = NRFX_CONCAT_2(NRF_TWI, id)...
My problem is with examples of publishing and subscribing at the same time. I crossed them by adding a check for subscription if I did not sign I do this and register the...
Hi guys. I'm fairly new at embedded development and I'm basically trying to set up a workflow that goes like this:
Toggle a GPIO high - low, with a duty cycle of ~500...