View previous topic :: View next topic |
Author |
Message |
tequilaa
Joined: 16 Aug 2019 Posts: 2
|
Some problem about ESP32 |
Posted: Fri Aug 16, 2019 4:25 am |
|
|
Hello everyone, I am completely new to PIC and I am currently developing a data logger and planning to send the data to PC / phone using the ESP32 WROOM chip using the wifi protocol.
However, I could not find any of the references. I would like to ask if anyone had experience on ESP32 and could provide some simple examples (like blinking the LEDs using the network) which can verify the functionality and provide some insight for me. Thanks
The pic i am using is pic16LF15376 and here is the datasheet for ESP32: https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9221 Location: Greensville,Ontario
|
|
Posted: Fri Aug 16, 2019 6:44 am |
|
|
you'll NEED to download the 'must read' documents that are listed in that PDF !! That device has a version of the AT command set, so communicating to it should be easy...
start small, say retrieve the 'setup' config of the device, change a couple registers, read them back, confirm you're doing it ....
small steps...not BIG ones !
Jay |
|
|
cbarberis
Joined: 01 Oct 2003 Posts: 172 Location: Punta Gorda, Florida USA
|
|
Posted: Tue Jun 08, 2021 8:22 am |
|
|
Is there a specific reasons to why you would want to use a PIC along with a ESP32? The ESP32 is a full blown32 bit controller with much more features and computing power than a 8 bit PIC. Making a WiFi Data logger with the ESP32 is a fairly simple project and if you have never coded in C with the ESP32 you could easily build this project using the Arduino interface, actually you will find many code applications for a data logger that you can easily modify for your own purpose. |
|
|
|