Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I am evaluating chips for a new project.
I am looking for a chip that can connect with Sony PS3, PS4 controller and most modern/recent cellular phones.
I am confused...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I tried to modify the twi_master_using_app_twi to work with adafruit ADS1015 as a slave. I ran into this problem. It seems that the init_transfer doesn't finish so the app_twi_perform...
What development kit should I buy? Is this the right one?
www.mouser.hk/.../
What software IDE to use?
Does Keil offer free version for limited code size? What...
trying to build a simple example in sdk 11 just to run it on the nrf52-dk
of course it is missing pieces, else life would be no fun, apparently...
oh, i don't know,...
Sorry for asking as not familiar with BT terminology and un-sure which fold means what, grateful pointer to example (in SDK or similar) that can run on the dev kit. That is...
What is "1 Mbps Bluetooth low energy mode" for nRF52832?
How was the spec. changed from my old year 2013 understanding that BLE is low speed for sensor, sending tens of...
I can read temp value by pulling flag but I Want to do that by interrupt
I added this code to my Keil but interrupt on temp didn't work.
I use Adc interrupt like this definition...
Hi,
We are using NRF51 and STM32F0 on our custom board and one of our customer's requirement is the ability to program both of these MCUs in the factory. They would like...
I am using the mbed compiler.
When I produce code using the "App with Bootloader" option, I can do FOTA updates and my code runs fine, as long as I don't enable the ble uart...
Hello together,
we are running the DTM in different modes to check the module (nrf52832, sdk 5 version 11). The carrier test gives us a current consumption that meets the...
Hi
I try to program Insight ISP 130301 with a hex file, which works on nrf51 PCA10028. Unfortunately, it doesn't work. I try to loop for each pins and set it's state, and...
I'm trying cominicar me through Termite between the application plate (nRF51-Dk kit) and a device that supports BLE, but the connection between PC and the kit application...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Hi again, I posted earlier in another post that my writeCharacteristic is responding with status 6.
Details:
Android version: 5.1
Nordic device: nRf51822 S110
I have...