Have to mention World Possible (https://worldpossible.org/) here. They are doing amazing similar work, with rpis and Intel CAP servers.
They also have Datapost (https://datapost.site/map) which uses android phones as data carriers between the remote location and the Internet, for email, stats and updates.
Open up an issue on GitHub and we can help you better. The usual reason for problems like this is the layout of the image is incorrect on GoTek, and/or the GoTek is set to the wrong CHS (cylinders/head/sector) for the image being used.
Having played with a few of these systems, I still feel something like a slightly broken Amstrad CPC6128 or ZX Spectrum offers the better learning experience. You get to understand the minds of the designers back in the 80s.
#define p printf
int main(){const char *g[]={"A Partridge in a Pear
Tree.\n","Two Turtle Doves, and","Three French Hens,","Four
Calling Birds,","Five Gold Rings,"," Geese-a-Lay"," Swans-
a-Swimm","t Maids-a-Milk","e Ladies Danc"," Lords-a-Leap","
Pipers Pip","Twelve Drummers Drumm"};
const char *d[{"First","Second","Third","Four","Fif","Six","Seven","Eigh","Nin","Ten","Eleven","Twelf"};for(int i=0,j;i<12;i++){p("On
the %s%s day of Christmas\nMy true love sent to
me\n",d[i],i>2?("th"):"");
for(j=i;j>=0;j--){p("%s%s%s\n",j>4&&j<11?
d[j]:"",g[j],j>4?"ing,":"");}}}
Technically yes, initializing a plain char * from a const char * (from array decay) is a constraint violation (an error the standard requires the compiler to detect and complain about) even in C89. Many compilers will let you off with a warning though.
Good times. I built a wardialler out of one of those science fair 150 in one kits and an Atari st using an rs232 data line to bounce a relay. found plenty, but the fun ended when the 400 quid bill came in. Endless paper rounds.
i've backspaced over trying to be nice but i don't think you a) could've made the dtmf tones, b) matched the impedance, c) modulated the serial signal even if you made a connection
There was a Solar Powered Vinyl Tent touring the festivals in the UK last summer. A bunch of records to flick through, a player and a few deckchairs. It really was a wonderful thing.
They also have Datapost (https://datapost.site/map) which uses android phones as data carriers between the remote location and the Internet, for email, stats and updates.