I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
Code is based on Nordic UART Service Client sample on nRF Connect SDK v1.8.0
I am trying to create several client connections for different servers. The code is incomplete...
Hi Nordic team
I tried SDK Connect v1.8.0 ble_peripheral_lbs_coex sample.
It found advertising signal was very weak. The distance between PCA10112 and my phone was 1 meter...
I use PPI for ADC and GPIO pulling. When I connect and then disconnect - nrf52840 not advertise until reset the SoC.
I can connect after reset. But when I disconect then...
I am used to using Segger, but am switching to west for various reasons. The main reason is to create a CI/CD pipeline.
I built a sample project with west, didn't see any...
Hello,
I am new to embedded/BLE development so forgive me for my ignorance on some of these topics. I am creating a fairly simple BLE Peripheral Server device that has a...
I have built and run the application: Asset Tracker v2 using Segger IDE with nRF Connect SDK 1.8.0 , and my nRF9160DK device communicates with the AWS IoT Core topics.
I...
Hello Team,
I have interfaced Oled with NRF52805 on i2C.
I have used SDK 15.1.0. and ble_app_uart example [s112].
My problem :
I have made some customized functions...
Hi everyone,
I'm using SEGGER Studio for development. I wrote a code for accessing Flash memory by modifying flshawrite example in SDK.
Now I want to copy all dependencies...
hi,
How can I access flash memory of nRF52840 while using softdevice ? I just want to read and update two integer values? is there any simple way to do this?
Thank you...
Hi all:
I want to dynamically change device_name at peripheral_hids_mouse,
I perform two tests, but they are all not successful.
(1)
add below command into prj.conf...
Hello,
I am attempting to configure a Raspberry Pi as an OpenThread router, using the nRF52840DK for the RCP. Everything built fine. When the Raspberry Pi boots the avahi...
Hello,
I want to measure the frequency of 32.768k X'tal accurately.
I was able to output an external 32.768k X'tal to GPIO on a different CPU. Is there such a way with...
Hi Nordic people,
I've been working with the s140 for a long time now, having applications with our own central and peripheral device, but so far, the only way to make sure...
I followed the instructions to downgrade the desktop application and add the URL for the older tools. Installed the 3.7 compatible BLE app and get the error below.
I finally got a working i2c code base but it seems that the nrf9160 has internal pullups on the i2C bus me trying to combine this with a TXS0108 causes weird issues. I suspect...