Search found 16 matches

by uhrheber
Wed Nov 16, 2016 7:23 am
Forum: General Discussion
Topic: Play the onchip Hall sensor and temperature sensor
Replies: 5
Views: 24601

Re: Play the onchip Hall sensor and temperature sensor

[ 3. Hmm, 3d printer is cool. we are planning to design shield boards ... I don't think that it'l make sense to do your own shield, as RAMPS(-FD) boards are dirt cheap, and lots of people already have them. We'd need an Arduino Mega/Due compatible board, powered by an ESP32, that can replace the ex...
by uhrheber
Tue Nov 15, 2016 2:40 pm
Forum: General Discussion
Topic: Play the onchip Hall sensor and temperature sensor
Replies: 5
Views: 24601

Re: Play the onchip Hall sensor and temperature sensor

comcat, I found your wiki today, and were playing around with the sensors, before I found your post here. (see http://www.esp32.com/viewtopic.php?f=13&p=2064#p2064). The hall sensor on my board (Sparkfun ESP32 Thing) seems to be fairly insensitive. I placed a really strong magnet on the chip, but th...
by uhrheber
Tue Nov 15, 2016 2:27 pm
Forum: ESP-IDF
Topic: Functions in librtc.a
Replies: 2
Views: 7543

Functions in librtc.a

Hi. There are functions in librtc.a with promising names, like rtc_xtal_32k_ena, dac_out, hall_sens_read, temprature_sens_read (yes, it's actually spelled wrongly), touch_init, touch_read, rtc_smoke_detector_demo, etc. Some of them, namely hall_sense_read and temprature_sens_read are used in an exam...
by uhrheber
Sat Nov 12, 2016 5:12 pm
Forum: ESP-IDF
Topic: Using Eclipse with OpenOCD to build and debug ESP32
Replies: 13
Views: 30990

Re: Using Eclipse with OpenOCD to build and debug ESP32

BTW: Does the ESP32 support boundary scan?
by uhrheber
Sat Nov 12, 2016 12:28 pm
Forum: ESP32 Arduino
Topic: Collection PinMaps of Arduino friendly Boards
Replies: 5
Views: 15387

Re: Collection PinMaps of Arduino friendly Boards

Sparkfun ESP32 Thing:

Image
by uhrheber
Sat Nov 12, 2016 12:18 pm
Forum: ESP32 Arduino
Topic: Class options not available?
Replies: 1
Views: 6881

Class options not available?

Hi. I'm trying to port an application from ESP8266 to ESP32. It uses a ping library from https://github.com/dancol90/ESP8266Ping. The class definition looks like: class PingClass { public: PingClass(); bool ping(IPAddress dest, byte count = 5); bool ping(const char* host, byte count = 5); int averag...