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...
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...
Hi everyone, I have a nrf51822 Bluetooth chip that control a stepper motor, this Bluetooth chip can be powered by a maximum voltage of 3.6V, but I need a higher voltage for...
I have a split bluetooth keyboard that is using this firmware for the nrf51822 chips: github.com/.../mitosis-bluetooth
The general idea of the software is that the right...
Hi,
I am following the application note nAN-15 in which it mentions I will have to download NRF Probe and install but for some reason I couldnt able to find the software...
We're reading RESETREAS at startup from our nRF52832 cpu, and getting the value 10. The docs show that this refers to DOG and LOCKUP bits both being set. We don't have the...
Hello,
i'm using the nrf52832 with s132 and SDK15. I start the project take into account the example ble_app_hrs_rscs_relay.
The system is composed by 3 different services...
Updating firmware (application) from nrf Toolbox for iOS works fine (hex file), trying to do it from an Android phone does not.
The messages are "Starting DFU ..." then...
Hi guys,
first of all here is my setup: https://devzone.nordicsemi.com/f/nordic-q-a/42768/nrf51-52---sdk15---linux-gcc-st-link-v2
It seems like nearly none of the BLE...
HI ,
I would like to combine the Mesh client role with the Mesh provisioner role. That means, nrf52 application is able to switch between the provisioner and client (privisionee...
Hi to all,
i am developing a project based on PCA10056 dev board and i want use bluetooth and NFC in sametime. separately both of them work fine but when i want use them...
Hello everyone, I am planning to use the nrf52840 with the Fingerprint module (https://www.amazon.in/dp/B07DL2DXJX/ref=cm_sw_r_wa_apa_i_Z.VlCbXSSYVRS ). The sensor interfaces...
I got a new nRF51-DK board. I was planning on using USB to program it.
On the board I see pca10028 sticker. What is this?
Also in the SDK I see pca10028, and other pca...
Im getting this error, but i thing this has to do with some python dependencies, Im getting errors with
pip3 install --user -r zephyr/scripts/requirements.txt and installing...
Hi, I have a defined MACRO which I initialised the values of ble_gap_adv_params_t in main.c. I will pass this to the function to start advertising. I used the example (ble_app_blinky_pca10056_s140...
Currently in memory map nRF5 SDK 15.2 (which apparently is a base for Thread SDK) says for nrf52840:
Bootloader settings
0x000F F000 - 0x0010 0000 (4 kB)
MBR...
The nrfx api includes nrfx_gpiote_in_event_disable/enable , but I haven't found an equivalent of nrf_gpiote_int_is_enabled for a pin. I'm attempting to port an interrupt mutex...