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!
With the nRF Mesh 1.2.0 on Android is only possible to set not group address as publishing address.
For group address happens nothing in the app and the device....
Dear,
I tried the same code on :
https://devzone.nordicsemi.com/f/nordic-q-a/43774/simple-gpio-example---nrf9160-dk/173275#173275
and my code:
The Led1,2,3,4...
I know how to set high power (8dBm) when running a nRF52840 as a peripheral (i.e. sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV, m_advertising.adv_handle, 8) ), but how...
SDK 15.2 API6.1
I am using the ble_app_blinky and ble_app_blinky_c examples and when i connect I see the "Nordic LED Button Service" and inside that i see 2 chracteristics...
Hello all,
In order to optimize my power design, I want to power my sensors though GPIO pin on nrf52832 and toggle the pin when I need to use them.
I have two sensors...
Hi.
I have an experience that I do not understand.
<main>
<timer handler>
"PushSwitch" changed to true when the button was pressed using a switch interrupt...
Dear nordic,
I have a custom board. first time its working fine and i flash the program without any issue. after few days i started to reflash the chip its show some errors...
Hi,
From last couple of months I'm working on NRF52840 chip and designed a battery operated device. I also made 5 prototype boards and I'm happy with the range test, coded...
I see two different issue from Segger ES. The below piece of code work well in debug mode, comparison of array at 2k and it fails at release mode. Wondering what's happening...
As a brief introduction, our research group uses bluetooth advertising to broadcast commands and responses between end devices and 'routers' which are connected to a PC. ...
Hi,
BLE Application on nRF52840 (pca10056) development board is being developed.
Application stopped the advertising to make device non-discoverable.
After that trying...
SDK 15.2, API 6.1
I have 1 firmware and 2 PCB it operates. PCB A was an external crystal and the sdk_config file is setup for the operation. However, PCB B uses internal...
I would like to communicate with and existing product that has the ability to communicate thanks to a UART-Bluetooth module. This module uses a Serial Port Profile and shows...
Hi,
I'm working on a thread network and I have some difficulties to configure the BorderRouter.
I use the BorderRouter V2 rapsberry image from Nordic, I recompile the...