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 there, I have been trying recently to DFU a custom device using desktop nrf connect, and I get an error message as in the following picture right after pressing start DFU...
Hello,
Currently we working on a project that uses:
- nRF9160
- Zyphre OS
- Segger Embedded Studio for Arm (Nordic Edition) V4.52
- SDK v1.2
I saw in others...
Hello, i have configured the Timer1 as follows
ISR_DIRECT_DECLARE(timer_handler){
if (NRF_TIMER1->EVENTS_COMPARE[0]){ NRF_TIMER1->EVENTS_COMPARE[0] = 0;
gpio_pin_toggle...
Dear experts.. we are trying to build a 12 lead ecg system which sends real time data to mobile phone for plotting using nRF52832. While most of the time it works ok, when...
We have an application that sends a short BLE packet to a mobile app every second, for about 15 minutes, and then shuts down and sleeps. Meanwhile, it also writes to an SPI...
SDK version: nRF5_SDK_15.0.0_a53641a
Softdevice version: s140nrf52611
HW: Custom
I am using the example for open bootloader (nRF5_SDK_15.3.0_59ac345\examples\dfu\open_bootloader...
Hi,
Our device ( nrf9160) is running application ( non secur) built with sdk 1.2.0 (toolchain v4.42) , we've updated it using FOTA download to the application built with...
Hi, Devzone.
Well, I found the calendar library from the following link. https://github.com/NordicPlayground/nrf5-calendar-example
By the way, I'm using RTC0 for Softdevice...
Hi, I want to know what is the different between QFAAB0 and QFAAD0. The IO of QFAAD0 version seems to be broken down easily.Maximum 4mA current flows into IO.
public class NotificationActivity extends Activity { @Override protected void onCreate (Bundle savedInstanceState) { super .onCreate(savedInstanceState) ; // If this activity...
The SDK version is 16.0.0. I am using NRF 52840 DK and testing the BLE data transmission with the example project BLE_APP_UART. I am using NRF Connect Desktop to communicate...
Hi! Some prerequisite info:
We are using nrf52840 boards as our peripherals
We are using v16.0.0 SDK
We are using the s113 SoftDevice, more specifically s113_nrf52_7...
I expanded the button events based on example ble_peripheral ble_app_hrs by
and everything works fine (button press and button release events for all 4 buttons) till I...
Hi
We found abnormal current waveform when running GPS as 120s fix interval and 10s fix retry.
As below pic, the first plus is A-GPS seraching, from second plus is the...
Hi,
When I used nRF52840 dongle (connectivity_5.1.0_usb_with_s132_5.1.0.uf2 firmware) to receive peripheral device notifications, nRF52840 dongle can only receive 20 bytes...