¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Hamradiodesigns.com looks hacked again!

eyelessmisfit
 

¿ªÔÆÌåÓý

Definitely got re routed from your site to a Russian page. You always know them ruskies from their great sense of humor.

Ron



Sent from my Galaxy Tab? E

-------- Original message --------
From: Jim Sheldon <w0eb@...>
Date: 4/16/19 6:52 AM (GMT-07:00)
Subject: Re: [JackAl] Hamradiodesigns.com looks hacked again!

I noticed on my iPad when I checked it that there was an address for a website in Russia (.ru) and a whole bunch of others it was cycling through. ?I ran a complete virus scan on my computer to make sure it wasn't being triggered in my own machine from having accidentally gotten it from the first hack, and all three of my virus checkers showed clean before I posted the last message. ?

Hope you guys get this one solved. ?If it were my site and the ISP was not helping solve that kind of problem, I'd seriously be looking for another ISP. ?They obviously don't care about their customers.

Hope you got your taxes done in time, this time of year is always stressful for sure.

Good luck with solving the website problem.

Jim - W0EB

------ Original Message ------
From: "jjpurdum via Groups.Io" <jjpurdum@...>
Sent: 4/16/2019 7:34:01 AM
Subject: Re: [JackAl] Hamradiodesigns.com looks hacked again!

Thanks, Jim. I just checked it last night around 1AM and it was fine. Not sure what the deal is, but our ISP is not helping us much.

Jack, W8TEE

On Tuesday, April 16, 2019, 8:26:14 AM EDT, Jim Sheldon <w0eb@...> wrote:


I don't know who you or Al ticked off Jack, but I just checked your website and it appears it's been hacked again.? Firefox is now blocking it as a deceptive site again.?? I was looking for the updated wiring pictures a few minutes ago when I discovered it.? I did a browser refresh in case it had been cached but it still shows malware.

Posting this in case you hadn't noticed it.

Jim - W0EB


Re: Hamradiodesigns.com looks hacked again!

Jim Sheldon
 

I noticed on my iPad when I checked it that there was an address for a website in Russia (.ru) and a whole bunch of others it was cycling through. ?I ran a complete virus scan on my computer to make sure it wasn't being triggered in my own machine from having accidentally gotten it from the first hack, and all three of my virus checkers showed clean before I posted the last message. ?

Hope you guys get this one solved. ?If it were my site and the ISP was not helping solve that kind of problem, I'd seriously be looking for another ISP. ?They obviously don't care about their customers.

Hope you got your taxes done in time, this time of year is always stressful for sure.

Good luck with solving the website problem.

Jim - W0EB

------ Original Message ------
From: "jjpurdum via Groups.Io" <jjpurdum@...>
Sent: 4/16/2019 7:34:01 AM
Subject: Re: [JackAl] Hamradiodesigns.com looks hacked again!

Thanks, Jim. I just checked it last night around 1AM and it was fine. Not sure what the deal is, but our ISP is not helping us much.

Jack, W8TEE

On Tuesday, April 16, 2019, 8:26:14 AM EDT, Jim Sheldon <w0eb@...> wrote:


I don't know who you or Al ticked off Jack, but I just checked your website and it appears it's been hacked again.? Firefox is now blocking it as a deceptive site again.?? I was looking for the updated wiring pictures a few minutes ago when I discovered it.? I did a browser refresh in case it had been cached but it still shows malware.

Posting this in case you hadn't noticed it.

Jim - W0EB


Re: Hamradiodesigns.com looks hacked again!

 

Thanks, Jim. I just checked it last night around 1AM and it was fine. Not sure what the deal is, but our ISP is not helping us much.

Jack, W8TEE

On Tuesday, April 16, 2019, 8:26:14 AM EDT, Jim Sheldon <w0eb@...> wrote:


I don't know who you or Al ticked off Jack, but I just checked your website and it appears it's been hacked again.? Firefox is now blocking it as a deceptive site again.?? I was looking for the updated wiring pictures a few minutes ago when I discovered it.? I did a browser refresh in case it had been cached but it still shows malware.

