Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
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...