Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
Hi All,
I am working on the S120 bootloader.
I start it with dfu sample on nrf6310 folder. It work with S110 softdevice with PCA10001 perfectly.
I had made following...
Hi,
I would be grateful if someone could guide me a bit.
As far as I understand, nRF24L01+ implements Enhanced Shockburst technology in chip. To use nRF8001 as drop in replacement...
Hi all,
I am using s110 v7 for scanning and advertising, it works well. Now, I would like to measure RSSI while scanning (already scanned device but not connected) . Can...
Hi,
I am using nRF5182. Kiel is the IDE. I need to operate the device in 25Mhz. How can i change the clock frequency to 25Mhz. Is it possible? Will it affect the operation...
Hi,
I just stumbled upon the nAn-36 note ( www.nordicsemi.com/.../80193304 ) and I have two comments about it :
I think it's the best technical documentation I've...
Where to find definition for INTENSET/CLR for TIMERs in 'nRF51_Reference_manual v1.1'? I think I've read it all by now, but still can't find it.
After some digging I found...
If I have the PC insert 1msec byte spacing between data bytes sent to the NRF51422, it receives the message and doesn't reset. I can send messages less than 10 bytes to the...
my code shows here: github.com/.../main.c
uart_init();
printf("\r\n\r\n");
printf("\r\n __DEBUGGING__\r\n");
every time my app started, it always shows corrupted...
Is there any more information available on a release date for the next rev of the 51822 which is supposed to have better handling of concurrent A/D and radio operations? ...
C++ BLE_API of mbed, which I want to use offline with Keil-MDK, looks really well-thought & coherent to me, but I am not a guru in SW development.
Since the mbed-platform...
The NRF51822 PWM examples I have located work by toggling GPIOs. Does the device have a more sophisticated mechanism than this for generating PWM signals? More pecifically...
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...