Open GoogleCodeExporter opened 9 years ago
hello! I'm having the same error. Do you already have the solution? Thank you
Original comment by pdr...@gmail.com
on 7 Feb 2012 at 10:09
This is a patch which update the compatibility for the old and the new arduino.
Original comment by mattiafr...@gmail.com
on 10 Feb 2012 at 3:08
Attachments:
[deleted comment]
Ok forget my previous comment, here is a patched version of SoftModem, worked
perfectly , thanks mattia :)
Original comment by yehy...@gmail.com
on 20 Feb 2012 at 3:13
Attachments:
Had the same issue, resolved by the above patch. Thanks for contributing.
Original comment by toddwpr...@gmail.com
on 27 May 2012 at 3:48
Hello I have had similar problems as above. Would someone mind reposting the
patch? Google says the link is invalid. Thanks for the info!
-Nick
Original comment by technic...@gmail.com
on 27 Jul 2012 at 4:29
I tried to use SoftModem with arduino pro mini (3.3v, 8MHz), but the
demodulation process doesn´t work.
When i use the arduino uno everything work very fine.
Could you help me please.
Original comment by jaiber...@gmail.com
on 3 Sep 2012 at 9:42
With arduino 1.0.1 I get the following compile errors using the patched version:
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp: In member function 'void SoftModem::begin()':
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:109: error: 'TCNT2' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:112: error: 'TCCR2A' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:113: error: 'TCCR2B' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp: In member function 'void SoftModem::end()':
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:120: error: 'TIMSK2' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:120: error: 'OCIE2A' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp: In member function 'void SoftModem::demodulate()':
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:139: error: 'TCNT2' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:142: error: 'TIFR2' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:142: error: 'TOV2' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:170: error: 'OCR2A' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:171: error: 'TIFR2' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:171: error: 'OCF2A' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:172: error: 'TIMSK2' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:172: error: 'OCIE2A' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp: In member function 'void SoftModem::recv()':
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:235: error: 'TIMSK2' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:235: error: 'OCIE2A' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp: In function 'void TIMER2_COMPA_vect()':
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:247: error: 'OCR2A' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp: In member function 'void SoftModem::modulate(uint8_t)':
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:284: error: 'OCR2B' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:285: error: 'TIFR2' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:285: error: 'OCF2B' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:290: error: 'OCR2B' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:291: error: 'TIFR2' was not declared in this scope
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftModem/SoftModem.
cpp:291: error: 'OCF2B' was not declared in this scope
Has anyone else had this problem?
Thanks!
Adam
Original comment by adam.h.m...@gmail.com
on 19 Nov 2012 at 8:37
Hello, I'm trying to get new high and low frequencies, but demodulation doesn't
work.Could you give me a tip?
Original comment by ruy.teix...@gmail.com
on 8 Sep 2013 at 4:26
Original issue reported on code.google.com by
mattiafr...@gmail.com
on 2 Feb 2012 at 12:27