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...
Hi all
In my application where I'm using the Soft device 6.0, I have a simple function which is very time critical. However, this function is not called very often, but...
Hi,
Please can you send me the ble_app_uart source code as it is missing from the latest 6.1 SDK.
I have the PCA 100003 & PCA10000 boards.
Many thanks.
Hi,
In my application I use 5 devices and 1 host to communicate.
I have only a few packets to transfer so the data rate can be low (22Byte/transmission).
The devices...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
I have implemented a boot loader for DFU based on the sdk v6.1 DFU project.
After a when an upgrade is triggered within the application soft reset by the application:
...
Any idea how I can control the TX power within the Timeslot API in SDK v6 SD110 v7?
Are there something similar to "sd_ble_gap_tx_power_set(tx_power)" in the Timeslot API...
Hi All,
We are running some data throughput test on Samsung S3, Note2 & S4 with 51822 and have seen some interesting phenomena as describe below:
1> On both phones,...
Hi,
I couldn't able to program my custom board using both nrfgo Studio and keil. Actually i have two laptops with different versions of j-link driver installed, but suddenly...
Currently I am searching for s130 example code. I know it's in alpha stage, but I think it should be possible to start to experiment with it, isn't it?
In the past I've...
Hi,
I tried following code to close the ANT+ channel on channel not connected to the other ANT+ device:
#define CBSC_TX_ANT_CHANNEL 0
void ant_adv_timeout_handler(void...
We have a DFU which uses a different set of of services than the main app.
Both of them share bonding information which is create by our main app.
Once we switch to DFU...
I am trying to build a system with a single PRX and up to 5 PTX devices.
Initial development work was done with a single PTX with it's address on Pipe0 in the PRX. I have...
I have a CC2540 and CC2541 chip with me. I did figure out that both of them are working, but now I am stuck up at how to practically test if the proximity profile is working...