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.
...
I am developing software for a custom hardware based on NRF52. Previously I was tasked on updating the old NRF51 based software (used on older version of the device) for NRF52...
hi,
i am using FDS to store some Data in nRF51 Development kit using temporary application. it is around 2kb. after that i am flashing main Application. is my application...
I am working on a battery-powered application. Since power saving is a must, this design using high-side power node controllers (part number MIC94042) to power-on or power...
Hi
I am looking for pin numbers for the nRF51822 microcontroller.
example like what are the pin numbers for VDD to measure battery voltage..??
I mean in which header...
Hello!
I'm learning how to use properly the saadc for knowing muy battery state of discharge. First of all I'm testing the saadc example which is included in the SDK, changing...
Hi, Nordic
I know when esb working, channel , address and pipe is very important.
From sdk and demo, I can not know these items clearly.
I know these items should be...
I need to use sd_ble_gap_adv_data_set directly and pass custom advertising data, as I need to maximise space and not send the name etc
I have been using mbed which has...
\nRF5_SDK_12.1.0_0d23e2a\examples\ble_peripheral\ble_app_uart\pca10028\s130\arm5_no_packs
I cannot find the define of pin6 pin17 pin21 pin 22 pin24
in this example ...
Hi. Can we develop and use our own firmware for any of the Nordic's beacon? Or do we need to mandatorily use firmware given by Nordic with beacon and modify them as much as...
I am using fds as my file system.
peer_manager is using file system too.
fds_register() is used to register callbacks. But how does the software know which callback is...
Hello
My nRF51 with S120 BLE stack is running as central. I want to connect 3 other nRF51 peripherals at the same time. So in the first step I did a scan and stored the...
Hi,
I'm developing an application based on the nRF52832 and I need a large throughput of over 100kbps, preferably over 200kbps.
I have managed to reach around 128kbps...
Hi
According to BT 4.2 Spec Vol 6, Part F, Section 3.2.9:-
" To write the entire value of an attribute larger than (ATT_MTU-3) octets, the prepare write request and...
hello,
i have a rather basic question concerning the design of the cycling power measurement value field.
how does a simple example for this value look like (variable...
What is the difference between SDK 8 and SDK 12 related to app_timer? I have used it like:
APP_TIMER_INIT(
APP_TIMER_PRESCALER, APP_TIMER_MAX_TIMERS,
APP_TIMER_OP_QUEUE_SIZE...