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,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
both for APP_UART_FIFO_INIT and APP_UART_INIT i never receive APP_UART_DATA_READY
but at least i get APP_UART_DATA sometimes .
most of the times i get APP_UART_COMMUNICATION_ERROR...
I'm trying to monitor the time a signal is high/low on a GPIO. It seems to work alright with timers and PPI, but I wish there was a way to reset the timer upon capture.
...
Hi,
What is the largest possible value of "MAX_VAL" for application timer given below:
"#define APP_TIMER_PRESCALER 0"
"#define M_DELAY APP_TIMER_TICKS(MAX_VAL, APP_TIMER_PRESCALER...
Since UART-BLE is an emulation of UART on BLE, is there a need for physical wiring of the pins (RXD, TXD)? Assuming I'm not using RTS/CTS as I have disabled flow control,...
I used to store 10 bytes to flash with pstorage under sdk version 8.2 and it always worked fine. As I also use the mesh app, the timeslot_handler dispatches the pstorage events...
The link below here, has a tutorial about using RTT debuging with keil.
devzone.nordicsemi.com/.../
I don't have keil and i use arm gcc compiler, can you please guide...
Hi.
I'm using PCA10028 as central, SDK10.0.0, S130 V1.0.0.
I can discover 180A UUID and characteristic UUIDs which pripheral device provides such as 0x2a29, 0x2a24, 0x2a26...
my project use s110 8.0.0;I'm using nRF51422_xxAC.
And my project have 7 services.all the Characteristics is 81.
But after I had add 23 Characteristics ,I can't add...
Hi.
I'm trying to get 128bit service uuid as referring to "ble_app_hrs_c" source code.(S130)
And my test peripheral device provides GAP, DEVICE Information and User service...
Hi
I've detected that when using the NRF51822 under Eclipse and GCC compilers, global variables are not automatically initialized. This is because an error on the startup...
I am having some issues figuring out how to send a simple string or character to my central.
What I want is the peripheral to send an acknowledgement back to the central...
Hi,
I want profile / Log the events occurring in my board and save them on to flash. Unfortunately when ever my nRF51822 goes to sleep and wakes up again APP_Timer which...
Dear nordic guys, I'm developing with nrf51822.
I have one simple question.
My customer LG electronics wants to get the nrf master control pannel android app source code...