Posting this in case you hadn't noticed it.

Jim - W0EB


Hamradiodesigns.com looks hacked again!

Jim Sheldon
 

I don't know who you or Al ticked off Jack, but I just checked your website and it appears it's been hacked again.? Firefox is now blocking it as a deceptive site again.?? I was looking for the updated wiring pictures a few minutes ago when I discovered it.? I did a browser refresh in case it had been cached but it still shows malware.

Posting this in case you hadn't noticed it.

Jim - W0EB


Comments on V0.96

 

Yes. The major difference is the Setup button. Previously, the code read byte address 0 in EEPROM. If that byte was not equal to EEPROMINITVALUE ("raw" EEPROM is set to 0xFF), then the setup routine for the display was called. That code is still in place, but once you've run the display setup, EEPROM address 0 is equal to EEPROMINITVALUE and the display calibration is bypassed. Now, you can press the Setup button on the main display and re-run the display calibration routine.

In the DisplayCalibration.cpp file is a routine named InitDisplayCalibration() that starts the calibration process. You could insert a call to this function at the bottom of setup() to force a new pass through the display calibration process. Note at the bottom of InitDisplayCalibration() that the display values are written to EEPROM so they can be recalled the next time you run the program.

I know I'm going to regret doing this, but I have attached a text file we used in the DisplayCalibration.cpp file early during testing. It has display offsets that we used to test various 5" and 7" displays. As you can see, each display has slightly different values. However, if you can't get your touch screen to work well enough to calibrate it, these values might give you an idea for hard-coding sample values until the display values get "close enough" for the calibration to work. Please note: This should only be necessary for displays that are really out of whack from the factory. As such, it should be viewed as a measure of last resort.


Jack, W8TEE

On Monday, April 15, 2019, 8:48:01 AM EDT, Brian Bowling <bowlingb@...> wrote:


Does this also work for the V4 and V3 boards?


On Mon, Apr 15, 2019 at 8:32 AM jjpurdum via Groups.Io <jjpurdum=[email protected]> wrote:
Yes, it's the same one we're using on the latest V5 board.

Jack, W8TEE

On Monday, April 15, 2019, 8:19:53 AM EDT, eyelessmisfit <eyelessmisfit@...> wrote:


Is this the release for the v5 boards?

Ron



Sent from my Galaxy Tab? E

-------- Original message --------
From: "jjpurdum via Groups.Io" <jjpurdum=[email protected]>
Date: 4/14/19 8:04 PM (GMT-07:00)
Subject: Re: [JackAl] Board powered up - Display works but touches not detected

All:

Because of the hack on our site, it was restored with an old backup, which seems to have 0.95 as the code file. I've attached 0.96.

Jack, W8TEE



On Sunday, April 14, 2019, 5:37:19 PM EDT, k7da <k7da@...> wrote:


don't see a .96 ver only a .95 ver

dave

k7da


On 4/14/2019 1:37 PM, jjpurdum via Groups.Io wrote:
A new version (0.96) was posted on our site () some time ago and one of the things we changed was the setup for the screen. Start it up and select Setup.

Jack, W8TEE

On Sunday, April 14, 2019, 9:44:24 AM PDT, f1apy - Jacques <f1apy@...> wrote:


Hello Jack,

?

I encountered the same problem, encoder work fine on startup, but no touch screen active,

V0.95 is charged, and no error to compile. I have active debug mode but I don¡¯t see anything.

Help will be appreciated,

73¡¯ de Jacques ¨C F1APY

?

?

From: [email protected] [mailto:[email protected]] On Behalf Of jjpurdum via Groups.Io
Sent: Sunday, March 3, 2019 3:41 AM
To: [email protected]
Subject: Re: [JackAl] Board powered up - Display works but touches not detected

?

Are you using the latest version of the software? Al changed the way the display calibration routine works about two weeks ago.

?

Jack, W8TEE

?

On Saturday, March 2, 2019, 9:35:07 PM EST, Benjamin Von Handorf <von.handorf@...> wrote:

