Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm trying to understand how everything works #3

Open
Ankou-B opened this issue Oct 27, 2023 · 1 comment
Open

I'm trying to understand how everything works #3

Ankou-B opened this issue Oct 27, 2023 · 1 comment

Comments

@Ankou-B
Copy link

Ankou-B commented Oct 27, 2023

Hello, I would like to better understand your explanation and how it works, if I buy a pcb with the files provided on your github:

1 - will there already be ports to connect cables on the motherboard or is it something to add in addition (by buying it somewhere or I'm not sure)
2 - is it plug and play, or is there a firmware to be added?
Thanks in advance
PS: if there are any mistakes in the message, it's because I'm French and I do my best with English.

@LieBtrau
Copy link
Owner

Hi,
As shown in the readme, you can find more information on the Hackaday.io page.

  1. see the pictures on the hackaday.io page
  2. This project contains a Firmware folder. That's the firmware for the microcontroller on the board. If you take a look in the Hardware folder, you'll find a PDF of the schematic. It contains the microcontroller.

Your english is ok.

Please take some effort to go through the information that has been made publicly available to you (for free).
I have no clue what your skill level in electronics is or what is your motivation to make this project. This project might look easy, but it's not for beginners.

  1. Soldering is not too difficult. Everyone who has ever soldered SMD should be able to do it with the proper tools.
  2. You'll need to install VSCode, PlatformIO and build the firmware on your computer.
  3. You'll need a programmer to upload the firmware from your computer to the microcontroller. I'm using the AVRISP MkII, but you can use something else.
  4. You'll need an oscilloscope to debug when it doesn't work. Debugging can be very frustrating when you're not fully understanding what is going on in the circuit. This project is even harder, because the VOIP-box that tries to decode the DTMF-pulses will not tell you what's wrong. Either it works or it doesn't. The circuit might take a bit of tuning. It depends on your own installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants