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...
I have two p_storage_param modules param and param2 . param would store 3 blocks of 16 bytes and param2 would store 10240 bytes (10 pages). I called pstorage_register (param2...
Hello,
I followed both tutorials about using Eclipse GCC and migrating to peer manager.
I get no error when I follow them individually, i.e. when I use the project included...
Hi,
I developed an application based on s110 using the nrf51 DK and it works fine. The DK is based on a nrf51422 QFAC which is the biggest one in terms of memory sizes. Now...
Hi,
the mesh_dfu.c requires the definition of tx_config_t, which I can't find anywhere in the repo branch sdk-8-support. Same with RBC_MESH_EVENT_TYPE_DFU_SOURCE and other...
Hello,
This is in reference to the following:
devzone.nordicsemi.com/.../
The post talks about the maximum size of application that one can in order to be able to...
I'm trying to get the PWM example to compile in SDK 10. However I cannot get app_pwm.h to compile. I get the following errors:
expected expression before '{' token ble_app_hrs...
Hi All,
We are in design Phase of our product and would like to use NRF52 Chipsets for it. Please Clarify our query regarding it.
I have two Nordic NRF52 Chipsets , One...
Hello:
Im using SDK 10 with softdevice V130.
Im opening UART:
uint32_t err_code;
const app_uart_comm_params_t comm_params =
{
RX_PIN_NUMBER,
TX_PIN_NUMBER,...
Hi,
In nRF52832_OPS_v0.6.3.pdf chapter 16 Power-Power management.
It describle as follow:
Automatic switching between LDO and DC/DC regulator based on load to maximize...
Hi all
I found the following thread that mentions that the "radio test example" can be used for FCC testing:
devzone.nordicsemi.com/.../
Now the certification lab...
Hi,
We have the samples of the NRF52 in CSP, but we don't find the documentation concerning the pin assignments.
We would like to do a routing with this chip, is it...
I am trying to incorporate our Manufacturer name to the Device Information Service. I am working on the ble_app_uart example which does not include the file ble_dis.c nor...
Hi Mate,
When I test the example of ANT which is named as hrm_tx(heart rate transmitter), after I programed the ANT_s212_nrf52_0.5.1.alpha.hex and the application of hrm_tx...
I'm running a BLE application on the nRF51822. And I have an application timer to keep track of the real time clock. However, when I receive a BLE_GAP_EVT_DISCONNECTED event...
When i load a nRF52 example in Keil µVision 5.17 (for example ble_app_proximity_s132_pca10040)
The i get a indication that the Configuration files are not compatible
I am...