Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
The NFC example (launch app) on SDK12 does work on my device. However, when I copy exactly the same code into my own project, the NFC does not work. The difference is that...
Hi,
We search some technical informations about Low Power mode PWM. What is the Max Frequency ?
What is the current consommation ?
Someone knows these informations or...
I'm attempting to use a GPIO configured as no-pull to determine if a 5V line is connected to the board for charging a battery. I have the 5V line going to a GPIO through a...
I'm having no success getting the FDS (Flash storage) to work on my nRF52 PCA10040 board with SD130 2.0.0 and SDK11. I am using the Nordic example on Github here: github.com...
i am confused how to build a nrf52832 demo that use mbed os and other mbed things.
and i tried link text download the demo from github, but do not know how to put in it in...
Hi All,
I have enabled the UART service in my beacon application.I Configured write access and write permission to characteristic UUID. I got connected to the device and...
Hi!
I am new to the embedded world and am trying to interface a NRF52 DK with a MPU 6050 accelerator/gyroscope. Right now, I have been able to interface the MPU 6050 with...
file.txt Hi,
In my application I am using UART service which receives the data sent from APP. I am using nrf connect APP. I am sending simply 1 and 2 from UART service...
Hi.
I develop an application in the past with ARDUINO and a nRF24AP2 module with great success. I can read 8 heart rate monitors ANT+ sensors in the same time, with 8 differents...
I am a newbie in embedded programming. I want to encrypt some advertising data using aes-ecb API, provided by the softdevice but I am not getting any encrypted data after...
Hi,
We are currently using SDK 10 experimental boot loader example. We would like to encrypt the firmware before creating the zip file for OTA. The procedure we followed...
Hello everyone,
I am trying to use BLE module on nRF51 in central (oberserver) mode using IOT Softdevice. I want to scan for any device around my board.
I get error when...
I'm trying to read 8 adc channels using SPI, but then if I dont put some nrf_delay_ms the MISO return nothing and the CS is being driven low by default, high or a period of...
Hello All,
I am interfacing WS2812 RGB ringx16 with nRF51822 and use nrf51-neopixel library from github.com/.../nrf51-neopixel
Its not working.
for example : value...
Hello,
I was looking into Gazell and read that Gazell only allows pairing when Host and Device are in close proximity to each other. This range is about 30 centimeters...