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...
Hi,
I'm investigating possible improvements to our custom firmware update architecture. I'm curious as to whether it is possible to run the SoftDevice from a location in...
I've just received nRF52840, it powers up and blinks as programmed and the buttons work. I hear the "ba bing" on my PC when it connects and disconnects, but the JTAG does...
Hi DevZone,
I need to change some defines in the ffconf.h file used by nRF5 SDK to set configurations for FatFS to enable use of f_findnext(), f_findfirst(), etc.
Is it...
Hi,
I have provisioned some nodes using interactive_pyaci successfully. Functionality is as expected. As a test, I then shut interactive_pyaci down, rebooted the nRF module...
Our Gateway uses a NRF52 and the sensors a NRF51.
Gateway is outside the freezer at + 20C and the sensor is inside the freezer at -30C.
What we see is the pairing becomes...
I'm working on a wireless musical instrument which requires a super low latency RF link. I previously was using NRF52810 and found that the latency was too high. The complexity...
Hello,
I'm a beginner ... I would like to connect a LoRa module (REYAX RYLR896) to send data from my nRF52840 Express to an Arduino UNO (with LoRa).
I don't know how...
Hello,
I am trying to work with the DFU examples provided with the SDK. My board is a custom USB dongle to which I need to add the bootloader. Following the steps from...
Is there a way to enable LE privacy for nRF52 DK in Bluetooth Low Energy App of nRF Connect for Desktop? I would like nRF52 DK to use resolvable private address when connecting...
hi, Im trying to read from a sensor register using TWIM peripheral on nrf52840 in blocking mode, but it wont work , doesnt freeze or anything .. just doesnt work
below you...
Hello,
I am trying to set system on mode in nrf52840 usb dongle.
This mode switched automatically by idle task, when there is no thread running.
There is no while(1...
Hello,
I m new to nordic in VS code. Bought two nRF5340 DK for ADC conversion and wireles data transfer.
Followed all Youtube install instructions "nRF Connect for VS...
Is it possible to communicate with the of nRF52840 through USB, for example using PyUSB?
If yes, is there any documentation that can help in this regard, e.g. documentation...
These are Central device 52840 settings:
These are peripheral device 52810 settings:
I use official sdk16.0. Central Project is ble_app_multilink_central...