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...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
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...
Hi
I am trying to modify my application so that it uses the latest version of softdevice (v2.0.0-8.alpha) instead of the current one I am using (v2.0.0-7.alpha). My application...
SDK: nRF5_SDK_11.0.0-2.alpha_bc3f6a0
Chip: NRF52
If I perform a TXTX transfer using the twi driver, it sends a repeated start/stop bit in between the two transmits. Is...
Hei,
I would like to compile ble_app_template example which is located in nRF5_SDK_v11 library. I get the following warning "Could not create/access path '._build' !" when...
Hi,
I'm using a timer to send message over uart.
Here is the initialization code:
err_code = app_timer_create(&m_uart_timeout_timer, APP_TIMER_MODE_SINGLE_SHOT, uart_timeout_handler...
I'm hoping this is just something silly that I've overlooked, but I'm running into an issue: Whenever I try to prompt the scheduling of a TWI transaction an error occurs ...
im using sdk10 softdevice 8.0.
on my app I configured #define APP_ADV_INTERVAL 1500 and I noticed that when I activate Dfu service (activate notification on last service...