Search found 1 match

by dima.j
09 Mar 2021 19:28
Forum: mikroC PRO for PIC32 General
Topic: esp32 connecting to ble
Replies: 1
Views: 1543

esp32 connecting to ble

I am trying to connect to esp32 ble. I have the PIC32MX and using mikroC PRO. Wifi is working but bluetooth is not. #include "tft_resources.h" #include <stdbool.h> // module connections sbit WIFI_3_EN at RC2_bit; sbit WIFI_3_EN_DIR at TRISC2_bit; sbit WIFI_3_RST at RC1_bit; sbit WIFI_3_RST_DIR at TR...

Go to advanced search