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 there,
Background:
I have set-up a gap peripheral device (nRF52832 / SDK 15.0.0) with 1 service with 2 characteristics, each having its own custom 128 bit UUID. i can...
Hi.
Im trying to follow the tutorial to open a Keil Project in Segger Embedded Studio but i get this error when i am trying to build
.
I guess it is somthing with the...
I want to change the pipe linking the PTX and PRX dynamically. The command to do this is sent from the PRX in the data payload of an ACK.
I can successfully change the PTX...
Hi guys,
I am using nrf52840 with sdk15.2 and have been experiencing some strange issue. After mobile phone connection to the device i lost 1 byte in advertisement or saying...
Hello,
Is this possible to use different speeds at same device for different roles.
I have device that is working in peripheral role for other device and need to send...
Hello, is the logging module thread-safe? Do I have to use a mutex when logging from a lot of tasks when using FreeRTOS or is the logging module thread-safe and I do not have...
Hi, the tool nrf9160_mdm_dfu mentions in its Readme that three files are needed for DFU to work:
"To use this tool, you need to have the following three files: ZZzzZZzz...
Hi,
I am beginner in nordic development. I will be using using FreeRTOS with nordic ( if that matters).
Requirement: I need to store logs in internal file system.
Device...
Hello,
I'm doing some tests with TX power on my development kit and I would like to increase my transmission power in openthread FTD to +8 dbm.
I had read this thread...
Hi,
I try to implement the nrf52832 as the TWI slave but get the following error messages:
I have added the nrf.twis.c to the project, included in the main application...
Ummm. :)
I'm hoping that I've done something silly.
It looks like I'm unable to configure a project.
Because the save option has vanished.
Another observation...
I am developing a Central/Peripheral application with SDK 15.2.0 for s132 device on nRF52 development kits. I switch back and forth between my application and the example...
Hi, I'm having a bit of an issue with the proxy_enable() & proxy_start() functions when they are used in tandem with the flash manager module.
Some info on my setup:
...
I would like my BLE device to communicate with Desktop using HID service & with a phone using custom gatt service. I know its just adding one more service but is it possible...