I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I am trying to figure out if I need to disable the softdevice to get the power numbers in to the single-digit uA range.
With the softdevice loaded/enabled, but with the...
I'm developing nRF52832 to implement the Eddystone (※ 1).
But i'm thinking seriously about what can I do to have the Eddystone Specification and compatibility.
please...
I am working with the ble_app_buttonless_dfu example and am wondering why the example sends 2 notification messages in response to a command being written to it? This occurs...
Hello,
I'm using nRF51, SDK10, S110 beacon example with dfu service.
What I have done are listed as below:
merged softdevice8.0 and bootloader to sd_bl.hex and...
hi,
in FreeRTOSConfig.h file,
#define configUSE_TICKLESS_IDLE 1
#define configUSE_IDLE_HOOK 1
and the idlehook function
void vApplicationIdleHook( void )
{
__WFI;...
I have got PCA10040 development board having nRF52832 nordic ble chip. I am not able to get datasheet for this. I have to use SPI communication on this board but I am confused...
Hai i am new embedded designer.. I am working with nrf52832 , i need to get accelerometer and gyroscope data from mpu6050 through twi.. Can any one give me a sample code ...
I am trying to wake my processor from sleep after issuing the sd_app_evt_wait(); Using an interrupt on an external RTC chip, I send interrupt pulses to the nRF at 1Hz. At...
Hi guys,
I have two nrF51 dongles and I am really interested in making the pairing of both of them using the proximity search feature of ANT. So far what I did is, I took...
Hi.
I have a BLE peripheral app for the nRF51822. I'm using SDK 12.1.0 with SD 130 v2.0.1 and gcc. I'm implementing DFU OTA at the moment and I notice there are two builds...
Hi,
I have an old project running on nRF51822, with SoftDevice SDK v8 - S110 mode.
I'm trying to migrate the project to a nRF52832 with SoftDevice SDV v12 - S132 v3 mode...
I have a question about Makefile template used in all samples in SDK12.x
What is the sense of:
$(foreach target, $(TARGETS), $(call define_target, $(target)))
-include...
Hello,
I am facing many communication error with code 1 when using the UART.
Everything is working fine until my client reads long characteristics (in my case it is about...