?

?

I've finally completed all the cabling (except the RF to and from the uBITX) and I'm working my way through the initial checkout instructions.

I'm at the point where I've plugged in the displays and encoders and brought the JackAL board online (with lots of heat sinking on the 3.3V regulator... that one gets hot fast!) and the splash screen was a welcome sight.? My encoders are working, but I can't get the touch screen to detect anything.??

At first I thought it might be a calibration issue, but I've attempted touching all over the screen and so far haven't seen any indication that anything is being detected.

Any suggestions for debugging the touch screen?

Thanks,

-Ben

--
¡°si vis pacem, para bellum¡±

--
Brian - N8BDB


Re: Board powered up - Display works but touches not detected

 

Does this also work for the V4 and V3 boards?


On Mon, Apr 15, 2019 at 8:32 AM jjpurdum via Groups.Io <jjpurdum=[email protected]> wrote:
Yes, it's the same one we're using on the latest V5 board.

Jack, W8TEE

On Monday, April 15, 2019, 8:19:53 AM EDT, eyelessmisfit <eyelessmisfit@...> wrote:


Is this the release for the v5 boards?

Ron



Sent from my Galaxy Tab? E

-------- Original message --------
From: "jjpurdum via Groups.Io" <jjpurdum=[email protected]>
Date: 4/14/19 8:04 PM (GMT-07:00)
Subject: Re: [JackAl] Board powered up - Display works but touches not detected

All:

Because of the hack on our site, it was restored with an old backup, which seems to have 0.95 as the code file. I've attached 0.96.

Jack, W8TEE



On Sunday, April 14, 2019, 5:37:19 PM EDT, k7da <k7da@...> wrote:


don't see a .96 ver only a .95 ver

dave

k7da


On 4/14/2019 1:37 PM, jjpurdum via Groups.Io wrote:
A new version (0.96) was posted on our site () some time ago and one of the things we changed was the setup for the screen. Start it up and select Setup.

Jack, W8TEE

On Sunday, April 14, 2019, 9:44:24 AM PDT, f1apy - Jacques <f1apy@...> wrote:


Hello Jack,

?

I encountered the same problem, encoder work fine on startup, but no touch screen active,

V0.95 is charged, and no error to compile. I have active debug mode but I don¡¯t see anything.

Help will be appreciated,

73¡¯ de Jacques ¨C F1APY

?

?

From: [email protected] [mailto:[email protected]] On Behalf Of jjpurdum via Groups.Io
Sent: Sunday, March 3, 2019 3:41 AM
To: [email protected]
Subject: Re: [JackAl] Board powered up - Display works but touches not detected

?

Are you using the latest version of the software? Al changed the way the display calibration routine works about two weeks ago.

?

Jack, W8TEE

?

On Saturday, March 2, 2019, 9:35:07 PM EST, Benjamin Von Handorf <von.handorf@...> wrote:

?

?

I've finally completed all the cabling (except the RF to and from the uBITX) and I'm working my way through the initial checkout instructions.

I'm at the point where I've plugged in the displays and encoders and brought the JackAL board online (with lots of heat sinking on the 3.3V regulator... that one gets hot fast!) and the splash screen was a welcome sight.? My encoders are working, but I can't get the touch screen to detect anything.??

At first I thought it might be a calibration issue, but I've attempted touching all over the screen and so far haven't seen any indication that anything is being detected.

Any suggestions for debugging the touch screen?

Thanks,

-Ben

--
¡°si vis pacem, para bellum¡±

--
Brian - N8BDB


Re: Board powered up - Display works but touches not detected

 

Yes, it's the same one we're using on the latest V5 board.

Jack, W8TEE

On Monday, April 15, 2019, 8:19:53 AM EDT, eyelessmisfit <eyelessmisfit@...> wrote:


Is this the release for the v5 boards?

Ron



Sent from my Galaxy Tab? E

