k3ng / k3ng_cw_keyer

K3NG Arduino CW Keyer

Home Page:http://blog.radioartisan.com/arduino-cw-keyer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I2C LCD adaptor module chip PCF8574T

iv3ynb opened this issue · comments

Hi,
I am going to build a cw keyer and I wish to use I2C display to save pins.
I have an I2C lcd adaptor module with PCF8574T chip on it, may I use it? Should I uncomment the following line?

// #define FEATURE_LCD_ADAFRUIT_I2C // Adafruit I2C LCD display using MCP23017 at addr 0x20

I think the answer will be "no, you cannot", anyway I ask to see if there is some compatibility between chips that I am missing...

Thanks for helping hand
Matteo IV3YNB

Thank you so much, I think this will solve the trouble.

Matteo IV3YNB

Thanks for the infos: I want to use an Arduino MEGA 2560 for the reasons you talked about.
I'm not so much into Arduino so far, because I use to deal with Microchip PICs in MPLABX environment using C language.

I'll surely take a look at those new Arduino boards, simply for they'll have debug option in IDE 2.0: a feature that I am really missing in the 1.0 IDE, since I come from MPLABX environment.

73 de Matteo IV3YNB,
one that would "run" on CW but... it's soooo hard ;-)

Well, I hated the standard Arduino IDE from the start. I’m now using the Microsoft visual Studio Code. Or, if you are not really a MS fanboy, have a look at the ATOM editor. I also used the (not free) Sublime text editor, which is amazingl! <

Cool... I hated it too since I bought my first Arduino Uno when it came first out on the market, so I left... I just got into Arduino once more because of in my new job they use to program some boards... Do these editors you talk about, feature "line by line" debugging and/or simulation/stimulus???

Would be cool if you could send me a video of your working K3NG keyer when it’s up and running!! <

Yes of course, I only have limited time to build it... please have patience :-D

I know Begali paddles, but I admire also your "Morsetasten" ;-)

73
Matteo IV3YNB

It does!!
Just set breakpoints and go debugging: <

OK, now I understand how it is possible to write long listings for Arduino boards, without entering hundreds of "serial print" commands !!!

So you checked out my website? <

Yes ! I always search for hams websites, usually starting from QRZ : it's very interesting to see "who's who" ;-)

73
Matteo IV3YNB

I am building it... I used an Arduino Mega 250 R3 connected to a 4x20 LCD via I2C and 6 buttons for command mode and macros.
I am now focusing on WPM adjustment via pot. This because I have a pot "here and now", but I planned to do it with a rotary encoder that I like most... gotta find it my various junk boxes and drawers...
A friend of mine gave me a sidesweeper key to try creating code, but it's quite slow and not reliable due to switch reed contacts: it is a 3D printed project realized for a QRS beginner course. Not good for operating as a Graciella is ;-) but it works to get dits and dats.

I wish to get WPM indications on two 7 segment led displays but I cannot recognize the variable in the code to manage and visualize on the displays... can you help me this way?

I'll take some pictures asap.