Open comments for this post
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
Open comments for this post
Devlog -5
Turns out my last PCB design for vehicle node had many flaws.
- No filtering near power inputs
- No SIM socket for GSM module 😭(the classic blunder)
- Power regulation issues(using external buck converters while i could design it on my own)
- Assumption of using 2S Li-ion would be minimum necessity .
So far I have fixed the followings
- Power regulation for GSM,GPS,ESP,MPU,LoRa
- Added sim socket(working on its connection)
Next steps
- Connect SIM Socket
- Add power key circuit
- Add Reset button for GSM
- Figure out if anything else to add for GSM
- Make relay node schematics
- Make GatewayNode schematics
Open comments for this post
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
Open comments for this post
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
Open comments for this post
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
Open comments for this post
Devlog -5
Turns out my last PCB design for vehicle node had many flaws.
- No filtering near power inputs
- No SIM socket for GSM module 😭(the classic blunder)
- Power regulation issues(using external buck converters while i could design it on my own)
- Assumption of using 2S Li-ion would be minimum necessity .
So far I have fixed the followings
- Power regulation for GSM,GPS,ESP,MPU,LoRa
- Added sim socket(working on its connection)
Next steps
- Connect SIM Socket
- Add power key circuit
- Add Reset button for GSM
- Figure out if anything else to add for GSM
- Make relay node schematics
- Make GatewayNode schematics
Open comments for this post
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.
Open comments for this post
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.
Open comments for this post
PCB Designing and Documentation.
- Rearranged schematics for Vehicle Node.
- Revised PCB design for Vechile Node.
3.Made schematics for Relay Node.
- Designed PCB for Relay Node.
- Added files ( gerber , pcb image, schematics pdf) to repo.
Open comments for this post
designed schematics and pcb for vehicle node( not a final design..it need some more work)
Open comments for this post
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