I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
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...
I am using a nrf52 development kit as a peripheral to send data . It is working fine if I use the nrf Toolbox app on my phone, but is there anyway that I can see the 'raw...
Hi,
I configured openOCD and gcc compiler. But i got following error.
i gave following command on terminal.
i created one file that is manual.cfg
and contain in that...
Hi all,
someone can please explain to me how works the indication?
How can i read the value of cccd in the APP?My problem is understand if the APP is ready to receive...
First attempt at implementing buttonless dfu; assistance would be greatly appreciated. Using SDK v11 + s130 + nRF51822.
Please note that iphone screen captures supporting...
Hello,
I am still having troubles with the BLE_GATTC_EVT_TIMEOUT. The problem is that the error is not happening frequently and is hard to reproduce. It is also hard to...
I was building my own custom application that connects a nrf_drv_timer to an ADC start trigger using PPI on an nRF51822 and I could not get it to work. I asked a previous...
Hi
I have ported a simple function from nRF51 to nRF52 which Outputs PWM coded Startup Diagnose Information via a GPIO.
The Timing is generated by wait Loops and GPIO will...
I am using the nRF Connect Tool, everything is working fine (Y)
My question is related with the Log file, is there any way to get in the Log File only the data sent through...
Hi,
I am new to nrf52 series and I have just started playing with NRF52 series Development kit. I am working on a project that requires the functionality of both ANT and...
Hello! I know there're a lot of questions about program custom board.
I try to programm my board used onboard j-link (p19 socket)
I can't pass the first step - can't force...
Hi. I've developed a custom board on an old E0 51422 chip with SDK 6.1 and SD110 7.3.0. Everything works fine with that setup (SPI, interrupts, timers, etc).
Got new batch...
I have a project (using a Ble Nano) that currently is running on Nordic SDK 8.1 but I want to update it to 12.2 . I currently use terminal to compile the project (I got the...
I am using Segger for Mac. I followed the tutorial on importing a Nordic example from the Nordic SDK 12.0 examples folder. It is the UART BLE Peripheral Example.
I got...
Hi all, I'm working on secure bootloader SDk12, I made the required changes to work button less dfu now it jumping from application to bootloader but it needs write 0x01 manually...