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...
Hi!
I've found mismatch between schematic reference from Product spec ( here , page 692) and PCA10056 PCB (Preview Development Kit) for same operational mode.
In specification...
Hello,
i am using the Nrf52,
i am facing problem on the following line
#define MESH_SERVICE_BASE_UUID128 0x23, 0xD1, 0xBC, 0xEA, 0x5F, 0x78, 0x23, 0x15, 0xDE,
0xEF...
Hello DevZone community,
Currently I am using nrf51822.
Could you guys please tell me how to enable code protection besides check the "Lock entire chip from readback" in...
Dear All, Please update me if is it possible nRF52810 is having capability for SIG Mesh or Mesh Network? Also is to possible to establish Mesh network beetween nRF52810 as...
Hi All,
We received a new design with a nRF52 powered at 1.8V. We are using a JLINK probe with the SW protocol for the burnin code.
When we apply 1.8V we can’t program...
The function find_adv_name() found multiple time in BLE central examples is using the global variable m_target_periph_name instead of the parameter name_to_find . There is...
heelo every one ,
i want to use bluetooth to connect my nrf51822 to my smartphone can anyone help me because i don't have any idea there is any example ready to use pl...
nrf52832dk pca 10040 board
besides ports bits and dir setup and baudrate, etc ...
this is part of my uarte init funct (pDev = 0x40002000)
pDev->TXD.PTR = (uint) TxBuf...
nrf52832dk pca 10040 board
besides ports bits and dir setup and baudrate, etc ...
this is part of my uarte init funct (pDev = 0x40002000)
pDev->TXD.PTR = (uint) TxBuf...
I just bought a nrf51 dk to master this wonderful SoC series.
For now I intend to keep my research and studies with Bluetooth 4.1, but would like to prepare for a jump...
Will uarte interrupt call NRF_LOG_INFO, will run away the possibility of the processor? backend uses RTT
I set uarte receive dma buffer to 10, then the sender to use the...
Hi all, we have a problem with a project based in nrf52832 and a custom board. The project is based in "ble_app_uart" example, and also we have the following sensors:
Accelerometer...
hiii friends,
i have developed new board using nRF52832 xxAA. i am dumping code in this using nrf52 DK and it is working fine but when i am removing power from this and...