I’m waiting for my 'calc to ship and, having picked it up on a bit of a whim, have been wondering what to actually do with it apart from admiring it gently.
Over the weekend I went down a bit of a tracker related rabbit hole (the music composition software rather than GPS!) and I noticed some form factor similarity between the Polyend Tracker Mini and the 'calc, and then one search led to another and I came across the repo for the picoTracker.
Has anyone made use of anything similar, or indeed used this on this device?
The idea is indeed attractive. The battery life of the picocalc would make it suitable for very long music creation sessions. Unfortunately, PWM sound is not great (or at least, I haven’t seen a configuration where it shines). Maybe with an added i2s sound output, it could work. Also, memory is limited on the pico so you’d have to stream audio directly from SD-card. I don’t have enough experience to say whether it would have the bandwidth. There is also the Luckfox Lyra option which has all the beefs needed but requires some soldering.
Hi, I may take a look. I have done some compile challenges with LittlePiggyTracker on Lyra may it is easier for the Pico to compile. But I cannot promise anything.
Let me second that emotion! I was literally just thinking about this and decided to see if anyone else was and lo and behold, you are! Please look into this. Once I get more familiar with coding my PicoCalc, I may try it if someone else hasn’t already.
On the face of it, the picoTracker is targeted at the pico 2 so hopefully it should just be a case of dealing with inputs - the board Xiphonics have out together does’t look all that dissimilar.
I don’t yet have a 'calc in hand but in theory you should just be able to flash the .uf2 and away you go, or at least “away you go until the first incompatibility…”!
Hi,
I done some test and changed the code comparing it to the lyra driver and madcock picomite implementation. Sadly no success, I think i have to wait for my debug module.
Maybe some of knowing one can have a look on my configuration?
#define DISPLAY_SPI spi1 #define DISPLAY_CS 13 #define DISPLAY_DC 14 #define DISPLAY_RESET 15 #define DISPLAY_SCK 10 #define DISPLAY_MOSI 11 #define DISPLAY_MISO 12 #define DISPLAY_PWM 23 → It is on mcu as i know