My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
Nordic will release a new development kit in april, named mkit.
It is based on arm mbed .
Writing a ble app will be easy, fast and simple using mbed BLE API .
My question...
Hello,
I compiled the pc10001/blinky_example with gcc/makefile, i can flash it with nRFgo Studio and it works. But if I try to compile/flash the pc10001/button_radio_example...
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...