-------- Original message --------
From: "jjpurdum via Groups.Io" <jjpurdum@...>
Date: 4/14/19 8:04 PM (GMT-07:00)
Subject: Re: [JackAl] Board powered up - Display works but touches not detected

All:

Because of the hack on our site, it was restored with an old backup, which seems to have 0.95 as the code file. I've attached 0.96.

Jack, W8TEE



On Sunday, April 14, 2019, 5:37:19 PM EDT, k7da <k7da@...> wrote:


don't see a .96 ver only a .95 ver

dave

k7da


On 4/14/2019 1:37 PM, jjpurdum via Groups.Io wrote:
A new version (0.96) was posted on our site (hamradiodesigns.com) some time ago and one of the things we changed was the setup for the screen. Start it up and select Setup.

Jack, W8TEE

On Sunday, April 14, 2019, 9:44:24 AM PDT, f1apy - Jacques <f1apy@...> wrote:


Hello Jack,

?

I encountered the same problem, encoder work fine on startup, but no touch screen active,

V0.95 is charged, and no error to compile. I have active debug mode but I don¡¯t see anything.

Help will be appreciated,

73¡¯ de Jacques ¨C F1APY

?

?

From: [email protected] [mailto:[email protected]] On Behalf Of jjpurdum via Groups.Io
Sent: Sunday, March 3, 2019 3:41 AM
To: [email protected]
Subject: Re: [JackAl] Board powered up - Display works but touches not detected

?

Are you using the latest version of the software? Al changed the way the display calibration routine works about two weeks ago.

?

Jack, W8TEE

?

On Saturday, March 2, 2019, 9:35:07 PM EST, Benjamin Von Handorf <von.handorf@...> wrote:

?

?

I've finally completed all the cabling (except the RF to and from the uBITX) and I'm working my way through the initial checkout instructions.

I'm at the point where I've plugged in the displays and encoders and brought the JackAL board online (with lots of heat sinking on the 3.3V regulator... that one gets hot fast!) and the splash screen was a welcome sight.? My encoders are working, but I can't get the touch screen to detect anything.??

At first I thought it might be a calibration issue, but I've attempted touching all over the screen and so far haven't seen any indication that anything is being detected.

Any suggestions for debugging the touch screen?

Thanks,

-Ben


Re: Board powered up - Display works but touches not detected

eyelessmisfit
 

¿ªÔÆÌåÓý

Is this the release for the v5 boards?

Ron



Sent from my Galaxy Tab? E

-------- Original message --------
From: "jjpurdum via Groups.Io" <jjpurdum@...>
Date: 4/14/19 8:04 PM (GMT-07:00)
Subject: Re: [JackAl] Board powered up - Display works but touches not detected

All:

Because of the hack on our site, it was restored with an old backup, which seems to have 0.95 as the code file. I've attached 0.96.

Jack, W8TEE



On Sunday, April 14, 2019, 5:37:19 PM EDT, k7da <k7da@...> wrote:


don't see a .96 ver only a .95 ver

dave

k7da


On 4/14/2019 1:37 PM, jjpurdum via Groups.Io wrote:
A new version (0.96) was posted on our site (hamradiodesigns.com) some time ago and one of the things we changed was the setup for the screen. Start it up and select Setup.

Jack, W8TEE

On Sunday, April 14, 2019, 9:44:24 AM PDT, f1apy - Jacques <f1apy@...> wrote:


Hello Jack,

?

I encountered the same problem, encoder work fine on startup, but no touch screen active,

V0.95 is charged, and no error to compile. I have active debug mode but I don¡¯t see anything.

Help will be appreciated,

73¡¯ de Jacques ¨C F1APY

?

?

From: [email protected] [mailto:[email protected]] On Behalf Of jjpurdum via Groups.Io
Sent: Sunday, March 3, 2019 3:41 AM
To: [email protected]
Subject: Re: [JackAl] Board powered up - Display works but touches not detected

?

Are you using the latest version of the software? Al changed the way the display calibration routine works about two weeks ago.

?

Jack, W8TEE

?

On Saturday, March 2, 2019, 9:35:07 PM EST, Benjamin Von Handorf <von.handorf@...> wrote:

