Search found 9 matches
- Mon May 19, 2025 6:07 pm
- Forum: mLink
- Topic: LongReach (LoRa) mLink Module (HCMODU0250)
- Replies: 14
- Views: 39743
Re: LongReach (LoRa) mLink Module (HCMODU0250)
Andrew Thank you. I have just noticed your updates. The above messages from me were before getting the updates. I have now implemented the updates. The Python update is very easy. The examples are working as before. One further thing, I think that the LongReach transmit example should have the line ...
- Mon May 19, 2025 6:04 pm
- Forum: mLink
- Topic: LongReach (LoRa) mLink Module (HCMODU0250)
- Replies: 14
- Views: 39743
Re: LongReach (LoRa) mLink Module (HCMODU0250)
Andrew
I now have communication to a second Arduino. I notice that there is some interaction with the Arduino Serial output as the red light on the LoRa module is on most of the time.
John
I now have communication to a second Arduino. I notice that there is some interaction with the Arduino Serial output as the red light on the LoRa module is on most of the time.
John
- Mon May 19, 2025 5:37 pm
- Forum: mLink
- Topic: LongReach (LoRa) mLink Module (HCMODU0250)
- Replies: 14
- Views: 39743
Re: LongReach (LoRa) mLink Module (HCMODU0250)
Andrew I have been able to get transmission from a LoRa device attached to my OPEN-SMART ONE to another attached to a Raspberry Pi 4 using the Python code. I had it working on Saturday and for some reason it did not start up today. It is working now. There are some things about the operation which I...
- Sat May 17, 2025 10:29 am
- Forum: mLink
- Topic: LongReach (LoRa) mLink Module (HCMODU0250)
- Replies: 14
- Views: 39743
Re: LongReach (LoRa) mLink Module (HCMODU0250)
Andrew
Thank you. I had missed the tabs on the examples and only seen the first one.
John
Thank you. I had missed the tabs on the examples and only seen the first one.
John
- Sat May 17, 2025 9:54 am
- Forum: mLink
- Topic: LongReach (LoRa) mLink Module (HCMODU0250)
- Replies: 14
- Views: 39743
Re: LongReach (LoRa) mLink Module (HCMODU0250)
Andrew
You refer to a Python example script. I have not found any. Is there another download somewhere?
John
You refer to a Python example script. I have not found any. Is there another download somewhere?
John
- Fri May 16, 2025 9:28 pm
- Forum: mLink
- Topic: LongReach (LoRa) mLink Module (HCMODU0250)
- Replies: 14
- Views: 39743
Re: LongReach (LoRa) mLink Module (HCMODU0250)
Andrew
Thank you for all this information. I will work my way through it.
I suggest retaining LORA_Tx_Done with the correct meaning as deleting it would break user code.
Thanks again
John
Thank you for all this information. I will work my way through it.
I suggest retaining LORA_Tx_Done with the correct meaning as deleting it would break user code.
Thanks again
John
- Fri May 16, 2025 11:46 am
- Forum: mLink
- Topic: LongReach (LoRa) mLink Module (HCMODU0250)
- Replies: 14
- Views: 39743
Re: LongReach (LoRa) mLink Module (HCMODU0250)
Andrew I have several of the mLink LoRa modules which I want to use to make a wireless link between different control stations on a model railway, so the distances are not large. I have a setup on my bench where I have one LoRa connected to a Raspberry Pi 4 and using another two attached to Arduino ...
- Thu May 15, 2025 7:57 pm
- Forum: mLink
- Topic: mLink 6 Button Pad (HCMODU0193)
- Replies: 9
- Views: 13878
Re: mLink 6 Button Pad (HCMODU0193)
Andrew
Thank you for your quick response. I have installed the update and it works.
John
Thank you for your quick response. I have installed the update and it works.
John
- Thu May 15, 2025 11:32 am
- Forum: mLink
- Topic: mLink 6 Button Pad (HCMODU0193)
- Replies: 9
- Views: 13878
Re: mLink 6 Button Pad (HCMODU0193)
Hi. I have been using the button pad with the Python code running on a Raspberry Pi 4. I found that the function bPad_Empty gives an error. One line has self.PAD_BUFF_STATUS_REG which should be self.BPAD_BUFF_STATUS_REG I found the location of the Python code using pip show hc-mlink and took a copy ...