Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Hi,
I know it possible for a nrf24l01+ configured as RX to receive communication from several nrf24l01+ configured as TX. (because RX has 6pipes.) I tested and that works...
Hi,
Loaded SDK8 S110 softdevice and application to nRF51822(pca10001), then the application works well. When I want to reload the sofedevice by nRFGo, I get the error message...
Working on a remote monitoring system.
Ethernet solution is on the table now.
But it needs to have extra chipset on board to do so.
I haven't had a chance to look into...
Is there any way i can get UTC time?
Is there any real time clock which keeps track of the time even if the chip is off?
I am using nrf51822 and require the UTC time...
Hey everyone,
I'm having problems with my app's ram usage as you can see from my previous questions.
I've tried this little piece of code:
void memcheck(void){
...
hello friends,
Im developing an application where im trying to connect a central and a peripheral but since the signal strength depends upon run time environment i am getting...
The App ~ BLE Stack is the device, Central is smartphone.
is correct?
I don't understand this sequence.
Do not adv_data_set and the adv_start before the scan?...
I'm attaching a function where I use the sd function :
void edit_speed_ID(uint8_t speed)
{
uint32_t value;//, err_code;
value=5 * speed;
while(sd_flash_write(address...
Unfortunately it seems my post devzone.nordicsemi.com/.../ has been lost.
This is a re-post.
I am trying to manipulate Flash data in CODE_SPACE one page at a time. Currently...
I'm using nRF51822 for ble.
For my application, I need to increase rf power.
( My application needs +10dBm)
In case of CC2540(TI ble chip), there is application note...
Hello,
I have 2 nRF51822 with S130. One is central, the other is device.
I want to exchange custom data between these 2 devices after connection. What is service best...
Hello,
I do communications between 2 nRF51822 (one central and one device). Once they are connected, cant i do a kind of deep sleep and freeze stack state for 1 minute...
I'm getting a hardfault on some float operations that I wasn't getting before I upgraded to SDK 6.0.0 and SD 7.0.0. At least, I wasn't getting them at all before that and...
Hi:
I use spi0(0x40003000) to wirte data to external flash(W25Q64) with SD8.0(sdk8.0.if I write data without sd, it is OK), and when program run to rx_data[number_of_txd_bytes...