Search found 6 matches
- Tue Jan 08, 2019 10:00 am
- Forum: ESP-IDF
- Topic: api/esp_bt_device.h: No such file or directory even it's included
- Replies: 1
- Views: 4590
api/esp_bt_device.h: No such file or directory even it's included
I'm new to ESP32 i'm trying to write a program in eclipse i've followed the youtube link: https://www.youtube.com/watch?v=bYh2w0HzS7s&t=726s it works good now i wanted to add bluetooth functionality (getting the bt address) to the program so i've included: ${IDF_PATH}/components/bt/bluedroid/api/inc...
- Mon Jan 07, 2019 5:38 am
- Forum: General Discussion
- Topic: create program from scratch without make
- Replies: 5
- Views: 6521
Re: create program from scratch without make
Thank you for the link i've watched the video i've import the xml i've encounter a problem: cygwin/types:no such file or directory so i've creted one in newlib and pass the types.h from sys folder into cygwin folder (that i've created) now it shows me another problem: C:\esp-idf/components/freertos/...
- Sun Jan 06, 2019 5:53 am
- Forum: General Discussion
- Topic: create program from scratch without make
- Replies: 5
- Views: 6521
Re: create program from scratch without make
Hi, Thank you for the reply however, i've seen most of the examples and they using make files, and i don't know how to add another library for instance, in the blink example i want to add esp_bt_dev_get_address which in bt/bluedroid/api/include but i can't I want to start a new program in eclipse wr...
- Thu Jan 03, 2019 2:42 pm
- Forum: General Discussion
- Topic: create program from scratch without make
- Replies: 5
- Views: 6521
create program from scratch without make
Hi,
I'm new to ESP32
i saw some examples that use make file to create a program
how can i built a program from scratch in eclipse? without the use of make?
for instance, blink project?
I'm new to ESP32
i saw some examples that use make file to create a program
how can i built a program from scratch in eclipse? without the use of make?
for instance, blink project?
- Wed Nov 21, 2018 11:00 am
- Forum: ESP-IDF
- Topic: ESP32 uart_read_bytes always 0
- Replies: 1
- Views: 3203
ESP32 uart_read_bytes always 0
I have ESP32-PICO-KIT v4 and i want to communicate with uart and serial port i took the following code example: /* UART Echo Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on...
- Sun Nov 18, 2018 1:47 pm
- Forum: ESP-IDF
- Topic: ESP32 BT write echo back once
- Replies: 2
- Views: 4631
ESP32 BT write echo back once
Hi, I'm new to esp32, and i want to use the bluetooth feature I've taken the spp_accepter example and add it the spp_initiator example here's the outcome: /* This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this s...