It would be very helpful to hear of others experiences getting these licenses, also I would like to find out if anyone has any advice of anything to be included or excluded...
I wanna implement this code for the app inventor, but there was several problem here. I can't use array or index for developing my trapezoidal method.. like this..
code...
Hello,
We are looking for a developer a single task project. We need to provide all of our developers with the same development environment, so we are looking for someone...
I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
Hi,
Our Application software running in Micro is communicating with BLE over UART.
So in nutshell, we are using serialization to speak with soft device present on NRF52810...
Hi,
I'd like to have a second UART available, as the nRF51822 only has one and I'm wondering if there exists a UART software emulation example implemented already for this...
Hi!
I'm trying to add logging modules to my own libraries that I've created. I'm using SDK 14.3 with the nrf52832. I can enable logging for any of the SDK driver/libraries...
I am using nRF Connect to measure the power of the nRF52840 DK. But I don't know how to output the raw data out. Is there a way that we could get the data out from nRF connect...
We are evaluating to use this IC for BLE/NFC purpose.
we would like to flash the nRF52840 thru our Linux processor (not using external flashers), using the SWD lines connected...
I am using nRF52 DK and program example code ble_app_beacon and test with nRF Beacon APP, we are not able to connect to update UUID , Major and Minor values , however beacon...
Hi!
I use SD 6.0.0 and SDK 15.0.
I am developing an application and I want it to include service of buttonless OTA firmware updating. So far I have managed to zip my application...
i init the saadc and uinit saadc ,then init saadc again. my code is below:
err_code = nrf_drv_saadc_init(NULL, saadc_callback); err_code = nrf_drv_saadc_channel_init(0,...
Dear Sir,
I have connected a phone to a peripheral device using NRFconnect App.
Now I want to know the rssi value of the phone on the peripheral side.
I want to get...
I have an application with a custom service, based on the ble_app_template example. I want to add DFU functionality. I flashed the DFU secure bootloader and can discover the...
If I use NRF_SDH_DISPATCH_MODEL with NRF_SDH_DISPATCH_MODEL_APPSH what size do I need to use for the scheduler data size and queue length in
APP_SCHED_INIT( ?, ? ),
Is...