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...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
I am using the Fanstel BT840 module with an Epson FC-135 32.7680KA-AC3 crystal and 12pF NPO caps. It functions well in indoor conditions but the LF oscillator stops if placed...
Hi,
I am following this tutorial ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_blinky.html ) to learn how to...
Hello,
I have nrf51822 based Board,
and I need to make Android app for scan and modify Beacon's data.
I found "nRF Beacon" App's source code in GitHub,
and I try...
Hi,
I have seen that there are three most useful topology for mesh : Bluetooth mesh, zigbee and Thread
What parameter should we have to take in consider when selecting...
I'm trying to use a timer with S130, but it doesn't seem to tick:
void timer_event_handler(nrf_timer_event_t event_type, void * p_context) {
NRF_LOG_INFO("Timer 1 interrupt...
Hi,
I recently started experimenting with nRF52840 eval-kits and a nRF52840 dongle using the generic onoff client and server. I used my phone and the nRF Mesh App to offload...
I learning NRF52832 beacon using SDK15.2 i tested code ble_app_beacon code in non connectable beacon mode its working fine. how can i change this code like connectable beacon...
Hey, I would like to add BLE mesh functionality to my existing project which is based on the firmware v2.2.0 https://github.com/NordicSemiconductor/Nordic-Thingy52-FW . I...
I'm planning to connect The nRF52840 MCU GPIO in series to a 1.8V 20mA LED and a Resistor then to ground.
Would the current from the MCU be sufficient to power the LED ...
Hi,
Here is my issue, I don't enter in bootloader by using the buttonless DFU characteristic. Here below I expose my action and what it happens. Thank you in advance for...
Hi everybody,
This is my set-up : nRF5_SDK_13.0.0_04a0bfd, Eclipse 2019 03 IDE, NRF52832_xxAA, s132_nrf52_4.0.2_softdevice, windows 64 bits, NRFConnect 4.22.3, JLINK RTT...
Hello,
we have to integrate the nrf9160 into our own company internal build system / eco-system (freeRTOS based), e.g. not using the complete nordic sdk. As a starting point...
hello,
Now i want to adv only with 37 channel, i want to use SDK15.0.
i add m_adv_params.channel_mask[x] in advertising_init() as:
static void advertising_init(void...
Dear Sir:
I have met a strange problem when using ble_uart example code on SDK 10
1. SDK Version is SDK 10
2. Chipset is Nrf51802
3. the board with no external 32...