You are browsing as a guest. Sign up (or log in) to start making projects!

GhOsT_

@GhOsT_

Joined June 3rd, 2026

  • 12Devlogs
  • 8Projects
  • 1Ships
  • 0Votes
Ship

I made a slack bot which impersonate me. Like same name and profile.
Then there are many commands some of them i am still working upon.
The biggest challange was making the bot work.
The guide helps a lot i followed it line by line more over i used AI a bit to help me with ideas for command and formatting the texts to look more professional.
People can type /ghost-help to know the features etc.

Try project → See source code →
Open comments for this post

1h 1m 54s logged

DEvlog 1

FInished the slackbot After so many days….well it took much more time cause i slacked off in between but nvm finally the bot is here 24/7 live.

Features
👻 /ghost-help — Displays all available commands🪙 /ghost-coinflip — Flip a virtual coin
🎲 /ghost-roll — Roll a dice with a custom number of sides
🎯 /ghost-pick — Randomly choose from multiple options
🎱 /ghost-8ball — Magic 8 Ball answers for yes/no questions
😂 /ghost-roast — Generates a random roast
🔮 /ghost-fortune — Receive a random fortune
🎨 /ghost-color — Generate a random HEX color
🔑 /ghost-password — Create a secure random password
📸 /ghost-quote — Placeholder for quote image generation (coming next!)

What I learned Building Slack apps using Slack Bolt
-Creating and handling slash commands
-Using environment variables securely
-Deploying Node.js apps on Hack Club Nest
-Keeping applications running 24/7 using PM2
-Basic Linux server management and SSH

0
0
2
Open comments for this post

1h 49m 52s logged

Devlog 4

DOne with the documentation and everything for the hackpad finallyyy

gonna submit it now
yayyyy

Added detailed README description
added images and files to it
added bom.csv
uploaded the exported files for enclosure design.

yup thats preety much ittt

0
0
5
Open comments for this post

1h 28m logged

Devlog-3
Was designing the enclosure for my hackpad
It took time finding right dimensions of keys and display.
More i design the enclosures more i realise how noob I am.
Next thing i might learn is to how to follow some SOP to make these process fast.
for example i might just spend some time beforehand noting down the dimensions etc.. so that i don’t have to get distracted in between designing session.

0
0
1
Open comments for this post

1h 49m 9s logged

Devlog - 2
Finally done with PCB designing
3 times i lost the progress after reaching till end and going for DRC.
on clicking drc my laptop freeze and closed the kiCad without saving progress.
4th time i got my brain back and i saved the design before going for DRC yayy.

0
0
2
Open comments for this post

2h 41m 50s logged

Devlog - 7

so finally I am done with all this pcb designing thing
exported the files into gerbers,png,step file type

next steps
push these files to github repo
submit project for grant on stardance
Thank you for your attention to this matter
-GhOsT

0
0
14
Open comments for this post
Reposted by @GhOsT_

2h 21m 5s logged

Devlog -5

Turns out my last PCB design for vehicle node had many flaws.

  1. No filtering near power inputs
  2. No SIM socket for GSM module 😭(the classic blunder)
  3. Power regulation issues(using external buck converters while i could design it on my own)
  4. Assumption of using 2S Li-ion would be minimum necessity .

So far I have fixed the followings

  1. Power regulation for GSM,GPS,ESP,MPU,LoRa
  2. Added sim socket(working on its connection)

Next steps

  1. Connect SIM Socket
  2. Add power key circuit
  3. Add Reset button for GSM
  4. Figure out if anything else to add for GSM
  5. Make relay node schematics
  6. Make GatewayNode schematics
0
1
25
Open comments for this post
Reposted by @GhOsT_

6h 33m 29s logged

Dev log-6

Finally done with PCB design of relay node and vehicle node.
yet to push design files on github.

It becomes hard to route manually for me so i end up doing autoroute in the end.

I used reference design from datasheets to make it easy for me to follow and make this pcb design.

next steps
-PCB Design for Gatewaynode
-Push all files to github
-Start designing Enclosure for each node

0
1
31
Open comments for this post
Reposted by @GhOsT_

1h 40m 6s logged

working on code part and setting up github repo
made 3 code files for 3 Nodes
added basic structure of each files(setup and loop function)
added crash detection function in vehicle node
next- make schematics & update READ.md

0
1
40
Open comments for this post

6h 33m 29s logged

Dev log-6

Finally done with PCB design of relay node and vehicle node.
yet to push design files on github.

It becomes hard to route manually for me so i end up doing autoroute in the end.

I used reference design from datasheets to make it easy for me to follow and make this pcb design.

next steps
-PCB Design for Gatewaynode
-Push all files to github
-Start designing Enclosure for each node

0
1
31
Open comments for this post

2h 21m 5s logged

Devlog -5

Turns out my last PCB design for vehicle node had many flaws.

  1. No filtering near power inputs
  2. No SIM socket for GSM module 😭(the classic blunder)
  3. Power regulation issues(using external buck converters while i could design it on my own)
  4. Assumption of using 2S Li-ion would be minimum necessity .

So far I have fixed the followings

  1. Power regulation for GSM,GPS,ESP,MPU,LoRa
  2. Added sim socket(working on its connection)

Next steps

  1. Connect SIM Socket
  2. Add power key circuit
  3. Add Reset button for GSM
  4. Figure out if anything else to add for GSM
  5. Make relay node schematics
  6. Make GatewayNode schematics
0
1
25
Open comments for this post

4h 39m 27s logged

Was working on documentation part of the project

did some changes in README.md file
and spent a lot of time in making BOM
it took time to find out components and there prices required to prepare BOM.

0
0
1
Open comments for this post

3h 56m 22s logged

Devlog 1
Working on pcb designing of custom micropad.

Struggled to use kicad properly but the guides made it a bit easy

One thing confused me i the guide,it says use switch footprint given in care package but i could not find any switch in the care package. then i used a simiar named switch.

Somehow i reached to the end of design which was to route the traces but i think i should take some rest then continue with fresh mind.

0
0
11
Open comments for this post

6h 18m 35s logged

PCB Designing and Documentation.

  1. Rearranged schematics for Vehicle Node.
  2. Revised PCB design for Vechile Node.
    3.Made schematics for Relay Node.
  3. Designed PCB for Relay Node.
  4. Added files ( gerber , pcb image, schematics pdf) to repo.
0
0
2
Open comments for this post

1h 40m 6s logged

working on code part and setting up github repo
made 3 code files for 3 Nodes
added basic structure of each files(setup and loop function)
added crash detection function in vehicle node
next- make schematics & update READ.md

0
1
40

Followers

Loading…