Search found 51 matches
- Sat Jun 16, 2018 11:33 am
- Forum: ESP-IDF
- Topic: .Net Micro Framework on ESP32 chip
- Replies: 15
- Views: 34429
Re: .Net Micro Framework on ESP32 chip
Did anyone get .Net Micro Framework running on the ESP32?
- Fri Jul 28, 2017 9:37 am
- Forum: News
- Topic: [Notice] ESP32 Hardware Design Guidelines Updated!
- Replies: 2
- Views: 21668
Re: [Notice] ESP32 Hardware Design Guidelines Updated!
I'm using a ESP-WROOM-32. Does the change above mean that I should make any changes to my board, or is this something that is handled inside the ESP-WROOM-32?
The guidelines says that this change is regarding pin 9, but this is not the same as pin 9 on the ESP-WROOM-32, right?
The guidelines says that this change is regarding pin 9, but this is not the same as pin 9 on the ESP-WROOM-32, right?
- Sun Jun 11, 2017 9:55 pm
- Forum: General Discussion
- Topic: Playing w ESP32 - new Mongoose OS tool features: JS API, RPC, terminal
- Replies: 1
- Views: 6411
Re: Playing w ESP32 - new Mongoose OS tool features: JS API, RPC, terminal
I've been playing around with Mongoose OS on ESP32 for a couple of days now, and I like it. A lot better developer experience than FreeRTOS.
Mongoose has both a C/C++ api, and a Javascript one. I'll be using the C/C++ one. The methods in the C api do resemble the ones in FreeRTOS, but without the ...
Mongoose has both a C/C++ api, and a Javascript one. I'll be using the C/C++ one. The methods in the C api do resemble the ones in FreeRTOS, but without the ...
- Wed Jun 07, 2017 3:47 pm
- Forum: General Discussion
- Topic: Socket.io (Websocket) Client Example
- Replies: 6
- Views: 23914
Re: Socket.io (Websocket) Client Example
Socket.io actually has a C++ client example here:
https://github.com/socketio/socket.io-client-cpp
Perhaps it can work on ESP32?
https://github.com/socketio/socket.io-client-cpp
Perhaps it can work on ESP32?
- Wed Jun 07, 2017 3:31 pm
- Forum: General Discussion
- Topic: Socket.io (Websocket) Client Example
- Replies: 6
- Views: 23914
Re: Socket.io (Websocket) Client Example
I'm really interrested in this as well!
- Tue Jun 06, 2017 10:16 pm
- Forum: ESP32 Arduino
- Topic: Set I2C pins used by Wire.h?
- Replies: 3
- Views: 26743
Re: Set I2C pins used by Wire.h?
Perfect, that worked!
- Mon Jun 05, 2017 8:12 pm
- Forum: ESP32 Arduino
- Topic: Set I2C pins used by Wire.h?
- Replies: 3
- Views: 26743
Set I2C pins used by Wire.h?
Hi,
I've been programming with C++/ESP-IDF a while now, but want to switch my project over to use Arduino IDE instead.
During the initial Arduino tests I've come across an issue with I2C, and then I realize that I haven't told the Arduino sketch which of the ESP32 pins I'm using for I2C. In the ...
I've been programming with C++/ESP-IDF a while now, but want to switch my project over to use Arduino IDE instead.
During the initial Arduino tests I've come across an issue with I2C, and then I realize that I haven't told the Arduino sketch which of the ESP32 pins I'm using for I2C. In the ...
- Wed May 17, 2017 5:57 pm
- Forum: ESP-IDF
- Topic: [Info] Building ESP32 applications on Windows using Visual Studio
- Replies: 4
- Views: 19392
Re: [Info] Building ESP32 applications on Windows using Visual Studio
Has anyone gained any more experience using Visual Studio with ESP32 since these October-posts? I use VS at work daily, and would love to be able to use it for ESP32 as well.
- Tue May 16, 2017 2:09 pm
- Forum: General Discussion
- Topic: Connecting JTAG?
- Replies: 12
- Views: 34732
Re: Connecting JTAG?
Fantastic! SWD sounds like a nice plan, since I'm creating a tiny board. I'll try that.
Thanks!
Thanks!
- Mon May 15, 2017 10:04 pm
- Forum: General Discussion
- Topic: Connecting JTAG?
- Replies: 12
- Views: 34732
Connecting JTAG?
Hi, I'm working on the third revision of my ESP-WROOM-32 based board. This time around I want to add support for JTAG debugging. I haven't used JTAG before, so I wanted to run this by you guys before I produce the new board.
My googling has led me to believe these are the pins that are used by JTAG ...
My googling has led me to believe these are the pins that are used by JTAG ...