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...
Hi,
I develop application using BLE.
In my scenario two NRF52832 operate in two different roles (Client and Server).
I have ready to run app (as server) and can communicate...
Hi,
When I call nrf_drv_spi_transfer to transfer 250 bytes in non-blocking mode, it takes 1.1ms. Is this normal? Any workaround? If it is normal then I have to split my...
My android app give me this "register with gatt stack failed" error on Samsung S7 marshmallow. The scenario is that I am working with 21 BLE peripherals (nrf52). I scan available...
hello dear Engineers!
I Prepare PCB to produce, so have some question about QSPI pins.
According to the "52.10 Registers" , it is possible to Assign any pins to QSPI...
Hey, I have my nrf 52 dk. I have soft device v3 on my nrf 52.
I was doing a blinky test with two boards (one central and one peripheral)
I was just wondering how to...
I have two sensor: Si7021 and CCS811 connect to board (nRF51 DK).
Si7021 work fine.
CCS811 always return NRF_DRV_TWI_EVT_ADDRESS_NACK error.
Anyone can give me a help?
Hi,
I'm trying to setup NRF52 with a microphone (ICS-43432) using I2S and easyDMA. I'm new to embedded software development, and would very much appreciate your help and...
Hi,
I am really new to the Nordic products and programming for that matters. But, the thing is that I am in somewhat of a hurry. I would like to use a similar code to below...
Hi all. I am sending to BLE device AE A7 04 00 05 09 BC B7 command, getting status 0 ( success ), but do not get any updates or notifications from BLE at all. So am I doing...
I've compiled the secured DFU bootloader (from SDK 12.2) and loaded it on my board. But whenever I run my firmware, it won't start (none of the expected interaction happens...
Hi there,
As the title says, i'm tring to add nus service to the freertos example (board PCA10040, SD 132, SDK 12). Actually, I want to mix it with the peripherical app_uart...
We started with normal Pstorage functions and add now some pstorage RAW functions.
Could anybody explain the resulting and needed linker script definitions flash allocation...
Hi!
This is my first time working with bluetooth and Nordic chip and I'm having program getting started.
I'm trying to program the Sparkfun nRF52832 Breakout Board as...
1.application downloading
we need to download the appliacation to the address which is designated. However, the NRFgo Studio offered offically can't designate the address...
Hello,
I'm new in programming beacons and ble sofware. I'm using the nRF51822 Beacon with S110 and the USB Dongle.
I updated the beacon with the example ble_app_beacon via...