i use arch btw. - is there a finished microcont...

is there a finished microcontroller module on tsci's repos?
23 Replies
Seve
Seve3d ago
tested and physically ordered? No- though we would fund people to do this!
Seve
Seve3d ago
the most complex tscircuit boards- some with fairly complex IC routing, are here: https://github.com/tscircuit/sparkfun-boards
GitHub
GitHub - tscircuit/sparkfun-boards: Sparkfun boards recreated in ts...
Sparkfun boards recreated in tscircuit. Contribute to tscircuit/sparkfun-boards development by creating an account on GitHub.
Seve
Seve3d ago
we are looking to sponsor $500-2.5k/mcu board if people make good ones. Let me know if you have a project in mind! we like the RP2040/RP235x chips fwiw but others are probably ok
itsme
itsmeOP3d ago
i might try to use one of the really cheap CH32V003 chips.
Seve
Seve3d ago
yea that's fine i love that we'll 100% sponsor fabrication as long as your board is open-source, and like i said if it works we have $500-$2.5k/completed board. It's worth more if it uses auto-layout/autorouting and also points for complexity i don't put bounties up for these yet even though they're extremely valuable because often people run into bugs and I feel bad when they put a lot of effort in, but you're a smart guy and can figure it out 😁 btw i love those cheap chips haha very exciting
itsme
itsmeOP3d ago
so, do i just start a git repo with the chip and then send a link somewhere once im done?
Seve
Seve3d ago
yep, as long as you have a LICENSE file w/ MIT/Apache 2 and it's pushed to tscircuit.com you're good i would recommend MIT because then we can credit you and add it to our official sample boards at some point any bugs you fix along the way can get you sponsorship/bounties as well
itsme
itsmeOP3d ago
the ch32v003 needs an external programmer. is that fine? and also would that be under the sponsor? since i don't have usb serial adapter yet.
Seve
Seve3d ago
You’ll need to write a proposal for that, if you make the repo and create an issue we can review it and put a budget on equipment etc
itsme
itsmeOP2d ago
Heinrich-XIAO/greenpill - tscircuit
It is a microcontroller-based development board featuring a CH32V003F4P6 microcontroller with wiring for power, reset, UART communication, an LED power indicator, and optional reset button and jumper connections. To import and use the greenpill component in a project: ```tsx import Greenpill from "@tsci/Heinrich-XIAO.greenpill" export default ...
Seve
Seve2d ago
Hehe i wish the build was working, will check out soon
itsme
itsmeOP2d ago
build fixed
Seve
Seve2d ago
Looks like a nice module I wonder if we could put it in the micromod processor board form factor Are you trying to manufacture as is? How is it programmed
itsme
itsmeOP2d ago
it's programmed with a WCH-LinkE
Seve
Seve2d ago
Via the jumper?
itsme
itsmeOP2d ago
yup
Seve
Seve2d ago
Yea we can sponsor this, can you put it inside a micromod processor board form factor? Will look more impressive for our investors 😁 If you import @tscircuit/common it should work. The programmer is cheap and we can sponsor it too
Seve
Seve2d ago
Yep! It should be simple to shove it inside using @tscircuit/common. @Abse did a lot of work on it I will try to help in a sec Or maybe later But then i can easily play with the module with function boards for testing Its a really cool little chip Oh btw how is this powered…. Maybe micromod can provide power?
itsme
itsmeOP2d ago
i think it can from what i can tell since its just m.2
Seve
Seve2d ago
I guess its just a module atm
itsme
itsmeOP2d ago
yeah
Seve
Seve2d ago
Yea cant wait to play with it

Did you find this page helpful?