Skip to content

chouchiate/v0.31.32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

walabot-home-falling

Software Requirements

  • Python3 64bit
  • esptool installed with python -m pip install esptool from CMD/Terminal
  • UART Drivers

Erasing flash

Open CMD/Terminal and run the following:

python -m esptool erase_region 0xa000 0xFF6000

Flash the Application

Open CMD/Terminal and run the following:

python -m esptool -b 921600 --after hard_reset write_flash --flash_mode dio --flash_size 16MB --flash_freq 40m 0x1000 bin\bootloader.bin 0x8000 bin\partition-table.bin 0xd000 bin\ota_data_initial.bin 0x10000 bin\walabot-home-vblu.bin

Button Behavior

Button press is acknowledged after holding it for at least 3 seconds.

Timing Behavior
Startup without WiFi Start smartconfig
WiFi connection failure Restart smartconfig
Paired Unpair and restart smartconfig

Provision

When provisioning, you need to specify the device, you need to specify the correct server and packages name. See list bellow for more details.

project package name cloud registry
Breathing com.walabot.home.esp.breathing walabot_home_breathing
Fall com.walabot.home.esp.fall walabot_home_fall
HeartRate com.walabot.home.esp.heartrate walabot_home_heartrate
Gen2 com.walabot.home.esp.client walabothome-app-cloud
Gen2 (dev) com.walabot.home.esp.client walabot_home_gen2

http_url:

project_id:

  • gen2 walabot-home
  • dev walabothome-app-cloud
  • others vayyarhomedatacollection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published