Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Is there anyway to limit the number of channels a device is advertising on?
I'm using an nrf51822 with the S110 stack and want to limit my device to a single advertising...
Hi,
We want a throughput between a BLE link 12KBytes/s.
In our application there is a peripheral (in Nordic starter kit), running S110 and we have configured connection...
I have two questions.
Is it possible to use the DAP[n]/DAB[n] registers without using Bluetooth 4.0?
If it is possible, then how? I searched all the sample...
I am starting with Nordic nRF51822 and I would like to know if do you have some samples for use with emIDE (I liked it because you don't have size limitation). And I had some...
I saw two different way to ini ble
1 ) BLE_STACK_HANDLER_INIT
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false);
err_code = softdevice_ble_evt_handler_set...
I'm right now getting uC to sleep WHEN THERE ARE NO ACI EVENTS I think I'm doing right, the uC sleeps but I'm not able to wake up despite the fact that RDYN is connceted to...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
Using sdk5.2, and ble_bondmngr_bonded_centrals_store() called on_disconnect, and then call
err_code = sd_ble_gatts_sys_attr_get(m_conn_handle,
m_central.sys_attr.sys_attr...
Hi!
I wonder what is the GPIOs nominal voltage level when I'm using the internal DC/DC converter?
I know that the internal DC/DC converter output voltage is 1,9V but I...
Hello,
we made PCB based on reference with ST balun. In circuit the low freq crystal is optional, so we didnt use it. In software i noticed app_timer use RTC timer. So the...
I am trying to bootload an extremely large hex file using a slightly modified DFU (modified from SDK v5.2.0's example)
The problem is that the hex is so large that eventually...
Im having errors like Arduino is in the while(1) loop if I enable the DC/DC converter in the characteristics and generate service.h file , If I do not use this setting everything...
I have a NRF24L01 board, which acts as a receiver. It listens on RF channel 2 using address pipe 0 address as follows 0xC47B4D0331. I am able to transmit to this NRF24L01...