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...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi, we have been experimenting with the ESB PRX and PTX examples and have integrated them into our code. We are using the PTX to continuously stream data to the PRX side and...
Hi,
I working on migrating my project from SDK 14.0 to 15.2 and are currently working on the secure_bootloader. In our current solution we use the __weak nrf_dfu_button_enter_check...
Hello everyone!
I am trying unsuccessfully to advertise a custom UUID as LBS along whit HRS but the examples use different functions to handle the advertising.
The blink...
Hi,
When I add a model that extends others (i.e. not a root model) to an element, should the extended models (for example root models) be in the same element?
Maybe the...
Hi , I am flashing applications related to UART / USB but after flashing I am not able to see the log on serial port as per seetings given in manual.
http://infocenter.nordicsemi...
hlo sir , In my code there are 4 gpio interrupts,
if they comes at same time which will execute first.
There is any optional to assign priority to each gpio interrupts...
Hi - I have an application where I sometimes get an NRF_ERROR_INVALID_STATE error on disconnect when the distance between the client and server is beyond certain limits. ...
Hello to everyone. I´m trying to configure the buttons of my SDK nRF52 to turn on LEDs, but all the examples I´ve found here are using BSP_EVENT_HANDLER. So, my question is...
Hi,
I am developing an application on an nrf52840 based custom board that includes a dfu bootloader. Currently this bootloader is the example secure one. This will be tweaked...
Hi,
I spent a lot of today trying to get or even to find instructions on how to get log messages (RTT) out of both the app and the bootloader I am working on. This was the...
Hello all!
I tried to develop a small BLE application and got stuck with endless loop in nrfx_uarte_tx() function (nrfx_uarte.c driver) which loops endlessly in these lines...
Hi, I am running Segger Embedded Studio (4.10a) to get used to the Nordic DK for the nRF52840. Now I have found, that the register display seems not to be able to show some...
Hello,
just a quick question for my understanding: If I use differential mode and have the Vp and Vn pins as an input channel to the SAADC, then may I only supply Vp with...
Hi,
I followed the example nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_buttonless_dfu to add DFU service into my 3 programs. One has HTS service, one has HRS...