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...
I've been trying to get my 6 Thingy:91s up and running for months now, and the customer is getting really frustrated by the many delays.
I first went through a series of...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1.
Till now I am using ‘ble_app_blinky’ example code, modified to my custom profile and tested On/Off...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
Whether can I call fds_record_update...
During a DFU on SDK15.2 the BLE connection is terminated. The NRF_BL_DFU_INACTIVITY_TIMEOUT_MS is set to 120000.
After 2 minutes, the device still has not reset and started...
Hello,
In the Pin Assignments paragraph of document nRF5340_OPS_v0.5.1 the following pins have no description
B12, A25, B26, J31, T2, K2, H2, G1, F2, D2, A1, A31, AL1...
Dear experts,
My BLE peripheral device uses s112 soft device with nRF52832 and nRF SDK v16 and now the basic data collection and transmission features all work fine with...
We are using the nRF51 bootloader to support DFU over serial. We were able to use the example bootloader as a great reference. We are able to successfully update our app using...
Hello I am trying to develop an application with NRF52833 development board and s113 softdevice.
I want to create a write characteristic which requires 247 ATT-MTU size...
I am trying the ble_app_gls example of nRF SDK v16.0 on nRF52 DK device. The only modification is change s132 to s112.
After download the app to nRF52 device, I can successfully...
So what I want to ask is what is the scan latency during high accuracy and low accuracy?
Also if an insight regarding power consumption can be given would be great (we are...
Hi Everyone,
My Environment: nRF52840, SDK15.3, Keil
I'm developing a central / peripheral device that can automatically connect up to three peripherals.
I want to know...
I tried to merge ble and calendar example but when i call "nrf_cal_init();" I've got error "app: SOFTDEVICE: INVALID MEMORY ACCESS" i tried to use RTC2 in Calendar.h but nothing...
Hello guys,
I was working these days with nRF9160-DK board without any problem. Was able to update the firmware on it, to use it as a programmer for Thingy:91 etc...
I...
Hi!
SDK 16.0
I use secure bootloader from SDK with button.
1. Single app written from Segger Studio work fine.
2. Firmware (bootloader with app) written from script...