Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
This is essentially a repeat of :
https://devzone.nordicsemi.com/f/nordic-q-a/38808/is-a-3-bit-synchronous-3-data-lines-clock-parallel-input-at-16-368-mhz-feasible
Instead...
Hi,
I am using Keiluvision 5 , nRF5-SDK version - 15.2 with SoftDevice S140, My application requires to have NFC functionality as well as UART, but when I try to merge the...
Hi. need help with dynamic routing. I have a 9 node mesh running Thread and so far i have collected and analyzed latency data and packet delivery ratio data. I need to find...
Hello there,
I am working on a project in which two devices(one is central and other is peripheral ) uses Nordic bluetooth controller for connection and data exchange. nrf51822...
Hi Nordic,
I plan to use the newest SDK (because the ATT MTU > 23 is need) for NRF52832 to develop a PC tool to connect with Nordic BLE peripheral devices, and then send...
Hi, i am using SDK15.0.0 with nrf52840 chip.
I am interfacing a SPI device in the SPIM0. The SPIM module looks working fine without a softdevice.
But when i integrate...
SDK - 15.0.0
IDE - Segger Embedded Studio
Computer Platform - Windows 7 - 64 Bit
Hi,
I am using an android phone to write a 32 byte array to the nrf52 device which...
nRF51_SDK_10.0.0\examples\ant\ant_plus\ant_bsc\bsc_tx\combined\button\pca10028
ANT BSC Speed event time not change After a period of work although button press or relea...
Hi. I am a beginner with nrf52832. Trying to get Bluetooth and UART and a I2C peripheral working at the same time. I had a working version of the I2C peripheral and UART working...
I have problem with both custom boards and DEV board.
From a certain time after GPIO direction bit seems not effecting the pins.
To get rid of software factor, I all erase...
Hello,
I'm currently using nrf8001 to sent a 20-byte packet. It works fine and my phone application receives the right data. However, when I send another packet that has...
Hi,
I try to create program which will save same data on SD card, I'm using evaluation board nrf52 (nrf52832) and using SDK 13 (nRF5_SDK_13.0.0_04a0bfd) and programing it...
nRF52832 custom board plus some devices. Using SDK 15
I want to count pulses from a previously configured accelerometer. Pulses are slow, around 500 per minute.
I have...
I am experienced with ARM Cortex-M devices, but new to Nordic. I am using C++, and have a publisher-subcriber event driven framework of my own in place already. My own software...
Hello
I am experimenting a little with the Nordic Thread SDK v2.0.
I have a usecase that requires coap security. I havent been able to find info on secure coap connections...