Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
My net is a star type with many nrfL01P+ units.
Now i simply use only pipe 0 with no acknowledge (and same frequency for all units).
My question is if can I use pipe 1 ...
Hi,
I'm building a device with an nRF52 or nRF51 Module (still undecided), but still need a second MCU for USB Host functionality. Unfortunately, USB Host requires a precise...
I modified the nRF51 SDK_v5.1.0 .36092\Nordic\nrf51822\Board\pca10001\s110\ble_app_hrs proj and downloaded to my self-made pcb,and it worked well. Then I want to update to...
Hi there,
I'm using an input GPIOTE based on SDK11. The interrupt is consistently being fired. On the other hand, if I use "if(Pin_6)" to check the trigger, it does not...
I am trying to use SEGGER_RTT_printf with SDK12 in eclipse.
I have added the appropriate lines to the makefile and SEGGER_RTT_WriteString works fine.
My Makefile lines...
I followed this blog entry ( devzone.nordicsemi.com/.../) setup IAR to debug in monitor mode (by adding Jlink_monitor.c, jlink_monitor.h, jlink_monitor_isa_iar.s, add EnableMonMode...
Hi,
In our project we need to store data onto the internal flash memory.
The data that's stored will be transferred and modified via "BLE uart service". When I tried...
Hi guys,
I'm working on an nRF52832 chip (PCA 10040) with softdevice s132 (v3.0.0) and I'm facing with a big problem; in my project I use an spi (instance index 0) and an...
Hi,
we have the need to develop an application that needs a precise second counter over time.
Our firmware is using the S110 SoftDevice (v8.0.0) and SDK v8.0.0 to perform...
Hi!,
I'm trying to compile GitHub examples, for example this github.com/.../nrf51-ble-tutorial-service
I cloned it into nRF5_SDK_12.1.0_0d23e2a/examples/peripheral....
Hello,
I have custom board with nRF52832, and I want to have possibility to DFU over UART.
I tested example bootloader (nRF5_SDK_11.0.0\examples\dfu\bootloader\pca10040...
I am using nrf51 SDK v.12.1.
And I found NRF_LOG_INFO("BLINKY START\n");
where can I find this log?
Is this different from SEEGER_WriteString or something?
Hi
We are using "gcc compiler" to compiler our programs. To download our programs we use "nRFgo Studio" app.
From the above image, when we load SDK into the device...
Hello,
Consider this scenario:
The client successfully writes to a characteristic by the application code can't use the data sent so it would be usefull to signal the...
Hello,everyone. Now i have the board nrf52832 and i want it to enter the low-power mode but keep the the advertising. Now the measured current is 160uA, I think there should...