GaryM0101
GaryM0101
If you haven't built wasp-os from the source this is the best way to retrieve the logs. https://wasp-os.readthedocs.io/en/latest/install.html#building-wasp-os-from-source Once you have the Wasp source you can use the wasptool to...
Christian, did you follow the installation guide? After doing the "git clone" did you do a "make submodules", 'make softdevice"...etc? https://wasp-os.readthedocs.io/en/latest/install.html Gary
I'm sorry to hear that, don't know what else to try assuming you installed the prerequisites prior to doing the git clone.
Here is my build FWIW, note I'm running an older version of SleepTk (December 2022) as the "get" and "set" Python methods are waiting for WASP-OS promotion and the current...
Sorry, yes morse and other larger applications like Level and Beacon are loaded via the wasptool onto the extended memory of the watch and are not included in the micropython.zip...
Hello @tiPrans I can build you another one with your preferred apps, note SleepTk has issues with the stepcounter and logging of it so I suggest not including the stepcounter....
The Literal Clock errors when loading in the simulator: File "/home/pi/wasp-os/wasp/apps/literal_clock.py", line 90, in update say = ("", hour[now[3] % 12], "fourty", lows[now[4]]) IndexError: list index out of range So...
@tiPrans Good! When you get the Literal Clock going I can make another build with the Sport App included. As for a note taking app there is no "pull" request...
@tiPrans Looks like you have some more issues with the literal_clock, I tested this in the simulator. File "/home/pi/wasp-os/wasp/apps/literal_clock.py", line 55, in foreground self.draw() File "/home/pi/wasp-os/wasp/apps/literal_clock.py", line 52, in draw...
@tiPrans The word clock compiled and tested okay in the simulator. I kept the other apps you requested before like calculator.py, music_player.py, play2048.py, snake.py, stopwatch.py, timer.py. Sleep.tk, DisaBLE and Sports...