I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
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...
In the below picture, it says Thingy 91 is certified for the bands given below.
Can you please confirm if this board is certified for AT&T , Verizon?
Regards ...
Hi, am I able to communicate over mesh with long range (coded phy) and simultaneously communicate over GATT (say to Android phone) using 1M phy? If so, could you point me...
Hi,
We are switching from vanilla zephyr to NCS and would like some directions about support for zephyr LTS2. Can we expect Nordic to keep patches to NCS 1.8.x tracking...
I had described my problem in my previous question .
In short, after a long time of a bunch of central BLE devices regularly connecting and disconnecting to my nRF52840...
I've did my homework and googling but got more confused than ever.
Basically I'm trying to printf to the debug (printf) viwer window to help me demonstrate certain information...
Hi Everyone,
Hope you all are doing well.
I'm using nrfConnect sdk v1.7.0 and vscode for development.
controller : nrf52833
Here I tried to build image with bluetooth...
Hi. I have been using this document to work on the Fanstel USB840F device. USB840F_User_Manual (squarespace.com) After erasing the device, I could'nt run this below command...
Hello, I am developing a custom board using the nRF52810 WLCSP package. I realized I made an error in the board layout after placing my order, the error being that I placed...
I made a DFU Bootloader for my nrf51822 that waits for two seconds before starting the application, so I have time to connect and flash.
That process was working with the...
If I set two separate UUID scan filters as below:
Is it possible to discern which event triggered the filter match?
At the moment on the scan_filter_match callback,...
Hello,
it's a nice concept to include sensors via the device tree and simply enable them in the project file. But I feel like I'm losing control of the sensor a bit. I don...
Hello nordic. I've been using the PPK2 to measure the current draw of the nRF9160DK. However, spi peripherals are not included in these measurements. I was told that if you...
Hi
I´am pretty new with the nRF connect sdk. I want to check the features from BLE long range /coded phy.
In the past I have allready worked with the ble_att_mtu_throughput...
hello Sirs
How can I put nrf5340-sdk in to extended mode to transfer 250 bytes of data over BLE radio?
the sample code I am using is Peripheral-uart example code.