HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
hello everyone:
i use interrupt to handle button.and when i init it,the power is increase about 200uA. i think the
interrupt will not increase the power
void gpiote_event_handler...
Hello,
I use the arm-none-eabi-toolchain and have a problem when I am linking.
When I make my project, I get the next errors
path/to/spi_handler.c:180: undefined reference...
Hello,
I am trying to test the BLE example named "Current Time Application" located at ble_peripheral\ble_app_cts_c folder. But i can't find the cts_central.ncs file in...
hai
i am using mbed to program my nrf51822. in my project i need to store some data in flash memory . now i am able to store it using pstorage.h . but when i enable bonding...
I am developing a mobile apps using Nordic . I am seeking for Nordic Semiconductor nRF51822 SDK documentation for objective-c(iPhone) as well as Android too. Is there any...
I connected up +5v to the external power pins of the nRF52dk. I see +5 at TP14.
When I set the power switch to 'on', the board does not boot.
Is there something else...
Hi:
Looking in both SDK12/13 I cannot see any examples related to an HID Joystick/Gamepad.
It looks like somebody asked a similar question here: devzone.nordicsemi.com...
I am using nrf51822(pca10028)
i used the timeslot API tutorial in devzone..and it worked fine but i want to integrate the radio receiver example along with this.
nrf_radio_signal_callback_return_param_t...
Hi
In the SDK13 release notes and even in a few posts in the DevZone the new S140 5.0.0 Alpha2 Release is mentioned. I looked for the download link in the product page...
Hi all
I'm using the GATT server on the nRF51822 with the SoftDevice S130 V2.0.1. I've implemented a service and a characteristic which supports only write requests (including...
Here is my question.
I always disable uart after I send data.
NRF_UART0->TASKS_STOPTX = 1;
NRF_UART0->ENABLE = UART_ENABLE_ENABLE_Disabled;
this was write in the...
Is there a compiler/makefile flag that allows for 64bit printing?
I have included inttypes.h, and tried both %llu and "PRI64" as shown:
char scrbuf[30];
uint64_t time_alive...
Hi
We are using NRF52 and SDK 11 and S132.
The nrf52 acts as a central and selectively connects to the closest phones (ios) that are acting as a pheripheral.
For this...
hello,
nordic's engineers, need your help.
(1) the first problem : can not set VDD output to 3.3V
From nRF52840_Product_Specification_v0.5, it says:
High voltage mode...