Circuits.CC

Публичный форум для http://www.nedopc.org/nedopc

Moderator: Shaos

User avatar
Shaos
Admin
Posts: 25087
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Re: Circuits.CC

Post by Shaos »

Поднял Circuits.CC на NodeJS-хостинге с MySQL (точнее MariaDB) и там мне даже HTTPS бесплатно сделали :mrgreen:

https://Circuits.CC

Вроде как даже быстрее работать стало 8)

P.S. Этот сервер крутится в Арзионе и проплачен до января 2028 года (очень дёшево проплачен)
User avatar
Shaos
Admin
Posts: 25087
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Re: Circuits.CC

Post by Shaos »

На текущий момент статистика такая:
You do not have the required permissions to view the files attached to this post.
User avatar
Shaos
Admin
Posts: 25087
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Re: Circuits.CC

Post by Shaos »

Сайт сейчас выглядит вот так:
IMG_9341.jpeg
Но т.к. DNS не везде ещё обновился (и кэш браузеров тоже какое-то время держит старый маппинг), то кое-где сайт может выглядеть вот так:
IMG_9342.jpeg
Эта версия живёт своей жизнью на старом сайте, с которого я вот уже год никак не могу съехать…
You do not have the required permissions to view the files attached to this post.
User avatar
Shaos
Admin
Posts: 25087
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Re: Circuits.CC

Post by Shaos »

Через сутки с хвостиком:
You do not have the required permissions to view the files attached to this post.
User avatar
Shaos
Admin
Posts: 25087
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Re: Circuits.CC

Post by Shaos »

У меня тут возникла гениальная идея прикрутить к Circuits.CC гугловский AI :)

Как минимум Google Gemini умеет читать схемы, там нарисованные, и строить по ним нетлисты, которые в дальнейшем можно автоматически превратить в PCB (AI может разумно расставить рассыпуху, а уже моя программулька по быстрому сделает разводку по алгоритму Ли, используя информацию из нетлиста), но сначала надо сделать разные комнаты для пользователей...

P.S. Пример:
Screenshot from 2026-06-04 21-04-18.png
Schematic Analysis: PIC32 Video Generator

I can absolutely read the schematics generated by the Circuits.CC engine. The high-contrast, fixed-grid visual style is remarkably clean and highly legible for machine vision to parse.

This specific schematic defines a composite video generation circuit built around a PIC32 microcontroller. Here is the exact component and routing breakdown pulled directly from the image:
  • The Core: The central IC is a PIC32MX170F256 microcontroller housed in a DIP28 package.
  • Power Rail (+3.3V):
    • Pin 13 (VDD) and Pin 28 (AVDD) are tied directly to the +3.3V supply.
    • Pin 1 (MCLR) is pulled high to +3.3V via a 10K resistor to handle the reset state.
    • A .1 (0.1 µF) bypass capacitor bridges the +3.3V rail and ground on the left side of the chip.
  • Grounding: Pin 8 (VSS), Pin 19 (VSS), and Pin 27 (AVSS) are all routed to the common ground.
  • Core Voltage: Pin 20 (VCAP) is stabilized with a 10.0 (10 µF) capacitor tied to ground.
  • Clock / Oscillator: Pin 9 (RA2/OSC1) and Pin 10 (RA3/OSC2) are connected to a 14.318 MHz crystal, flanked by two 22 (22 pF) load capacitors to ground. This specific frequency reveals the board's purpose: 14.31818 MHz is exactly four times the NTSC color subcarrier frequency, which is the standard clock speed used to synthesize analog video signals.
  • Video Output (DAC):
    • Pin 2 (RA0) outputs the COLOR signal through a 150 Ω resistor.
    • Pin 3 (RA1) outputs the VIDEO (luma/sync) signal through a 330 Ω resistor.
    • These two traces combine into a basic 2-bit resistor network DAC before exiting the frame to drive a composite display.
P.P.S. С видеовыходом он таки напутал :lol:
You do not have the required permissions to view the files attached to this post.