uLisp now supports the Adafruit Fruit Jam


#1

The Adafruit Fruit Jam is a single board computer based on the RP2350B, the 80-pin version of Raspberry Pi’s RP2350 microcontroller.

It features a wide selection of peripherals including: two USB-A ports for a keyboard, mouse, or game controller, a Micro SD Card, a TLV320DAC3100 capable of driving an I2S stereo headphone and mono loudspeaker, an ESP32-C6 for WiFi and Internet connectivity, five NeoPixels, three switches, and a DVI port that can drive an HDMI display using the RP2350’s High Speed Transmit (HSTX) peripheral:

It’s supported by the latest release of ARM uLisp, 4.8f. For more information see: Adafruit Fruit Jam.

See it on Adafruit: Adafruit Fruit Jam - Mini RP2350 Computer.


#2

Still to do:

  • Using Wi-Fi with the ESP32-C6 and the uLisp Wi-Fi extensions.

  • Sound output; eg from note.

  • IR Receiver input.

  • Using USB Host devices; eg keyboard, mouse, game controller.

  • Work out why the HSTX HDMI graphics doesn’t work with uLisp using PSRAM.

If anyone succeeds with any of these please let me know.