¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: New to Arduino
#define relay 22??????? // Tells Arduino the relay is connected to pin 13 void setup() { ? Serial.begin(9600); ? pinMode(relay, OUTPUT);????? // Initialize the Atmel GPIO pin as an
By John Galway · #1189 ·
Re: New to Arduino
Can you send me the program you're using? Jack, W8TEE
By jjpurdum · #1188 ·
Re: New to Arduino
Thanks for that piece of advice.? I am using library ILI1941.? I know how to change from pin 13 to say pin 10 but how do I select say digital 22?? I have not gotten it to work yet?? John,
By John Galway · #1187 ·
Re: New to Arduino
A couple of things. First, do you know what Arduino graphics library your display uses? Second, pin 13 on the Arduino family of controllers is usually tied to the onboard LED as seen in the example
By jjpurdum · #1186 ·
Re: New to Arduino
OK now that you know what the board looks like how to I connect a output that works on pin 13 and two inputs that also work on pin 13 so I can use them with the setup I have .? I tested the outputs
By John Galway · #1185 ·
Re: New to Arduino
That would be even easier since the pin sockets are exposed. My display for the Mega looks like: which covers up the pins. Jack, W8TEE
By jjpurdum · #1184 ·
Re: New to Arduino
This is what the Mega 2560 with the LCD shield on it.
By John Galway · #1183 ·
Re: New to Arduino
John: If the shield is a Mega "piggyback shield", it does cover all of the 'unused" pins. I see two alternatives. One is to select the pins you wish to use and solder small pigtails to the top side
By jjpurdum · #1182 ·
New to Arduino
I am new to Arduino so I am sorry if this is a question with a simple answer.? I have searched and found that there are other pins like pin 13 that you can use for input and output.? I have a Mega
By John Galway · #1181 ·
Re: uBitx v6 compatibility?
Last I heard the project on JACKAL had died and was no longer under development. The board is also not 100% comparable as it does not have the same pinout to the ubitx board. as they added 2 new pins
By Richard E Neese <r.neese@...> · #1180 ·
Re: uBitx v6 compatibility?
I know this thread¡¯s a bit old but.... I now have my v6 up and running and I was looking into the JackAl, but other than Farhan¡¯s comment I don¡¯t know whether this has been tested yet. It¡¯s
By Leo M0NNQ · #1179 ·
Re: Anyone that is interested in selling a JackAl or one of the recommended displays?
I have a 5 inch restive touch screen with the font option. It came from buydisplay.com which is one of the recommended sources.? I am about to post on eBay as a complete package kit to include the
By Cameron Bailey <kt3acam@...> · #1178 ·
Re: Anyone that is interested in selling a JackAl or one of the recommended displays?
Jason, I have a JackAI board still in the box that I'm not going to be using. It's available for $45.00 shipped. If interested let me know and I'll send you payment details offline. Paypal is
By nx4j@... · #1177 ·
Re: Anyone that is interested in selling a JackAl or one of the recommended displays?
BTW I'd just order from buydisplay if I didn't have to pay 80% of the price for fast shipping or wait for x weeks.
By jason kitchens · #1176 ·
Anyone that is interested in selling a JackAl or one of the recommended displays?
I'm trying to get back to looking at the touchscreen issue but I would rather keep my mostly built radio intact. Is there anyone that would be interested in selling their display by itself, or a
By jason kitchens · #1175 ·
Re: My work on the touchscreen issue #jackal
Roger Joe. Sorry for the silence from my end. I'm WFH still and the workload multiplied unexpectedly this last couple of weeks so it hasn't left me much in the way of free time. I'm going to try to
By jason kitchens · #1174 ·
Re: My work on the touchscreen issue #jackal
Jason, yes that was my experience, e.g. touch usb/cw and rit would be sensed. Saw similar but worse performance on band select vs. your video - whatever you changed seems directionally correct for
By Joseph Giallo II · #1173 ·
Re: My work on the touchscreen issue #jackal
I cheated the calibration point at the far right by touching to the right of the point and that seems to have helped getting the touch points within the buttons. Joe, my question for you (and anyone
By jason kitchens · #1172 ·
Re: My work on the touchscreen issue #jackal
Worked on it yesterday but not today due to workload. I made some progress but no cure or smoking gun yet. Working on understanding the library and trying a few things to see what effect they have. I
By jason kitchens · #1171 ·
Re: My work on the touchscreen issue #jackal
Jason, please keep me in the loop. I'm out of action until mid next week moving but will re-engage after unpacking... 73, Joe AF4XS
By Joseph Giallo II · #1170 ·