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...
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'm extremely new about Nordic component and device.
I buy a nRF51 DK for start understand hou BLE work, I attach to my pc, the green led power on and my pc know the...
With S110 v8.0.0's size increased to 96K, I'm concerned that my current memory layout is going to prevent me from upgrading to a future softdevice.
It seems that the only...
The function dfu_ble_get_peer_data seems to be declared in dfu_ble_svc_internal.h
but not defined, (not actually implemented) somewhere deep within the Nordic Software Packs...
Folks,
Simple UART communication shouldn't be this difficult. Embarrassed to admit it, but I'm having problems setting up and using the app_uart.c/.h module from the SDK...
Hi all,
I have a working prototype of a service which enables a number of characteristics for the control of motors and relays. The motors work great, and are controlled...
Is it possible for gpiote_event_handler interrupt to get executed while the program is executing code inside timer_event_handler?
These events modify same variables so...
I intend to keep a long running clock in the system and use the app_timers(hence RTC1) in a soft device enabled nrf51822 firmware.
I basically have a minute tick and update...
Hi,
I want to run the experimental_ble_app_uart application on our custom nRF51822 board.
However, I could not find a proper bootloader to start the application. Is...
Where can I find an example of using device manager? The SDK doesn't have anything. I am using S110 7.1.0 and SDK 6.1.0 on nrf51822. I am having lots of problems with iOS...
I try to use Android studio to build nRF Beacon project,but it didn't work ,and there are several error .
the error is
Error:(50, 35) No resource found that matches...
Hallo,
I try to use the s310 timeslot API. I open a "session" and then request a timeslot:
check( sd_radio_session_open( nrf_radio_signal_callback ) );
request_radio_slot...
I am trying to implement the pulse counting mentioned in a previous post of the same name, but the code is eluding me. I am using the heart rate service example with new code...
Hello,
I want to implement a firmware update over ble for my application and the SoftDevice 130. Which would be the correct boatloader.hex that I should use? I am working...
Hi,
I am using softdevice-7 and SDK 6.1 for our application.
If I connect using a passkey, first 「BLE_GAP_EVT_SEC_PARAMS_REQUEST」 event occurs, then the 「BLE_GAP_EVT_PASSKEY_DISPLAY...
I have a mature design with several hundred units built using QFAAE0 silicon. Code works. Hardware works. FCC is happy.
I'm considering migration to V3 silicon and maybe...