Hello,
I have some code running on an NRF52832 using NRF Connect SDK 2.5.1 which initalizes my BLE with a random private resolvable adress so that I can easily reconnect...
Hi,
We are currently in the research and development phase for a new line of IoT devices designed to work over the Matter protocol. After thorough evaluation, we found the...
Hi,
I started the LBS example on the nRF52DK_52832 kit and connected the PPK2 kit to the P22 pins for measuring power consumption. I am not sure if I did something wrong...
Hello forum ,
As i m working in nordic nrf52840 where i have taken adc value of photodiode ,then i have created service and characteristics i will share the image for that...
Hi,
Does Central or Peripheral UART enable ACK/NACK in the code for BLE communication? How does Peripheral recognize if Central has received all the data ? Is there any...
Hi
I had a device that did not start up - because it was waiting for the 32KHz clock to be stable.
So I tried to change the setting below from 15pF to 5pF and it started...
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...
A friend of mine asked me to help with thinking about a solution to create a RF communication between 8 robots and 1 access point. Not a lot of traffic, just to signal that...
Hi everyone,
We are making a BLE peripheral that measures some data and keeps it ready for the mobile phone to connect & poll the data.
The data should be private and...
I am trying to use the template to create my own application. In two places I have read, that to add my own services, I just "Double-click the Serives folder in the Project...
Hello everyone,
I had some troubles some time ago with Softdevice s120, and finally solved it to work with nRF51822 thanks to Aryan .
The problem is that, when I upload...
I'm following the official tutorial for using pstorage and this the simplest test code I've come up with:
static pstorage_handle_t base_handle;
static void test_pstorage_cb_handler...