NHB Systems JL401-S3 4MB Flash 2MB PSRAM by NHB Systems
The NHB Systems JL401-S3 is a datalogger board built around the ESP32-S3-MINI-1 module with 4 MB of flash and 2 MB of PSRAM and a native USB-C interface. The board integrates a rich set of on-board peripherals aimed at field data acquisition:
- Analog Devices AD7124-4 24-bit ADC
- PCA9546A I²C multiplexer
- MCP7940N real-time clock
- ST LSM6DSO 6-axis IMU
- microSD card slot
- Status NeoPixel with switchable power
- Switchable I²C and microSD power rails
This board is not yet released for sale. Board definition by Jaimy Juliano (@jjuliano77) of NHB Systems.
Learn More
- NHB Systems on Tindie (manufacturer’s storefront; JL401-S3 not yet listed)
- NHB Systems on GitHub
- NHB_CircuitPython_AD7124 — CircuitPython driver for the on-board 24-bit ADC
Contribute
Have some info to add for this board? Edit the source for this page here.
CircuitPython 10.2.1
This is the latest stable release of CircuitPython that will work with the NHB Systems JL401-S3 4MB Flash 2MB PSRAM. Use this release if you are new to CircuitPython.
Modules included in this download
_asyncio _bleio _bleio (native) _eve _pixelmap adafruit_bus_device adafruit_pixelbuf aesio alarm analogbufio analogio array atexit audiobusio audiocore audiomixer audiomp3 binascii bitbangio bitmapfilter bitmaptools board builtins builtins.pow3 busdisplay busio busio.SPI busio.UART canio codeop collections countio digitalio displayio epaperdisplay errno espcamera espidf espnow espulp fontio fourwire framebufferio frequencyio getpass gifio hashlib i2cdisplaybus io ipaddress jpegio json keypad keypad.KeyMatrix keypad.Keys keypad.ShiftRegisterKeys keypad_demux keypad_demux.DemuxKeyMatrix locale lvfontio math max3421e mdns memorymap microcontroller msgpack neopixel_write nvm onewireio os os.getenv paralleldisplaybus ps2io pulseio pwmio qrio rainbowio random re rgbmatrix rotaryio rtc sdcardio sdioio select sharpdisplay socketpool socketpool.socketpool.AF_INET6 ssl storage struct supervisor supervisor.get_setting synthio sys terminalio tilepalettemapper time touchio traceback ulab usb usb_cdc usb_hid usb_midi vectorio warnings watchdog wifi zlibFeatures: USB-C, STEMMA QT/QWIIC
CircuitPython 10.3.0-alpha.2
This is the latest development release of CircuitPython that will work with the NHB Systems JL401-S3 4MB Flash 2MB PSRAM.
WARNING: On Espressif ESP32-S2 and ESP32-S3 boards with 4MB flash, CircuitPython 10.0.0-beta.0 and later require TinyUF2 bootloader version 0.33.0 or later. Older TinyUF2 bootloaders don't provide enough room for the firmware and cannot load it. See the Release Notes for more details, and see Update UF2 Bootloader below.
Alpha development releases are early releases. They are unfinished, are likely to have bugs, and the features they provide may change. Beta releases may have some bugs and unfinished features, but should be suitable for many uses. A Release Candidate (rc) release is considered done and will become the next stable release, assuming no further issues are found.
Please try alpha, beta, and rc releases if you are able. Your testing is invaluable: it helps us uncover and find issues quickly.
Release Notes for 10.3.0-alpha.2
Modules included in this download
_asyncio _bleio _bleio (native) _eve _pixelmap adafruit_bus_device adafruit_pixelbuf aesio alarm analogbufio analogio array atexit audiobusio audiocore audiomixer audiomp3 binascii bitbangio bitmapfilter bitmaptools board builtins builtins.pow3 busdisplay busio busio.SPI busio.UART canio codeop collections countio digitalio displayio epaperdisplay errno espcamera espidf espnow espulp fontio fourwire framebufferio frequencyio getpass gifio hashlib i2cdisplaybus io ipaddress jpegio json keypad keypad.KeyMatrix keypad.Keys keypad.ShiftRegisterKeys keypad_demux keypad_demux.DemuxKeyMatrix locale lvfontio math max3421e mdns memorymap microcontroller msgpack neopixel_write nvm onewireio os os.getenv paralleldisplaybus ps2io pulseio pwmio qrio rainbowio random re rgbmatrix rotaryio rtc sdcardio sdioio select sharpdisplay socketpool socketpool.socketpool.AF_INET6 ssl storage struct supervisor supervisor.get_setting synthio sys terminalio tilepalettemapper time touchio traceback ulab usb usb_cdc usb_hid usb_midi vectorio warnings watchdog wifi zlibFeatures: USB-C, STEMMA QT/QWIIC
Absolute Newest
Every time we commit new code to CircuitPython we automatically build binaries for each board and language. The binaries are stored on Amazon S3, organized by board, and then by language. These releases are even newer than the development release listed above. Try them if you want the absolute latest and are feeling daring or want to see if a problem has been fixed.
Previous Versions of CircuitPython
All previous releases of CircuitPython are available for download from Amazon S3 through the button below. For very old releases, look in the OLD/ folder for each board. Release notes for each release are available at GitHub button below.
Older releases are useful for testing if you something appears to be broken in a newer release but used to work, or if you have older code that depends on features only available in an older release. Otherwise we recommend using the latest stable release.