Search results

  1. reaper7

    Best Xiaomi Yi Script better than GoPro (2K with 30fps at 25Mb/s)

    looks really good! which settings may be incompatible with fw1.2.13? (except resolution and bitrate)
  2. reaper7

    Camera WiFi in Client mode - WORKING .ash SCRIPT inside

    if "5m" works on Yi then I think YES. You must test it... Second way is a additional sh script executed/started from autoexec, which in loop checks file numbers inside DCIM folder, or little fast way - check if DCIM dir is empty (if You start Your work with empty folder :) ) if at some point...
  3. reaper7

    Camera WiFi in Client mode - WORKING .ash SCRIPT inside

    ...and of course line ending unix style (LF) not as is default on windows CR+LF
  4. reaper7

    Camera WiFi in Client mode - WORKING .ash SCRIPT inside

    this does not work properly? /usr/local/share/script/wifi_stop.sh
  5. reaper7

    [Xiaomi Yi] Share your scripts and settings

    Can You post Your settings (autoexec.ash)?
  6. reaper7

    Start camera in Video mode

    You can set default mode inside official app (once)
  7. reaper7

    Camera WiFi in Client mode - WORKING .ash SCRIPT inside

    nice to hear :) I'm working on a new one script, more complex and more flexible, not only for switching wifi modes... look at: https://github.com/reaper7/XIAOMI_YI_MODE_SWITCH
  8. reaper7

    Camera WiFi in Client mode - WORKING .ash SCRIPT inside

    Yes, press shutter button and hold down...when selected mode is set then red shutter led blinks TWO TIMES for sta mode, after these flashes You can release button.
  9. reaper7

    Camera WiFi in Client mode - WORKING .ash SCRIPT inside

    @Hdez - STA mode with static IP is not available, and at this moment I do not plan to add this. Sorry. Script wifi_set.sh is started at top of autoexec.ash and executed in a single pass "set mode & exit", without any loop which wait when user switch on wifi(or not). But You can add Your own...
  10. reaper7

    Camera WiFi in Client mode - WORKING .ash SCRIPT inside

    @unamontez - please check my scripts from github I use it on my 23L fv:1.2.13
  11. reaper7

    [Xiaomi Yi] Get exif information directly in camera

    very nice! btw - can You tell me which sdk You are using for compilation xiaomi yi programs? any links?
  12. reaper7

    [Xiaomi Yi] Share your scripts and settings

    Sorry for double posting :/ I prepare some repo with scripts for switching between AP/STA mode by shutter btn when cam starts You can find this repo on https://github.com/reaper7/XIAOMI_YI_WIFI_SWITCH so...now I'm ready for testing yi_plus :D
  13. reaper7

    [Xiaomi Yi] Share your scripts and settings

    Yes, this is very nice tool but (because always is some "but", as we Poles says ;) )...how with this tool switch between ap/sta modes? For this reason I using ash.booter Hmmm ... maybe little addition inside yi_plus.sh? e.g. when shutter button is pressed when cam starts, then run sta mode and...
  14. reaper7

    Diy cheap wifi remote for xiaomi yi

    for esp8266 better will be Arduino: https://github.com/esp8266/arduino instead AT commands I do some tests with sending json commands from http://copter.sovgvd.info/a/Xiaomi-Yi-protocol-remote-control#7878-JSON at this moment only for on/off leds but the same operations are available from...
  15. reaper7

    [Xiaomi Yi] Share your scripts and settings

    I don't have such bash skills :D First of all after send first request for valid token: '{"msg_id":257, "token": 0}' tcp pipe must be opened for next request. Sending any next requests via separate netcat instances gives errors... so, as You wrote in Your example, this must be send by one...
  16. reaper7

    [Xiaomi Yi] Share your scripts and settings

    this is starting point :D I found something from line 1132 but I don't know how to use it https://github.com/PJanisio/Xiaomi_Yi_autoexec/blob/master/!!commands_extracted/1.2.13/strings.txt#L1132 I try send json command via telnet 7878: {"msg_id":257, "token": 0} then next...
  17. reaper7

    [Xiaomi Yi] Share your scripts and settings

    in settings via app...I know...but I using https://github.com/halvaborsch/ash.booter for my various situation, one of them is cardvr where I would just press the power button and (wrote above) 4 steps needs to be done via script.
  18. reaper7

    [Xiaomi Yi] Share your scripts and settings

    Hi, is there any script for car_dvr mode? I'm looking for script which: enable recording in loop switch all leds off rotate recording in 180 degr. auto record I found 3 & 4: t app test vin_rotate 180 t app key record but how to realize pt 1 and 2 ??? it is possible via autoexec.ash script?
Back
Top