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 have a nRF51822 custom board for BLE UART application. Connects this to serial port of an ARM SoC board.
P0.09 is for UART_Tx and P0.11 is for UART_Rx. No RTS and CTS are...
i am using a blend micro with nRF8001. and i am using it as a hub in my project.Now i am getting a range of 13 meters.but that is not enough for my project.so can i increase...
Hi!
I'm using the nRF Sniffer software (Windows 1.0.1 Rel.1111) with nRF51-DK Board (Rev. 1.1.0) and Wireshark (1.12.5).
Everything works fine until the number of 65535...
hi
i work in sdk v6.1 and work with dfu over air and it work fine on s110 but now i open this project
nrf51_sdk_v6_1_0_b2ec2e6\nrf51422\Board\nrf6310\s310\ble_ant_app_hrm...
Hi!
Turns out that there is no need for the SD310 and the nRF bootloader. Which means that the flash layout is edited and current support for the BLE OTA is dropped since...
Hi,
I am working on nRF51822 Microcontroller. I am not using any kind of stack I mean Bluetooth etc. I have a simple nRF51822 microcontroller and am running a simple application...
Like the title says, I'm making a call to nfc_t2t_emulation_start, and getting NRF_ERROR_INVALID_STATE (0x08) back.
The only prerequisite that I'm aware of in order to...
I'm testing with S132 nRF52 SoftDevice 3.0.0, BLE dfu operation with single, nRF toolbox on Android version 1.16.5.
I have checked the example in SDK, nRF5_SDK_12.1.0_0d23e2a...
Hi,
I am trying to make communication between two nrf51822 modules. I am using nrf11 SDK, In this i am using proprietary_rf-> esb_low_power_prx(ptx) examples.
In this...
URGENT
First of all, I have to mention that I dont understand PPI.
I have application which uses PWM to control a pump which is connected to the nRF52. To the nRF52...
What would be the payload size? That is, without any ble involvement? I assume it's 31 bytes? Or maybe this question is invalid since you can transfer unpackaged, raw data...
Issue: when the battery level is requested for the first time from mobile its responding correctly. but, when it is requested for the second time from mobile, disconnection...
We are trying to import blinky example(Keil project) to SES, we could succesfully build the eaxmple and dump into nRF52-DK, example is from SDK12.1. After we dump into kit...