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 would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
Hi.
This is a bit of a combo question:
I recently got the nRF52 10040 and I'm trying out the included examples on uVision5.
I only managed some examples to...
I am working on BLE Applications, I have tested with different devices like Nexus, Moto, Samsung, LG(ble V 4.0). I am getting the GATT Error 133 in Samsung Devices alone(Samsung...
Hello Nordic,
My goal is to control a small device with NRF51422 without any other additional controller. So I’ve developed my own PCB and I’ve used the example ble_app_uart_s130_pca10028...
Hello Nordic,
My goal is to control a small device with NRF51422 without any other additional controller. So I’ve developed my own PCB and I’ve used the example ble_app_uart_s130_pca10028...
Hi,
I have an nRF52 chip that has likely exceeded the flash endurance limit.
I am observing that after an ERASEALL, not all bits are erased, but after retrying ERASEALL...
Hi, does somebody know why in Segger embedded studio program goes to ses_nrf51_startup.s line 35 ISR_HANDLER NMI_Handler and sits there. I'm trying ble_app_cscs_pca10028_s130...
I only have Bluetooth 4.0 scanners and I bought nrf51 dk with 51422 device (10028) that seems to work as 4.1 Bluetooth. I tried sdk12 s130 and sdk8 s110 beacon examples my...
Hi,
I'm trying to program the bootloader together with an application+SD132 3.0 on the nrf52, but my device gets stuck with the bootloader when I finish programming it...
Hello, I used s130, nRF5_SDK_12.1.0_0d23e2a, SoftDevice 8_9_0.
Is there any example to study the central bond?
I use the examples->ble_central->ble_app_uart_c, the following...
Hi All,
I have hardware setup which has four or more beacons in peripheral mode at particular radius ( approx 10 m) and have a beacon in central mode.
The central beacon...
I'm using the Nordic as a BLE solution, and it is just passing along data through the UART to another chip through the UART. However, I'm not sure how to just pass the data...
Greetings,
I am using pynrfjprog (9.0.0) to write a HEX file to an nRF52 device on the nRF52 DK. I am wondering if there is an easy way to verify the write using API.py...
We're looking to implement buttonless DFUs with the NRF52 and are a bit confused how to send 0x01 to the control point of the service. Is this a control point that is already...
I have tried to export a very simple mbed program (blinks LED1 and LED2 and writes to Serial (USBTX, USBRX)) with no success. I am running on an Ubuntu 32 bit distro. This...