Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
My computer is running KEIL MDK4 and nRF51 SDK4.
So far no problem with nRF51422QFAAC0.
Upgrading to Keil MDK5 would be a nightmare, so that I gave up after a few days...
Hi,
I'm trying the nRF UART example but I can't get it to work.
I have opened the uart_example project in uVision and loaded it to PCA10001.
Then I opened the Master...
I want to add timer to send sensor movement data to PC every 8ms(125HZ).
But when I add app_timer like normal
1.raise APP_TIMER_MAX_TIMERS
2.raise APP_TIMER_OP_QUEUE_SIZE...
I am testing Keil MDK5 and created my own simple nRF51422 project (not from the sample), hello world type of code. But the "download" button is disabled.
The J-Link is configured...
Hi,
Can anyone please tell me the exact way to enter into the bootloader mode by writing some characteristics with specific value.
I tried setting
NRF_POWER->GPREGRET...
The existing Master Control Panel cannot be used as an automatic test platform.
Basically I am looking to send commands via a tcp/ip which will invoke scan/connect/disconnect...
I'm trying to measure a scaled down battery voltage level on an ADC pin. Given my resistor values the voltage on the pin should be about 0.279 times VBATT, to fit within 1...
Hi Nordic guys,
How much is the current consumption of the LDO only (quiescent current), without DC / DC converter, in uA? How much is dropout voltage and PSRR (ripple...
I try to modify "ble_app_ibeacon" sample code. But when I add some adv_uuids for services to advdata.uuids_complete or I changed advdata.name_type from BLE_ADVDATA_NO_NAME...
Hi,
I need to write a validation document for nRF51822 . The first step need is the specification for its calibration. But I couldn't find it in your website. Can you send...
Hello,
My project name is Remote Operated Vehicle. Basically i am using a PS2 controller as the joystick to control the car. So, my aim is to build wireless interface between...
In this function in nrf_gpio.h, why is there a GPIO_PIN_CNF_INPUT_Connect value there?
Shouldn't that be GPIO_PIN_CNF_INPUT_Disconnect, or does it not really matter?
...