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

Fona 3g #2

Open
oaf2015 opened this issue Mar 22, 2017 · 20 comments
Open

Fona 3g #2

oaf2015 opened this issue Mar 22, 2017 · 20 comments

Comments

@oaf2015
Copy link

oaf2015 commented Mar 22, 2017

After running the piphone.py file, I could see the keypad but nothing happens on putty after main loop. Line 312 to be exact. Any recommendations?

@joeblankenship1
Copy link

Did the calibration test work for the touch screen?

@oaf2015
Copy link
Author

oaf2015 commented Mar 24, 2017 via email

@oaf2015
Copy link
Author

oaf2015 commented Mar 24, 2017 via email

@climberhunt
Copy link
Owner

use minicom to talk to the FONA, and issue a few AT commands, try dialling a number "ATDT..." etc..
The SIM may be blocked, you might need to enter a PIN code. There's an AT code for that, I think. I seem to recall having to do that for one of my SIMs but nor all of them.

@oaf2015
Copy link
Author

oaf2015 commented Mar 24, 2017 via email

@climberhunt
Copy link
Owner

I'm afraid I haven't had a functioning PiPhone here for the last couple of years, my Fona module is in my front gates to open/close them, so I can't test it....

@oaf2015
Copy link
Author

oaf2015 commented Mar 25, 2017 via email

@joeblankenship1
Copy link

joeblankenship1 commented Mar 27, 2017

@oaf2015 I still have my PiPhone built, but I'm currently slammed with work projects. Did you need this test ran for work or for hobby? If it's work related, I'll try to get to it this week.

@oaf2015
Copy link
Author

oaf2015 commented Mar 27, 2017 via email

@oaf2015
Copy link
Author

oaf2015 commented Mar 27, 2017 via email

@joeblankenship1
Copy link

I will test my PiPhone ASAP to validate your issues. I don't think I was able to receive calls; I was only ever able to dial out. I just hope I still have minutes on my SIM.

@oaf2015
Copy link
Author

oaf2015 commented Mar 28, 2017 via email

@joeblankenship1
Copy link

@oaf2015 I haven't forgot about you; I've just been really busy. Hopefully, you've already found a solution.

@oaf2015
Copy link
Author

oaf2015 commented Apr 8, 2017 via email

@Ericka430
Copy link

I'm trying to do this project for my senior project class and i keep getting an error that says List index out of range, what can I do to fix this?

@Ciemaar
Copy link

Ciemaar commented Apr 21, 2017 via email

@Ericka430
Copy link

fullsizerender

The last line is line 255

img_1674

This is the error message that I get, (IndexError: list out of range)if possible could you please help me out.

@rimomcosta
Copy link

I was having this same error message when I was using an external monitor, I had to connect the pitft 2.8" monitor and call the piphone.py from the small screen and the program started.

@oaf2015
Copy link
Author

oaf2015 commented Apr 30, 2017 via email

@Mtaganov
Copy link

Mtaganov commented Aug 2, 2017

If you get the program working, (keypads on) but when you dial, nothing happens, my solution:
I used "USB to UART" cable to talk to fona. But in pyphone.py code, "serialport = serial.Serial("/dev/ttyAMA0", 115200, timeout=0.5)" this line, I changed ttyAMA0 to ttyUSB0, and the program was able to talk.

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

7 participants