Search found 6 matches

by vangalvin
Sun Nov 03, 2019 1:09 am
Forum: ESP32 Arduino
Topic: Sketch Upload Tool for Windows
Replies: 4
Views: 5946

Re: Sketch Upload Tool for Windows

thanks @Pipi61 will give that a try. I was not sure if esptool.exe would run standalone. essentially if i send that and the relevant bins over on a SD card and maybe a .bat file with the commands added so all they need to do is double click the batch file they should be all good. Need to make it as ...
by vangalvin
Sat Nov 02, 2019 9:57 pm
Forum: ESP32 Arduino
Topic: Sketch Upload Tool for Windows
Replies: 4
Views: 5946

Sketch Upload Tool for Windows

Does anyone know of a stand alone windows application (or command line) that can be used to upload a pre compiled sketch to the ESP32. I have a unit that has now been sent to a remote location and if for some reason there are any unforeseen minor bugs I would like to be able to send someone out in t...
by vangalvin
Thu Oct 24, 2019 11:05 pm
Forum: ESP32 Arduino
Topic: FTP Server using SDFat?
Replies: 1
Views: 4089

FTP Server using SDFat?

Has anyone come across an FTP Server for the ESP32 that uses SDFat?

Seems most FTP servers are using SPIFFS or are designed to run on the ESP8266.
by vangalvin
Mon Oct 14, 2019 12:46 am
Forum: General Discussion
Topic: WiFi Passive mode and Beacons
Replies: 2
Views: 4363

Re: WiFi Passive mode and Beacons

I am working in a project where I use a beacon to wake an APP on a smartphone and make the app connect to the unit and download the data that it accumulated. Sometimes a simple push button would save a lot of energy instead of doing something automatic. The probelm with this unit is that the client...
by vangalvin
Thu Oct 10, 2019 11:13 pm
Forum: General Discussion
Topic: Switch from promiscuous to AP mode
Replies: 0
Views: 2101

Switch from promiscuous to AP mode

In my setup I have the following to enable me to scan and see if there is a know MAC address near by. Seems to work quite well. The goal is if there is a known MAC address the unit will switch in to AP mode however I cant seem to find any information about changing this mode on the fly. Is it possib...
by vangalvin
Thu Oct 10, 2019 12:20 pm
Forum: General Discussion
Topic: WiFi Passive mode and Beacons
Replies: 2
Views: 4363

WiFi Passive mode and Beacons

I have been building a project where low power is critical as the system is going to be located in a very remote place. The unit will spend a fair bit of time in sleep mode, wake up, take sensor readings then go back to sleep. however if someone arrives at the site (or close to it) it would be nice ...