Search found 9 matches

by Daniel.Kim
Wed Apr 22, 2020 1:40 am
Forum: ESP-IDF
Topic: How do I configure the network configuration for communicating between pc and esp32?
Replies: 0
Views: 2212

How do I configure the network configuration for communicating between pc and esp32?

Hi all I want to communicate between pc and esp32. So I'm testing the basic from example/ethernet. I set the pc network configuration by ip address 192.168.1.99 and netmask is 255, 255, 255, 0 , gateway 192.168.1.1. In esp32-ethernet_kit, I set the network configuration by ip 192.168.1.2, netmask 25...
by Daniel.Kim
Thu Apr 02, 2020 2:36 am
Forum: ESP-IDF
Topic: WiFi softAP demo test by esp-idf.
Replies: 2
Views: 3178

Re: WiFi softAP demo test by esp-idf.

Dear ESP_Sprite

Thanks for your reply.

As your commend, it was esp-idf update issue.

Now it solved.
by Daniel.Kim
Thu Apr 02, 2020 2:32 am
Forum: ESP-IDF
Topic: Can I get the esp-idf lib for TTGO T-Beam 1.0 ESP32 Lora?
Replies: 0
Views: 2607

Can I get the esp-idf lib for TTGO T-Beam 1.0 ESP32 Lora?

Hi everyone.

I'm looking for the esp-idf library for TTGO T-Beam 1.0 ESP32 Lora. (no Aduino)

Where can I get it?
by Daniel.Kim
Fri Mar 27, 2020 12:54 pm
Forum: ESP-IDF
Topic: WiFi softAP demo test by esp-idf.
Replies: 2
Views: 3178

WiFi softAP demo test by esp-idf.

Hello I'm testing the wifi softAP mode by esp-idf. I run recommend code but it can't be detected on my smartphone. I don't modify reference code except for ssid and password. (I modified ssid and password in idf.py menuconfig) Is there any configuration for wifi softAP mode? Using reference code : e...
by Daniel.Kim
Wed Mar 11, 2020 1:12 am
Forum: ESP-IDF
Topic: esp-idf ethernet example(basic)
Replies: 0
Views: 3704

esp-idf ethernet example(basic)

He all I'm testing ethernet with esp32-wroom-32D module and LAN8720 ETH module. I recommended wiring between esp32 and LAN8720 ETH from https://sautter.com/blog/ethernet-on-esp32-using-lan8720. I use the code which is in example/ethernet/basic. void app_main(void) { // Initialize TCP/IP network inte...
by Daniel.Kim
Fri Jan 17, 2020 1:24 am
Forum: General Discussion
Topic: Can I get the TTGO T-Beam ESP32 lora Library??
Replies: 1
Views: 2912

Can I get the TTGO T-Beam ESP32 lora Library??

Hello everyone

I'll use the TTGo T-Beam ESP32 Lora Module for Lora.

I want to use esp-idf library, let me know how can I get the library

Thanks
by Daniel.Kim
Thu Jan 16, 2020 5:44 am
Forum: General Discussion
Topic: Using Bluetooth and Lora
Replies: 2
Views: 2913

Re: Using Bluetooth and Lora

Thanks Wifive to reply.
by Daniel.Kim
Thu Jan 16, 2020 1:57 am
Forum: General Discussion
Topic: Using Bluetooth and Lora
Replies: 2
Views: 2913

Using Bluetooth and Lora

Hi everyone. I'll develop the sensor using the Bluetooth and Lora. There are 30 sensors, each sensor sensing the temperature and send data. Each 3 sensors are 1 Set. My plan is that 3 sensors send data by Bluetooth. Last one send all data to Lora Receiver using Lora. Then Lora Receiver is shown all ...
by Daniel.Kim
Wed Jul 03, 2019 1:06 am
Forum: General Discussion
Topic: esp32 openocd error(at Command Line)
Replies: 0
Views: 1739

esp32 openocd error(at Command Line)

Hi I try to use the OpenOCD at first. I finally coal is to use j-tag on the Visual Code IDE. So I follow the recommend which explained how to set up the OpenOCD at the command line. My OpenOCD path is "C:\Program Files\Espressif\ESP-IDF Tools\tools\share\openocd". I installed the ESP-IDF Tools. And ...