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...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
I can update firmware in my nRF52 nodes using DFU where on the other end I have Android phone or nRF Connect (PC/Windows)+PCA10040. Everything works fine. But in my application...
Hi,
I read so many articles but just can't find the correct way to add twi support to the ble_app_hrs_feertos app in the latest SDK15.
This what did:
- Copied 3 lines...
Hello
I am adapting some code that was used with a previous SDK (SDK 14 or earlier) to use with SDK 15.2.
The function 'ble_nus_string_send' is not included in the new...
Hi support team,
I am porting an ESB application from nRF51822 to nRF52832.
I have configured (for backwards compatibility) the radio at NRF_ESB_BITRATE_250KBPS and it...
Hello, this is Kwonjoon Lee from Korea. I would like to ask about building problem of connectivity HEX file of pc-ble-driver (C/C++).
Actually, installation of the pc-ble...
SDK - nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac
Segger embedeed studio
Linux Ubuntu 18.04
I try use the thread_simple_coap_client example from SDK. I need to use...
hi,
We are using nordic nRF52832 in our project as per our requirement we have to implement sleep and wake up mode with the help of button interrupt. our use case is that...
Hi
I'm at the early stages of evaluating the nRF52840 and have some questions
1. The web site lists Segger Studio and nRF Connect as choices for development.
What are...
Hi,
in the last year, many of us had a lot of troubles creating a simple mesh app relaying a short byte array(10 characters or less) over Mesh, from a client to a server...
Looking for a freelancer to code firmware for our project which will use data from a MEMS and a load cell, initially testing (if possible) with a nRF52 development kit.
...
The SDK 15.2.0 release notes state:
Changed the default interrupt priority level for the peripherals from 7 to 6. This is done to be aligned with the priority of the SWI...
Hi,
when I am not in a connection, I want to call sd_ble_gatts_value_get() and sd_ble_gatts_value_set(). Both require a connection handle.
For the sd_ble_gatts_value_get...
Hi everyone, I'm currently working on an application that uses the USBD HID Keyboard class. However for this particular application I need to know when the USBD is done with...
Hi,
I have to modify DFU to support AES encrypted image.
I modified nrfutil, file package.py, After line bin_length = int(Package.calculate_file_size(bin_file_path)) ...
I realise this question must have been asked a thousand times, but the more answers I read, the more confused I am!
I am looking to transfer 7kb of data occasionally (maybe...