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.
...
Hello,
I just created an application that can count the number of rising edges/events on button presses using the TIMER0 peripheral configured as a COUNTER. So far it is...
I am developing an application for Android and IOS. Faced a problem when try connect nRF Connect as central (on Android) to nRF Connect as peripheral (on IOS)
...
What I need?
I should be able to perform scanning, connecting, disconnecting and accessing service from main() (in a infinite while loop) rather than interrupts. I see that...
Hello,
I'm using SDK16 with the s332-6.1.1 softdevice in ANT mode.
When I request a radio timeslot of 10 ms, that works just fine, but if I do anything longer than approx...
Hello,
we have developed a custom board using the nrf9160 SICA chip and are now modifying the bifravst cat tracker example to suite our needs.
Basicaly, it samples from...
I am trying to get my ublox module to respond to at commands, through the programming of the boron module, which is found in this link, but I don't have much idea of how...
Hi.
I am trying to get mesh DFU working and I keep getting "Failed to upgrade target. Error is: Crashed on start packet" from nrfutil.
When debugging the target I see...
I am using the nrf51822 ble with softdevice and want to know if the broadcast can start at a given time, and if the adv_ interval can change everytime? (such as I want to...
Hi Nordic Community,
I'm trying to run app timer in bootloader_secure. But when I add app_timer.c file to project, it built successfully but breaks when execute. I don't...
Hello,
I am using a custom nRF52840 ( SDK 14.2.0, SoftDevice S140) based board to connect with an iOS(v 13.3) phone.
I am sending data continuously over BLE. However I...
Hi,
I'm trying to find simple ADC code for one shot modus as described in the documentation: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832...
I will use Nordic nrf52840 dongle for 2FA + security key on Google login and I am following these instructions:
https://github.com/google/OpenSK/blob/master/docs/install...
I use nRF52840 and SDK16 with S140 softdevice. I need 3 ADC ports. The initial code as follows.
static void adc_configure(void) { ret_code_t err_code = nrf_drv_saadc_init...
Hi,
I add a my .ilb file in the ses project .When I c all the function in the .lib file and build, it will have an log "undefined reference to 'xxxx'". But i can success...