?

?

I've finally completed all the cabling (except the RF to and from the uBITX) and I'm working my way through the initial checkout instructions.

I'm at the point where I've plugged in the displays and encoders and brought the JackAL board online (with lots of heat sinking on the 3.3V regulator... that one gets hot fast!) and the splash screen was a welcome sight.? My encoders are working, but I can't get the touch screen to detect anything.??

At first I thought it might be a calibration issue, but I've attempted touching all over the screen and so far haven't seen any indication that anything is being detected.

Any suggestions for debugging the touch screen?

Thanks,

-Ben


Re: Question on Switches

 

Thanks Jack.?


Re: Board powered up - Display works but touches not detected

 

¿ªÔÆÌåÓý

thanks jack

dave k7da


On 4/14/2019 7:04 PM, jjpurdum via Groups.Io wrote:

All:

Because of the hack on our site, it was restored with an old backup, which seems to have 0.95 as the code file. I've attached 0.96.

Jack, W8TEE



Re: Board powered up - Display works but touches not detected

 

All:

Because of the hack on our site, it was restored with an old backup, which seems to have 0.95 as the code file. I've attached 0.96.

Jack, W8TEE



On Sunday, April 14, 2019, 5:37:19 PM EDT, k7da <k7da@...> wrote:


don't see a .96 ver only a .95 ver

dave

k7da


On 4/14/2019 1:37 PM, jjpurdum via Groups.Io wrote:
A new version (0.96) was posted on our site (hamradiodesigns.com) some time ago and one of the things we changed was the setup for the screen. Start it up and select Setup.

Jack, W8TEE

On Sunday, April 14, 2019, 9:44:24 AM PDT, f1apy - Jacques <f1apy@...> wrote:


Hello Jack,

?

I encountered the same problem, encoder work fine on startup, but no touch screen active,

V0.95 is charged, and no error to compile. I have active debug mode but I don¡¯t see anything.

Help will be appreciated,

73¡¯ de Jacques ¨C F1APY

?

?

From: [email protected] [mailto:[email protected]] On Behalf Of jjpurdum via Groups.Io
Sent: Sunday, March 3, 2019 3:41 AM
To: [email protected]
Subject: Re: [JackAl] Board powered up - Display works but touches not detected

?

Are you using the latest version of the software? Al changed the way the display calibration routine works about two weeks ago.

?

Jack, W8TEE

?

On Saturday, March 2, 2019, 9:35:07 PM EST, Benjamin Von Handorf <von.handorf@...> wrote:

?

?

I've finally completed all the cabling (except the RF to and from the uBITX) and I'm working my way through the initial checkout instructions.

I'm at the point where I've plugged in the displays and encoders and brought the JackAL board online (with lots of heat sinking on the 3.3V regulator... that one gets hot fast!) and the splash screen was a welcome sight.? My encoders are working, but I can't get the touch screen to detect anything.??

At first I thought it might be a calibration issue, but I've attempted touching all over the screen and so far haven't seen any indication that anything is being detected.

Any suggestions for debugging the touch screen?

Thanks,

-Ben


Re: Question on Switches

 

They were a closeout at Radio Shack. Search eBay, as they sometimes have them.

Jack, W8TEE

On Sunday, April 14, 2019, 8:31:02 PM EDT, Guy <sgbridge@...> wrote:


Hi Jack,

Where did you purchase the SPST switches
with the flat lever toggles? All I seem to find?
are the switches with the round toggles.?
Yours seem to give a nice touch to the face of the radio.?
So far my 5 in. display works great and the
encoders seem to work the way they¡¯re supposed to. Just doing final wiring.?
Thanks again for a nice enhancement to the
?uBitX.?

Regards,
Guy WB7SZI?


Question on Switches

 

Hi Jack,

Where did you purchase the SPST switches
with the flat lever toggles? All I seem to find?
are the switches with the round toggles.?
Yours seem to give a nice touch to the face of the radio.?
So far my 5 in. display works great and the
encoders seem to work the way they¡¯re supposed to. Just doing final wiring.?
Thanks again for a nice enhancement to the
?uBitX.?

