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...
Hii,
We are using currently nRF SDK12 and nrfutil for performing DFU over ble. we are able to do it by pressing button on nrf51822 Dk kit at time of restart and putting...
Hi everyone,
we are trying to use the TWI interface of the nRF52832 to communicate with a TI BQ28Z610 fuel gauge, using the TWI driver of the nRF5_SDK_13.0.
For the last...
Hi All:
I had a problem about programming.Does someone can help me? Thanks.
My IDE is IAR :ARM 8.22.2
Projcet: nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral\ble_app_uart...
Hi,
we are currently using nrf51822AC device and nrf SDK12 . we need to do "switching to bootloader without a system reset nrf51822" as mention in subject . actually we...
Hello, I want to send beacons from one nRF51822 device to another. My project involves using omnidirectional antennas. So, will nRF51822 be the right choice for me?
I was...
SDK 15, nRF52840, PCA10056
When I read my data in the flash I recover the before last value writen and not the last.
I'm using the es_flash.c source code from eddyston...
Hello, I want to acquire my mobile's gps sensor's information using nrf52832 dk. Can anyone please guide me how to do this ? I use keil mdk-arm5 compiler and sdk v15.
Hi
I work for a 7 channels ANT+ receiver. Nordic 52832 SDK12.2.0 S332v2.0.1
The following scenario can been observed and cause high current consumption for a long time...
Hi to all,
i am developing a device that in it i need to measure voltage of battery to report percentage of battery to user, but the voltage that i measure with ADC is different...
Hi,
after migrating from SDK12.2 to SDK14.2 we encountered a problem with GAP Security.
When setting optimization to -Os, the program fails with BLE_GAP_EVT_AUTH_STATUS...
Hi all,
I am trying to use uart-app (segger example in SDK15) to generate hex file, which will be programed to nRF52832 later with Softdevice by nRFGo Studio. ((Instead...
Hi,
we are using the NRF52840 DK and we would like to use our own antenna. We saw on others posts that we have to connect it to the J1 connector's place.
We have some...
Based on the Product Specification v1.0, the antenna load impedance should be 15Ω+j88Ω.
I checked the antenna impedance based on Figure 32.
The simulation result is...
During the development of nrf52832 (SDK14.2), I occasionally get NRF_FAULT_ID_SD_ASSERT error. When the NRF_FAULT_ID_SD_ASSERT error occurs, I can only get the information...
Hi Nordic,
I am working on a BLE based application. In my application, I am forced to use SPI and TWI of same instance.
I am using SPI1 and TWI1. Earlier I was working...