Search found 15 matches

by Angainor
Wed Feb 10, 2021 6:03 pm
Forum: Raspberry Pi microcontroller boards
Topic: HID USB Button box controller?
Replies: 8
Views: 6384

Re: HID USB Button box controller?

Eagerly waiting for USB_HID to be supported on Stock Micropython as well, not just circuit python.

From what I saw, main troubles could be with cmake setup, since all needed code exists already in a place or another.

Do you know if someone actively works on this?
by Angainor
Sat Jan 30, 2021 3:02 pm
Forum: Raspberry Pi microcontroller boards
Topic: Raspberry Pi Pico: how to access the filesystem
Replies: 27
Views: 36674

Re: Raspberry Pi Pico: how to access the filesystem

Same issue here I guess.

Got a pico, wanted to use rshell. repl works fine, but cp to the /pyboard creates an empty file with timeout error.

Installed thonny, that copied the file ok.

However I'd like to use the "usual" simple rshell, so following that thread.
by Angainor
Mon Nov 16, 2020 9:28 am
Forum: Other Boards
Topic: [nRF52] pca10059 Flash FS not available - MBFS as well as VFS/LFS
Replies: 3
Views: 4393

Re: [nRF52] pca10059 Flash FS not available - MBFS as well as VFS/LFS

Hi, Would need to try again from a clean state to make extra sure, but looks like you nailed it! LFS working on first run with 800K instead of 1M. (Default LTO) I previously checked the open bootloader code, that is flash protecting MBR as well as Bootloader zones, but I surely missed something. htt...
by Angainor
Thu Nov 12, 2020 7:24 am
Forum: Other Boards
Topic: Attached is micropython firmware for the nRF52840
Replies: 33
Views: 23614

Re: Attached is micropython firmware for the nRF52840

Hi, Sorry to revive this thread but I was in a similar process as yours and encountered issues along the way, maybe some of you could help: Following instructions from start of this thread, I was able to - compile Micro Python for nRF52840, - flash it with Soft Device to a stock dongle (signed bootl...
by Angainor
Fri Nov 06, 2020 9:43 am
Forum: Other Boards
Topic: [nRF52] pca10059 Flash FS not available - MBFS as well as VFS/LFS
Replies: 3
Views: 4393

[nRF52] pca10059 Flash FS not available - MBFS as well as VFS/LFS

Hi, Encountering a weird issue I can't troubleshoot after days of attempts and much reading. Tried with many firmware versions. I have no issue building, flashing and getting various MicroPython running on my dongle, but no file system is available ever. I'm using a Minew C2 dongle, which is the sam...
by Angainor
Sat Sep 26, 2020 4:23 pm
Forum: ESP32 boards
Topic: TTGO T-WATCH-2020
Replies: 87
Views: 110338

Re: TTGO T-WATCH-2020

Still trying to figure out lvgl events and things. Got the swipe and views almost ok by getting rid of "lv_win" and using a simpler "lv_cont" - container instead. "win" traps the swipe event and I wasn't able to tell it to forward yet. Updated my branch, you can just upload the 3 changed files (wasp...
by Angainor
Sat Sep 26, 2020 12:52 pm
Forum: ESP32 boards
Topic: TTGO T-WATCH-2020
Replies: 87
Views: 110338

Re: TTGO T-WATCH-2020

We should have a single master repository though. Absolutely. My work is too crude for now to be a repo on its own. Pushed that in a hurry to demo the current state and issues. On the other hand, PR to husky repo would break other (non lvgl) apps, so it would only make sense if husky was to target ...
by Angainor
Sat Sep 26, 2020 10:56 am
Forum: ESP32 boards
Topic: TTGO T-WATCH-2020
Replies: 87
Views: 110338

Re: TTGO T-WATCH-2020

Check this one, based upon Husky "develop" branch https://github.com/AngainorDev/wasp-os/tree/lvgl Do not take care of the whole repo, only required code is the wasp/ folder to drop on your watch once you have the proper micropython firmware. - relies on https://github.com/OPHoperHPO/lilygo-ttgo-twa...
by Angainor
Sat Sep 26, 2020 10:04 am
Forum: ESP32 boards
Topic: TTGO T-WATCH-2020
Replies: 87
Views: 110338

Re: TTGO T-WATCH-2020

that's fantastic, when I have time I will integrate lvgl into my port and find a way to integrate my port into the main branch of wasp-os Thanks for your work, helped a lot bootstrapping. I'm new to lvgl myself, nice opportunity to learn. I have a first dirty fork I'll post soon, lgvl wasp-os based...