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...
Dear Sirs,
We are creating a solution based on your chip, but have heard that it is / might be discontinued.
If that is the case, what would be the replacement model...
Nordic SDK 15.3.0 ble_app_gls merge with custom service
Hello I am new on KEİL and NRF52832,
I am trying to merge this custom service and Ble_app_gls example . I added...
Hello
Would someone ,please reply to the below thread,waiting for the response
https://devzone.nordicsemi.com/f/nordic-q-a/60891/unable-to-read-the-128-bit-uuid-with-base...
Hello how are you?
I'm using the mesh example Light switch example from nRF5 SDK for Mesh v4.0.0. I implemented the RSSI util model and it is working, one question I have...
I am working on a new design and i am using ST7789 (240 X 320 pixels) screen with nRF52840, it is working fine. I have followed the code provided in SDK example (big thanks...
Hi,
I´m trying to add a new, custom TX characteristic to Softdevice. I use example from SDK 16 "UART/Serial Port Emulation over BLE".
How I can do this, is explained...
Hi,
I flashed and run "ble_app_uart" example on nrf52833 DK. With an UART tool, I can recieve data from smartphone (rx characteristic) but I can´t send data from UART tool...
The sdk 16 - bootloader positions s140 softdevice V. 7.0.1 wrongly so that it is acknowledged as Application and does not work with nrf52840.
As you can see at the picture...
Is there a place to make suggestions for new releases of nRF5 SDK's or even contribute?
I've been using the current USBD CDC ACM library and needed to modify the app_usbd_cdc_acm...
Hi , I am making a zigbee application to write attribute on remote node. Please share the application structure to implement writing functionality of attribute on remote node...
Hi,
I am trying to test PSM settings on the nRF9160 using a custom PCB. I have set the active time to 3 minutes with a periodic TAU time of 10 minutes.
When the device...
I’m developing an application based on pc-ble-driver to talk to an nRF52840-based dongle (from Fanstel).
I’m having trouble disconnecting cleanly when a connection has operations...
Hi,
I´m using the NRF52810 device and have an issue with the SAADC peripheral.
I basically have 2 channel where i want to do some averaging to improve noise.
The setup...
Hi,
I was exploring TWI master with TWIS Slave example in SDK16.0.0.
It works for sequential reads in loop-back mode.
Now I connected the simulated eeprom slave...