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...
To the kind attention of Nordic support team,
I'm using sdk16 and usbd. Sometime I get
app_usbd_core.c -> usb_core_ep0_handler_check --> NRF_LOG_WARNING("Previous setup...
Hi All,
Now i'm using peripheral - blinky project,and i saw the Block allocator module in the sdk_config.h.
Can anyone tell me what is the Block allocator module use for...
Hi,
I met some problems when I tried the sample 'direction_finding_connectionless_rx' in ncs v1.7.1 on nRF5340dk. I copied files to hci_rpmsg/boards as https://developer...
Hi all,
I got my nrf5340PDK working with the Thread CLI Sample.
I can now connect to the UART interface and issue ot commands.
According to the tutorial Thread: CLI...
In response to a BLE_GAP_EVT_DATA_LENGTH_UPDATE_REQUEST, we have called sd_ble_gap_data_length_update, with the following parameters:
Rx Octets: 251/ Tx Octets: 251
Rx...
Hello everyone, i need to increment a counter each time my button on the nrf534DK is pressed i'm using sdk v 1.7.1 . is there a simple way to do it or a function which supports...
Hello!
I've seen similar posts about this issue: https://devzone.nordicsemi.com/f/nordic-q-a/57105/nrf9160-modem-stuck-in-searching https://devzone.nordicsemi.com/f/nordic...
I am looking to handle low priority interrupts on a single GPIOTE Port Event but when attempting to add the second pin with the same handler i get an error and the handler...
Hi Team Nordic and fellow engineers, I am seeking to find better parts from Nordic RF Transciever lineup
to replace nRF24L01P-R, in order to improve the performance of the...
Hello, I intend to use libuarte under FreeRTOS together with the SoftDevice (SDK 17.1.0). An app_timer is used for the RX timeout. I think there might be an incompatibility...
Hello,
I have a situation where I would like to reset the MCU (nRF52832) under Zephyr. For the most part I use ```sys_reboot(SYS_REBOOT_COLD)```. However, I would need...
Hi,
I just downloaded both versions 1.7.0 and 1.7.1. Compiling asset_tracker_v2 right out of the box with west build -b nrf9160dk_nrf9160_ns --pristine I get the hex files...
I built a game controller hardware for windows . I am supposed to have a few millisec. latency on notifications.
But the latency seems to be noticeable. I have also tried...