Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
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...