Regards,
Guy WB7SZI?


Re: Board powered up - Display works but touches not detected

 

¿ªÔÆÌåÓý

don't see a .96 ver only a .95 ver

dave

k7da


On 4/14/2019 1:37 PM, jjpurdum via Groups.Io wrote:

A new version (0.96) was posted on our site (hamradiodesigns.com) some time ago and one of the things we changed was the setup for the screen. Start it up and select Setup.

Jack, W8TEE

On Sunday, April 14, 2019, 9:44:24 AM PDT, f1apy - Jacques <f1apy@...> wrote:


Hello Jack,

?

I encountered the same problem, encoder work fine on startup, but no touch screen active,

V0.95 is charged, and no error to compile. I have active debug mode but I don¡¯t see anything.

Help will be appreciated,

73¡¯ de Jacques ¨C F1APY

?

?

From: [email protected] [mailto:[email protected]] On Behalf Of jjpurdum via Groups.Io
Sent: Sunday, March 3, 2019 3:41 AM
To: [email protected]
Subject: Re: [JackAl] Board powered up - Display works but touches not detected

?

Are you using the latest version of the software? Al changed the way the display calibration routine works about two weeks ago.

?

Jack, W8TEE

?

On Saturday, March 2, 2019, 9:35:07 PM EST, Benjamin Von Handorf <von.handorf@...> wrote:

?

?

I've finally completed all the cabling (except the RF to and from the uBITX) and I'm working my way through the initial checkout instructions.

I'm at the point where I've plugged in the displays and encoders and brought the JackAL board online (with lots of heat sinking on the 3.3V regulator... that one gets hot fast!) and the splash screen was a welcome sight.? My encoders are working, but I can't get the touch screen to detect anything.??

At first I thought it might be a calibration issue, but I've attempted touching all over the screen and so far haven't seen any indication that anything is being detected.

Any suggestions for debugging the touch screen?

Thanks,

-Ben


Re: Board powered up - Display works but touches not detected

 

A new version (0.96) was posted on our site (hamradiodesigns.com) some time ago and one of the things we changed was the setup for the screen. Start it up and select Setup.

Jack, W8TEE

On Sunday, April 14, 2019, 9:44:24 AM PDT, f1apy - Jacques <f1apy@...> wrote:


Hello Jack,

?

I encountered the same problem, encoder work fine on startup, but no touch screen active,

V0.95 is charged, and no error to compile. I have active debug mode but I don¡¯t see anything.

Help will be appreciated,

73¡¯ de Jacques ¨C F1APY

?

?

From: [email protected] [mailto:[email protected]] On Behalf Of jjpurdum via Groups.Io
Sent: Sunday, March 3, 2019 3:41 AM
To: [email protected]
Subject: Re: [JackAl] Board powered up - Display works but touches not detected

?

Are you using the latest version of the software? Al changed the way the display calibration routine works about two weeks ago.

?

Jack, W8TEE

?

On Saturday, March 2, 2019, 9:35:07 PM EST, Benjamin Von Handorf <von.handorf@...> wrote:

?

?

I've finally completed all the cabling (except the RF to and from the uBITX) and I'm working my way through the initial checkout instructions.

I'm at the point where I've plugged in the displays and encoders and brought the JackAL board online (with lots of heat sinking on the 3.3V regulator... that one gets hot fast!) and the splash screen was a welcome sight.? My encoders are working, but I can't get the touch screen to detect anything.??

At first I thought it might be a calibration issue, but I've attempted touching all over the screen and so far haven't seen any indication that anything is being detected.

Any suggestions for debugging the touch screen?

Thanks,

-Ben


Re: Board powered up - Display works but touches not detected

 

¿ªÔÆÌåÓý

Hello Jack,

?

I encountered the same problem, encoder work fine on startup, but no touch screen active,

V0.95 is charged, and no error to compile. I have active debug mode but I don¡¯t see anything.

