I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
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...
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...
Hi
We're trying to get the BLE packet size using:-
uint32_t nrfErr;
uint8_t PacketSize;
ble_opt_t opt;
/* Get the extended length BLE option */
nrfErr = sd_ble_opt_get...