Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to the QI/wireless charging #501

Merged
merged 2 commits into from Jul 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 4 additions & 8 deletions content/pylife/devices/_index.md
Expand Up @@ -16,7 +16,7 @@ aliases:
* Weight: 24g
* [PyGo Datasheet](/gitbook/assets/pylife/devices/Pycom_001_Specsheets_PYGO_v1.pdf)

The optional USB cradle allows you to charge the PyGo over USB as well as to connect to the serial port for development purposes.
The USB cradle allows you to charge the PyGo over USB as well as to connect to the serial port for development purposes.


![PyGo Top View](/gitbook/assets/pylife/devices/thumbnail_PyGoChargeCradle.png)
Expand All @@ -26,11 +26,11 @@ The optional USB cradle allows you to charge the PyGo over USB as well as to con
After installing the Mobile App, you will be asked to connect your PyGos.
This can also be done anytime in the 'Devices' tab of PyLife.

1) Put a PyGo on to a Qi-compatible wireless charger or into a USB cradle to start charging and wake it up. Make sure it is within a few meters of your phone.
1) Put a PyGo into a USB cradle to start charging and wake it up. Make sure it is within a few meters of your phone.
2) Once the PyGo screen shows it is charging, in Pylife tap `Start Scanning`. Pylife will use your phone's Bluetooth to look for PyGos.
3) The device will have a unique ID (e.g. PyGo 12345) which cannot be changed, but you can optionally give it a name to easily identify it.
4) Click 'Add PyGo', and your PyGo is now paired. Please now proceed imediately to update its firmware.
5)

![Device Scanning](/gitbook/assets/pylife/devices/device_scanning.png)
![Device Scanning](/gitbook/assets/pylife/devices/device_active_scan.png)

Expand All @@ -45,7 +45,7 @@ You can add more than one PyGo to your App. If you do this, make sure to give ea
* How do I turn my PyGo on?
* Your PyGo is an always on device. You can wake it up by charging it, or by double tapping the screen.
* How do I charge my PyGo?
* You can charge your PyGo either by placing it on a Qi-compatible wireless charger, or by putting it in a USB cradle. When it is charging a charging animation will appear on the screen. Charging from 0% takes approximately 3-4 hours on USB, or 6-8 hours on a wireless charger.
* You can charge your PyGo by putting it in a USB cradle. When it is charging a charging animation will appear on the screen. Charging from 0% takes approximately 3-4 hours on USB.
* How will I know when the PyGo is fully charged?
* When your PyGo is fully charged it will show this on the display, and also in the 'Devices' section of the PyLife app.
* How long will the battery last for?
Expand All @@ -55,10 +55,6 @@ You can add more than one PyGo to your App. If you do this, make sure to give ea
* In Eco mode the PyGo will sleep for 15 minutes between updates unless it is woken up with a double tap. The battery life is approximately 18 hours.
* How do I turn my PyGo Off?
* You do not need to turn the PyGo off. If you want to prolong battery life simply turn it to Eco mode in the app.
* What chargers are compatible with PyGos?
* All Qi compatible wireless chargers are compatible.
* My PyGo gets hot while charging?
* It is normal for devices that are using wireless charging to release heat. Due to the small size of the PyGo it can feel quite hot to touch as it radiates the heat. This is normal, and the temperature is monitored internally to keep it at safe levels. However as with all electronics you should not leave it unattended while charging.
* Shall I leave my PyGo Charging over night or when I am not present?
* No. As with all electronics, you should always remain prudent and charge the PyGo only when you are present and conscious.
* Is the recessed button on the bottom of the PyGo a reset button?
Expand Down
5 changes: 3 additions & 2 deletions content/pylife/fwupdate/_index.md
Expand Up @@ -54,12 +54,13 @@ If the firmware update fails, you can reconnect to the PyGo and try again. It wi
If your PyGo stops responding in PyLife, and doesn't display a charging symbol when placed on a suitable charger, it may have entered an error state. We have discovered a bug in the firmware the PyGos are shipped with where in unusual circumstances involving the GPS the PyGo can enter this state where it does not respond to external input.
The immediate firmware update resolves this issue, but if you do encounter please do the following:
1) Leave the PyGo off the charger until the battery is discharged (this may take a day or so, but will be much quicker if the battery is not fully charged)
2) Wake up the PyGo using a charger, either on a Qi compatible charger or by placing it in a charging cradle
2) Wake up the PyGo by placing it in a charging cradle
3) Restart the update process. PyLife should prompt you to resume the update, and fix the issue.


## Manual firmware update from computer
For most people, performing the firmware update through the app is the best option. However, it is possible to update through a computer if you have the USB cradle or your device is already in upgrade mode.

For most people, performing the firmware update through the app is the best option. However, it is possible to update through a computer using the USB cradle or your device is already in upgrade mode.

If your device is not already in upgrade mode from a previous upgrade attempt, please install [Atom](https://docs.pycom.io/gettingstarted/software/atom/) or [Visual Studio Code](https://docs.pycom.io/gettingstarted/software/vscode/) and enter the REPL prompt in the Pymakr plugin. Alternatively you can use PuTTy or minicom as Terminal programs

Expand Down
12 changes: 0 additions & 12 deletions content/pylife/gettingstarted/_index.md
Expand Up @@ -17,18 +17,6 @@ To avoid danger of suffocation, please keep out of reach of babies, children, an

### GETTING STARTED WITH PYLIFE

Before you Use the PyGo

* Charge your PyGo on a wireless charger until the screen shows a full charge

To charge you can use:

* PyGo Qi Charger
* PyGo Charge Cradle
* Your own Qi compatible wireless charger

First use:

1. Download the Pylife App from the iOS or the Android App Store

Android Shop:
Expand Down