Help will be appreciated,

73¡¯ de Jacques ¨C F1APY

?

?

From: [email protected] [mailto:[email protected]] On Behalf Of jjpurdum via Groups.Io
Sent: Sunday, March 3, 2019 3:41 AM
To: [email protected]
Subject: Re: [JackAl] Board powered up - Display works but touches not detected

?

Are you using the latest version of the software? Al changed the way the display calibration routine works about two weeks ago.

?

Jack, W8TEE

?

On Saturday, March 2, 2019, 9:35:07 PM EST, Benjamin Von Handorf <von.handorf@...> wrote:

?

?

I've finally completed all the cabling (except the RF to and from the uBITX) and I'm working my way through the initial checkout instructions.

I'm at the point where I've plugged in the displays and encoders and brought the JackAL board online (with lots of heat sinking on the 3.3V regulator... that one gets hot fast!) and the splash screen was a welcome sight.? My encoders are working, but I can't get the touch screen to detect anything.??

At first I thought it might be a calibration issue, but I've attempted touching all over the screen and so far haven't seen any indication that anything is being detected.

Any suggestions for debugging the touch screen?

Thanks,

-Ben


site back up

 

All:

Our site was hacked last week and our ISP wasn't too concerned with our small site, but it is back up now. We need to restore our database again, but we're getting there.


Jack, W8TEE
Al, AC8GY


Re: Successful JackAl Builds

 

Hi Tim:

Al and I really enjoy what we're doing and fixing the site is not a question of money...more like time. Al took it upon himself to fix it, when it should have been the ISP. Anyway, it is back up, although some of our database stuff seems hosed.

After I get my taxes done and stomp out a few other fires, Al and I are going to re-visit the DOCS and try to improve them like we did for the wiring harness doc file. Again, I know we're too close to the project to write good documentation for it, but it will get better...stick with us!

Jack, W8TEE

On Sunday, April 14, 2019, 9:52:58 AM EDT, <tmize57@...> wrote:


I appreciate what Jack and Al have done and all the time they put into this!? Some of us made a donation recently and I would donate again if that would help in possibly finding a new ISP.? Five or ten dollars for all the R&D that JackAl have done and provided for free is nothing.? I have learned much from these posts and this group really got me interested and going into the Arduino universe.? Keep up the great work and lets all learn together!?
Respectfully
Tim N7XAU


Re: Successful JackAl Builds

 

I appreciate what Jack and Al have done and all the time they put into this!? Some of us made a donation recently and I would donate again if that would help in possibly finding a new ISP.? Five or ten dollars for all the R&D that JackAl have done and provided for free is nothing.? I have learned much from these posts and this group really got me interested and going into the Arduino universe.? Keep up the great work and lets all learn together!?
Respectfully
Tim N7XAU


Re: Successful JackAl Builds

 

Let me talk to Al next week...taxes aren't done!

Jack, W8TEE

On Friday, April 12, 2019, 5:42:40 PM EDT, k7da <k7da@...> wrote:


jack.

would mind putting the new docs on this list in the files section?

dave k7da


On 4/12/2019 12:14 PM, jjpurdum via Groups.Io wrote:
All:

Al and I realize that we're "too close" to the build and what seems obvious to us isn't to others. As a result, we will be updating the documentation, much like we did for the "wiring harness" documentation we recently posted. Right now, our web site has been hacked and our ISP seems awfully slow in fixing it. Stay away from the site until we tell you it's been fixed. This weekend is finishing my taxes, but we have set aside some time to improve the doc files.

We appreciate your patience and honestly feel you'll find it was worth the wait.

Jack, W8TEE

On Friday, April 12, 2019, 2:37:57 PM EDT, Brian Bowling <bowlingb@...> wrote:


So I have a general question for the group. I¡¯ve seen a lot of questions in the group working through this gotcha or that one. I would like to start a thread where people who have successfully implemented their JackAl build can share that success and perhaps provide a light at the end of the tunnel.?

Thanks

--
Brian - N8BDB