Search found 847 matches

by OutoftheBOTS_
Sun Dec 31, 2017 4:23 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 542033

Re: MicroPython on ESP32 with SPIRAM support

Ok I connected to my router and now it gets a little further. I get this from FileZilla Status: Connecting to 192.168.1.109:23... Status: Connection established, waiting for welcome message... Response: MicroPython ESP32_LoBo_v2.0.8 - 2017-11-04 on ESP32 board with ESP32 Error: Could not connect to ...
by OutoftheBOTS_
Sun Dec 31, 2017 1:16 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 542033

Re: MicroPython on ESP32 with SPIRAM support

Ok I am getting further all the time. I have installed 64bit Ubuntu on another laptop and successfully ran menuconfig and then built and flashed the firmware to ESP32 board. I logged onto the board with my windows PC using putty serail and everything worked fine. I enabled AP and connected to it wit...
by OutoftheBOTS_
Sat Dec 30, 2017 9:12 pm
Forum: ESP32 boards
Topic: access point setup on boot
Replies: 8
Views: 15483

Re: access point setup on boot

I am quite new to this platform but what I have been doing is putting all my setup stuff that I always want to do in boot.py and using main.py for if I want to start a program headless automatically on boot up then I will rename the program too main.py. I am doing lots of experimenting so am constan...
by OutoftheBOTS_
Thu Dec 28, 2017 9:31 am
Forum: ESP32 boards
Topic: access point setup on boot
Replies: 8
Views: 15483

Re: access point setup on boot

I am quite new to MicroPython and ESP boards but this si what I did I only used the first 2 lines of code to activate the AP and connect to it with my PC ap = network.WLAN(network.AP_IF) ap.active(True) If you want it to do this on every boot just add it to the boot.py most people also seem to add a...
by OutoftheBOTS_
Mon Dec 25, 2017 9:06 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 542033

Re: MicroPython on ESP32 with SPIRAM support

@Loboris thanks a lot for your time especially at Christmas. I followed your advice on getting a 32bit toolchain working but the ./BUILD.sh menuconfig failed to build. I am at the stage that if I want to continue to learn and develop my programming skills I think that I need to have a computer runni...
by OutoftheBOTS_
Sun Dec 24, 2017 9:07 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 542033

Re: MicroPython on ESP32 with SPIRAM support

Ok Virtual box won't let me cut from inside the VM and paste outside so I have to type then out this seems to were it started to go wrong /home/bot/MicroPython_ESP32_psRAM_LoBo/Tools/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc: Syntax error: ";" unexpected make: *** [/home/bot/MicroPython_ESP32_psRAM_...
by OutoftheBOTS_
Sun Dec 24, 2017 8:03 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 542033

Re: MicroPython on ESP32 with SPIRAM support

When I run ./BUILD.SH I get the error

'make all' FAILED!

What am I doing wrong??

Merry Christmas to everyone :)
by OutoftheBOTS_
Sun Dec 24, 2017 12:20 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 542033

Re: MicroPython on ESP32 with SPIRAM support

Ok I ran ./BUILD.sh menuconfig and created the config file.

I then ran ./BUILD.sh but got the error message
'make all' FAILED!
by OutoftheBOTS_
Sat Dec 23, 2017 11:15 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 542033

Re: MicroPython on ESP32 with SPIRAM support

Ok that helped and but now it says Your display is too small to run Menconfig! It must be at least 19 lines by 80 colums I can't find where in virtual box to give me bigger display Edit after lots of googling I have found way to make fullscreen virtual box and now BUILD menuconfig works perfectly :)...
by OutoftheBOTS_
Sat Dec 23, 2017 10:23 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 542033

Re: MicroPython on ESP32 with SPIRAM support

I installed Ubuntu in virtual box but got the exact same error