# Tachyon on VS Code

**URL:** https://community.particle.io/t/tachyon-on-vs-code/70198
**Category:** Tachyon
**Created:** [August 11, 2025, 5:16pm UTC](https://community.particle.io/t/tachyon-on-vs-code/70198 "2025-08-11T17:16:54Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Gemini1364](https://avatars.discourse-cdn.com/v4/letter/g/f19dbf/32.png) [@Gemini1364](https://community.particle.io/u/Gemini1364)
#### Post date: [August 11, 2025, 5:16pm UTC](https://community.particle.io/t/tachyon-on-vs-code/70198/1 "2025-08-11T17:16:54Z")

</div>

The Tachyon is not listed in the VS Code devices. Will this be added soon?

---

<div class="post-metadata">

### Author: ![rickkas7](https://sea2.discourse-cdn.com/flex026/user_avatar/community.particle.io/rickkas7/32/8681_2.png) [@rickkas7](https://community.particle.io/u/rickkas7)
#### Post date: [August 11, 2025, 5:29pm UTC](https://community.particle.io/t/tachyon-on-vs-code/70198/2 "2025-08-11T17:29:26Z")

</div>

The Tachyon does not run Particle IoT device firmware or have Device OS, so it's not generally programmed the same way. You can still use VSCode as your IDE, but you will typically program in a higher-level language like Python or node.js. You can program in C/C++ if you want, but as a Linux program, not an Arduino-like program.

---

<div class="post-metadata">

### Author: ![Gemini1364](https://avatars.discourse-cdn.com/v4/letter/g/f19dbf/32.png) [@Gemini1364](https://community.particle.io/u/Gemini1364)
#### Post date: [August 11, 2025, 5:35pm UTC](https://community.particle.io/t/tachyon-on-vs-code/70198/3 "2025-08-11T17:35:42Z")

</div>

Thanks for the quick reply. I think that I’m in over my head with this device. Will there be a more Tachyon-centric “how-to” for it? ChatGPT is my main source for programming assistance but this being such a new device, its suggestions don’t seem valid.

Thanks again!

---

<div class="post-metadata">

### Author: ![rickkas7](https://sea2.discourse-cdn.com/flex026/user_avatar/community.particle.io/rickkas7/32/8681_2.png) [@rickkas7](https://community.particle.io/u/rickkas7)
#### Post date: [August 11, 2025, 5:40pm UTC](https://community.particle.io/t/tachyon-on-vs-code/70198/4 "2025-08-11T17:40:53Z")

</div>

There aren't any tutorials yet. The Tachyon is fairly similar to the Raspberry Pi in terms of programming. And it's fundamentally an Ubuntu Linux device, so resources for that can also be helpful.

---

<div class="post-metadata">

### Author: ![terracode](https://avatars.discourse-cdn.com/v4/letter/t/258eb7/32.png) [@terracode](https://community.particle.io/u/terracode)
#### Post date: [August 11, 2025, 5:47pm UTC](https://community.particle.io/t/tachyon-on-vs-code/70198/5 "2025-08-11T17:47:40Z")

</div>

I have found that lack of GPIO helper library like GPIOzero for Raspberry Pi, prorgramming add-ons that require GPIO are not that straightforward and is a challenge to implement. It would be great to have a Tachyon wrapper for GPIOzero so we can more easily use Raspberry PI add-ons. An example is the WaveShare SPI display. The libraries depend on GPIOzero.

---

<div class="post-metadata">

### Author: ![rickkas7](https://sea2.discourse-cdn.com/flex026/user_avatar/community.particle.io/rickkas7/32/8681_2.png) [@rickkas7](https://community.particle.io/u/rickkas7)
#### Post date: [August 11, 2025, 5:50pm UTC](https://community.particle.io/t/tachyon-on-vs-code/70198/6 "2025-08-11T17:50:56Z")

</div>

A replacement for GPIOzero is on the list to be implemented.
