Search found 7 matches
- Wed Apr 16, 2025 10:36 pm
- Forum: General Discussion
- Topic: Slave Sketch for mlink 4x4 keypad
- Replies: 2
- Views: 13170
Re: Slave Sketch for mlink 4x4 keypad
Sorry, missed that. Thank you again PhillipH
- Tue Apr 15, 2025 4:29 pm
- Forum: General Discussion
- Topic: Slave Sketch for mlink 4x4 keypad
- Replies: 2
- Views: 13170
Slave Sketch for mlink 4x4 keypad
Further to my entry dated sun 13 Apr on the mlink 4x4 keypad product specific forum, I have amended the sketch as suggested. I trust I have put the byte = 255 line in the right place and have added the last break statement. The problem still remains. The selected relay cycles through On and Off cont...
- Sun Apr 13, 2025 5:14 pm
- Forum: mLink
- Topic: mLink 4x4 Matrix Keypad (HCMODU0188)
- Replies: 12
- Views: 14519
Re: mLink 4x4 Matrix Keypad (HCMODU0188)
I am happy to say your solution is now working well but is identifying a problem with the receiving slave sketch: copy below. When the Route 1 is selected, the relay cycles continuously between open and closed and only stops when Route 2 is selected, when it's relay cycles continuously. The serial m...
- Sat Apr 12, 2025 7:53 am
- Forum: mLink
- Topic: mLink 4x4 Matrix Keypad (HCMODU0188)
- Replies: 12
- Views: 14519
Re: mLink 4x4 Matrix Keypad (HCMODU0188)
Thank you. I'll give that a try. PhillipH
- Fri Apr 11, 2025 11:25 am
- Forum: mLink
- Topic: mLink 4x4 Matrix Keypad (HCMODU0188)
- Replies: 12
- Views: 14519
Re: mLink 4x4 Matrix Keypad (HCMODU0188)
Being something of a newbie, I am having problems developing the sketch further. I wish to read each two digit input and execute the action I require for that input e.g if(value = 1){ Serial.printLn("Route 1"); //carry out action for Route 1 } if (value = 2){ Serial.printLn("Route 2"); //carry out a...
- Mon Apr 07, 2025 5:22 pm
- Forum: mLink
- Topic: mLink 4x4 Matrix Keypad (HCMODU0188)
- Replies: 12
- Views: 14519
Re: mLink 4x4 Matrix Keypad (HCMODU0188)
Thank you for your prompt reply. It works nicely
PhillipH

- Sat Apr 05, 2025 5:42 pm
- Forum: mLink
- Topic: mLink 4x4 Matrix Keypad (HCMODU0188)
- Replies: 12
- Views: 14519
Re: mLink 4x4 Matrix Keypad (HCMODU0188)
Beyond the Tutorial I have purchased a mlink 4x4 matrix keyboard with the intention of using it to replace 37 route selection switches with double digit keystrokes 01 - 37. I have found no examples or tutorials that show a sketch that identifies double keystrokes. Can anyone render assistance. Many...