HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hello,
I am trying to use the s120\multilink_central example, using SDK v6.1 and S120 v2.0. The probleme is that I get a hardfault handler. I think that the probleme is...
Hi, I am using a nrf51822 with sdk 7.2.0 and s11o v7.1.0
I also have a imu ( mpu 6050 ) that gets accelerometer and gyroscope data.
How do I do continuous transmission...
Hi,
I am using the nRF51 Dongle and every time I send a command the pipeline goes into "Stall" condition. Using USBlyzer I can see that the command is sent but straight...
Hello,
I would like to build a device that looks for other beacons (not using a phone)... This device would simply look for other beacons near this device.
My questions...
I just tested putting the same firmware on two different nRF51822 s and inspected them with this test app .
They show two different UUID's.
I can find no macro...
Hello guys!
I'm experiencing some troubles trying to compile the blinky_rtx example for my new nrf51DK. The source is taken from the SDK7.2.0.
I'm under Linux and I...
I am brand new to nRF51 DK and I am struggling to figure out where to start. My goal is to periodically sample analog inputs and write them to SD card.
Can someone point...
Greetings,
Is there any way to increase the pairing distance needed for the host and device to pair. The application I am developing needs static devices, if they loose...
Hi there,
I am little confused about how the BLE interrupts work, when they are executed, and how can I explore their results.
And, what is the difference between on_ble_event...
Hi,
I am trying to get a PWM output via GPIO. I have been following this link.
devzone.nordicsemi.com/.../
and used the GITUB project as it is github.com/.../nrf51...
Greetings,
My name is Maria, I’m working in an application with the nRF51822DK to communicate via Bluetooth to the USB dongle (PCA10000) and send data between them. In the...
Hi,
I'm seeing a lot of this issue with iPad mini (1 gen), iOS 8.1.3.
Many times I start the bluetooth app, the connection just drops while doing service discovery,...
Hi,
I am trying to run event based UART. here is my code snippet:
void uart_callback(app_uart_evt_t *p_app_uart_event)
{
uint8_t rxbyte;
switch(p_app_uart_event->evt_type...