alvarohqr / MCI

Códigos Tesis MCI
0 stars 0 forks source link

MSP430F5529 #1

Closed stan880219 closed 1 year ago

stan880219 commented 1 year ago

Hi, I want to working this project to join LoRaWAN with MSP430F5529 and rfm95, but energia can not work for me. Could you offer a user guide for me to use you project on my device. Thanks.

alvarohqr commented 1 year ago

Could you tell me what's your issue with Energía?

stan880219 commented 1 year ago

I do not know what problem I encountered. As in the attaching picture, the orange words do not explain what problem I encountered. So Energia is not working for me currently. Thanks for helping me!

[image: 截圖 2022-10-06 下午12.18.35.png]

alvarohqr @.***> 於 2022年10月6日 週四 凌晨2:33寫道:

Could you tell me what's your issue with Energía?

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1268799823, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYG45QKCSOMUJIDVEHB4YLWBXCVZANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you authored the thread.Message ID: @.***>

alvarohqr commented 1 year ago

Mmm the picture is not displaying correctly, can you copy those orange words and post them here?

alvarohqr commented 1 year ago

also it might be worth checking this repo: https://github.com/DeuxVis/energia-lmic

stan880219 commented 1 year ago

Below words is the orange words copy:

An error occurred while uploading the sketch. Energia: 1.8.11E23 (Mac OS X), Board: "MSP-EXP430F5529LP"

Sketch uses 26386 bytes (54%) of program storage space. Maximum is 48128 bytes. Global variables use 490 bytes (5%) of dynamic memory, leaving 7702 bytes for local variables. Maximum is 8192 bytes. An error occurred while uploading the sketch

This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.

Thanks.

alvarohqr @.***> 於 2022年10月6日 週四 中午12:34寫道:

also it might be worth checking this repo: https://github.com/DeuxVis/energia-lmic

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1269298383, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYG45U7LD3EKSDQXEMUGULWBZJFPANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you authored the thread.Message ID: @.***>

stan880219 commented 1 year ago

About this repo:https://github.com/DeuxVis/energia-lmic How can I correspond to my LoRa chip link is my LoRa chip( https://learn.adafruit.com/adafruit-rfm69hcw-and-rfm96-rfm95-rfm98-lora-packet-padio-breakouts ) for example(DIO0,DIO1,NSS) thanks. LaunchpadRFM95 3V3 3.3V GND GND P1.6 DIO0 P3.5 DIO1 P3.2 SCK P3.1 MISO P3.0 MOSI P7.4 RESET P2.2 NSS

台師大張劭群 @.***> 於 2022年10月6日 週四 下午1:19寫道:

Below words is the orange words copy:

An error occurred while uploading the sketch. Energia: 1.8.11E23 (Mac OS X), Board: "MSP-EXP430F5529LP"

Sketch uses 26386 bytes (54%) of program storage space. Maximum is 48128 bytes. Global variables use 490 bytes (5%) of dynamic memory, leaving 7702 bytes for local variables. Maximum is 8192 bytes. An error occurred while uploading the sketch

This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.

Thanks.

alvarohqr @.***> 於 2022年10月6日 週四 中午12:34寫道:

also it might be worth checking this repo: https://github.com/DeuxVis/energia-lmic

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1269298383, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYG45U7LD3EKSDQXEMUGULWBZJFPANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you authored the thread.Message ID: @.***>

alvarohqr commented 1 year ago

I haven't encoutered that issue, have you tried Energia 1.8.10E23? I'm using the same chip, DIOx pins corresponds to Gx pins and NSS = CS, the rest is the same.

stan880219 commented 1 year ago

below is the executing error about the repo:

Energia: 1.8.11E23 (Mac OS X), Board: "MSP-EXP430F5529LP"

ttn-otaa:32:18: error: lmic.h: No such file or directory compilation terminated. exit status 1 lmic.h: No such file or directory

This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.

Have you encountered this problem before?

台師大張劭群 @.***> 於 2022年10月6日 週四 下午1:33寫道:

My Energia's version is 1.8.11E23. So, should I down Energia 1.8.10E23 again? I will try the given repo.

alvarohqr @.***> 於 2022年10月6日 週四 下午1:30寫道:

I haven't encoutered that issue, have you tried Energia 1.8.10E23? I'm using the same chip, DIOx pins corresponds to Gx pins and NSS = CS, the rest is the same.

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1269338293, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYG45Q4COBTLQVJ772GHITWBZPVTANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you authored the thread.Message ID: @.***>

stan880219 commented 1 year ago

After lots of adjustments, the final problem is the same as the first problem I encountered.

Energia: 1.8.11E23 (Mac OS X), Board: "MSP-EXP430F5529LP"

Sketch uses 20414 bytes (42%) of program storage space. Maximum is 48128 bytes. Global variables use 672 bytes (8%) of dynamic memory, leaving 7520 bytes for local variables. Maximum is 8192 bytes. An error occurred while uploading the sketch

This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.

So, I really don't know how to fix it. Do you have any suggestions?

台師大張劭群 @.***> 於 2022年10月6日 週四 下午1:56寫道:

below is the executing error about the repo:

Energia: 1.8.11E23 (Mac OS X), Board: "MSP-EXP430F5529LP"

ttn-otaa:32:18: error: lmic.h: No such file or directory compilation terminated. exit status 1 lmic.h: No such file or directory

This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.

Have you encountered this problem before?

台師大張劭群 @.***> 於 2022年10月6日 週四 下午1:33寫道:

My Energia's version is 1.8.11E23. So, should I down Energia 1.8.10E23 again? I will try the given repo.

alvarohqr @.***> 於 2022年10月6日 週四 下午1:30寫道:

I haven't encoutered that issue, have you tried Energia 1.8.10E23? I'm using the same chip, DIOx pins corresponds to Gx pins and NSS = CS, the rest is the same.

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1269338293, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYG45Q4COBTLQVJ772GHITWBZPVTANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you authored the thread.Message ID: @.***>

alvarohqr commented 1 year ago

I'm afraid not, I think it's better for you to contact the Energia team or try to port the library for Code Composer Studio.

stan880219 commented 1 year ago

Hi, sorry for lots of questions. After I changed the environment to Ubuntu 18.04, I can correctly compile the code. But I still can not see this end node alive on my ChirpStack. So, I want to check with you. What I need to do is change the value of DEVEUI and APPKEY, right? thank for your help.

alvarohqr @.***> 於 2022年10月6日 週四 晚上11:19寫道:

I'm afraid not, I think it's better for you to contact the Energia team or try to port the library for Code Composer Studio.

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1270252410, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYG45XOZUUZZSALZ3WBZ2LWB3UXFANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you authored the thread.Message ID: @.***>

alvarohqr commented 1 year ago

That's great to hear! I got those parameters by creating and applitacion in The Things Network (TTN) platform, also you'll need a gateway device like a dragino or RAK831/2245 to send the data to the TTN.

alvarohqr commented 1 year ago

Another option will be switching to this repo: https://github.com/sandeepmistry/arduino-LoRa but you'll require another microcontroller and RFM95W to act as the gateway,

stan880219 commented 1 year ago

My Energia's version is 1.8.11E23. So, should I down Energia 1.8.10E23 again? I will try the given repo.

alvarohqr @.***> 於 2022年10月6日 週四 下午1:30寫道:

I haven't encoutered that issue, have you tried Energia 1.8.10E23? I'm using the same chip, DIOx pins corresponds to Gx pins and NSS = CS, the rest is the same.

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1269338293, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYG45Q4COBTLQVJ772GHITWBZPVTANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you authored the thread.Message ID: @.***>

alvarohqr commented 1 year ago

Did you downloaded the zip and copied the files to the libraries directory?

El mié., 5 de octubre de 2022 10:57 p. m., stan880219 < @.***> escribió:

below is the executing error about the repo:

Energia: 1.8.11E23 (Mac OS X), Board: "MSP-EXP430F5529LP"

ttn-otaa:32:18: error: lmic.h: No such file or directory compilation terminated. exit status 1 lmic.h: No such file or directory

This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.

Have you encountered this problem before?

台師大張劭群 @.***> 於 2022年10月6日 週四 下午1:33寫道:

My Energia's version is 1.8.11E23. So, should I down Energia 1.8.10E23 again? I will try the given repo.

alvarohqr @.***> 於 2022年10月6日 週四 下午1:30寫道:

I haven't encoutered that issue, have you tried Energia 1.8.10E23? I'm using the same chip, DIOx pins corresponds to Gx pins and NSS = CS, the rest is the same.

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1269338293, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AUYG45Q4COBTLQVJ772GHITWBZPVTANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1269368288, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANHDIYB35MBE43T4RJLETW3WBZS3LANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you commented.Message ID: @.***>

stan880219 commented 1 year ago

Yes, I did!

alvarohqr @.***> 於 2022年10月11日 週二 下午3:55寫道:

Did you downloaded the zip and copied the files to the libraries directory?

El mié., 5 de octubre de 2022 10:57 p. m., stan880219 < @.***> escribió:

below is the executing error about the repo:

Energia: 1.8.11E23 (Mac OS X), Board: "MSP-EXP430F5529LP"

ttn-otaa:32:18: error: lmic.h: No such file or directory compilation terminated. exit status 1 lmic.h: No such file or directory

This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.

Have you encountered this problem before?

台師大張劭群 @.***> 於 2022年10月6日 週四 下午1:33寫道:

My Energia's version is 1.8.11E23. So, should I down Energia 1.8.10E23 again? I will try the given repo.

alvarohqr @.***> 於 2022年10月6日 週四 下午1:30寫道:

I haven't encoutered that issue, have you tried Energia 1.8.10E23? I'm using the same chip, DIOx pins corresponds to Gx pins and NSS = CS, the rest is the same.

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1269338293, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUYG45Q4COBTLQVJ772GHITWBZPVTANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1269368288, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ANHDIYB35MBE43T4RJLETW3WBZS3LANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1274250965, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYG45QHET3PCC6WFS6VCULWCUMQTANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you authored the thread.Message ID: @.***>

stan880219 commented 1 year ago

Thank for your respond, I will keep find the problem why I can't join in LoRaWAN. I had gateway device originally, so it is not the problem. And this project I can only use MSP430 launchpad for energy efficiency target, so I can not use this repo: https://github.com/sandeepmistry/arduino-LoRa. Thank you for responding me lots of problems!

alvarohqr @.***> 於 2022年10月7日 週五 下午1:44寫道:

Another option will be switching to this repo: https://github.com/sandeepmistry/arduino-LoRa but you'll require another microcontroller and RFM95W to act as the gateway,

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1271135532, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYG45VZ4LXIZ2IW54P3YI3WB62CDANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you authored the thread.Message ID: @.***>

alvarohqr commented 1 year ago

As long as you have those key you should be able to establish the connection. Also try powering the LoRa device externally Alvaro Humberto Quiñonez Rodríguez

El mar, 11 oct 2022 a las 1:58, stan880219 @.***>) escribió:

Thank for your respond, I will keep find the problem why I can't join in LoRaWAN. I had gateway device originally, so it is not the problem. And this project I can only use MSP430 launchpad for energy efficiency target, so I can not use this repo: https://github.com/sandeepmistry/arduino-LoRa. Thank you for responding me lots of problems!

alvarohqr @.***> 於 2022年10月7日 週五 下午1:44寫道:

Another option will be switching to this repo: https://github.com/sandeepmistry/arduino-LoRa but you'll require another microcontroller and RFM95W to act as the gateway,

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1271135532, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AUYG45VZ4LXIZ2IW54P3YI3WB62CDANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1274348647, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANHDIYFL5GCYOE5F6YOIYFLWCUT5BANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you modified the open/close state.Message ID: @.***>

stan880219 commented 1 year ago

Ok, I will try. Thanks.

alvarohqr @.***> 於 2022年10月12日 週三 上午9:03寫道:

As long as you have those key you should be able to establish the connection. Also try powering the LoRa device externally Alvaro Humberto Quiñonez Rodríguez

El mar, 11 oct 2022 a las 1:58, stan880219 @.***>) escribió:

Thank for your respond, I will keep find the problem why I can't join in LoRaWAN. I had gateway device originally, so it is not the problem. And this project I can only use MSP430 launchpad for energy efficiency target, so I can not use this repo: https://github.com/sandeepmistry/arduino-LoRa. Thank you for responding me lots of problems!

alvarohqr @.***> 於 2022年10月7日 週五 下午1:44寫道:

Another option will be switching to this repo: https://github.com/sandeepmistry/arduino-LoRa but you'll require another microcontroller and RFM95W to act as the gateway,

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1271135532, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUYG45VZ4LXIZ2IW54P3YI3WB62CDANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1274348647, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ANHDIYFL5GCYOE5F6YOIYFLWCUT5BANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1275451828, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYG45V4Q23F6XGDS7S6QOLWCYE5XANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you authored the thread.Message ID: @.***>

stan880219 commented 1 year ago

I still can not join to LoRaWAN, I has check everywhere. The serial port's message is below:

Starting Packet queued 1144: EV_JOINING I also check deviceEUI and APPKEY many times. Have you encountered this before? Thanks.

台師大張劭群 @.***> 於 2022年10月12日 週三 下午2:30寫道:

Ok, I will try. Thanks.

alvarohqr @.***> 於 2022年10月12日 週三 上午9:03寫道:

As long as you have those key you should be able to establish the connection. Also try powering the LoRa device externally Alvaro Humberto Quiñonez Rodríguez

El mar, 11 oct 2022 a las 1:58, stan880219 @.***>) escribió:

Thank for your respond, I will keep find the problem why I can't join in LoRaWAN. I had gateway device originally, so it is not the problem. And this project I can only use MSP430 launchpad for energy efficiency target, so I can not use this repo: https://github.com/sandeepmistry/arduino-LoRa. Thank you for responding me lots of problems!

alvarohqr @.***> 於 2022年10月7日 週五 下午1:44寫道:

Another option will be switching to this repo: https://github.com/sandeepmistry/arduino-LoRa but you'll require another microcontroller and RFM95W to act as the gateway,

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1271135532, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUYG45VZ4LXIZ2IW54P3YI3WB62CDANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1274348647, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ANHDIYFL5GCYOE5F6YOIYFLWCUT5BANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1275451828, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYG45V4Q23F6XGDS7S6QOLWCYE5XANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you authored the thread.Message ID: @.***>

alvarohqr commented 1 year ago

May I ask what frequency plan are you working on? 868 Mhz in Europe or Asia? Alvaro Humberto Quiñonez Rodríguez

El mar, 18 oct 2022 a las 2:08, stan880219 @.***>) escribió:

I still can not join to LoRaWAN, I has check everywhere. The serial port's message is below:

Starting Packet queued 1144: EV_JOINING I also check deviceEUI and APPKEY many times. Have you encountered this before? Thanks.

台師大張劭群 @.***> 於 2022年10月12日 週三 下午2:30寫道:

Ok, I will try. Thanks.

alvarohqr @.***> 於 2022年10月12日 週三 上午9:03寫道:

As long as you have those key you should be able to establish the connection. Also try powering the LoRa device externally Alvaro Humberto Quiñonez Rodríguez

El mar, 11 oct 2022 a las 1:58, stan880219 @.***>) escribió:

Thank for your respond, I will keep find the problem why I can't join in LoRaWAN. I had gateway device originally, so it is not the problem. And this project I can only use MSP430 launchpad for energy efficiency target, so I can not use this repo: https://github.com/sandeepmistry/arduino-LoRa. Thank you for responding me lots of problems!

alvarohqr @.***> 於 2022年10月7日 週五 下午1:44寫道:

Another option will be switching to this repo: https://github.com/sandeepmistry/arduino-LoRa but you'll require another microcontroller and RFM95W to act as the gateway,

— Reply to this email directly, view it on GitHub <https://github.com/alvarohqr/MCI/issues/1#issuecomment-1271135532 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUYG45VZ4LXIZ2IW54P3YI3WB62CDANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1274348647, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/ANHDIYFL5GCYOE5F6YOIYFLWCUT5BANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1275451828, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AUYG45V4Q23F6XGDS7S6QOLWCYE5XANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1282062348, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANHDIYFVFBD2BRQULANMKG3WDZSKTANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you modified the open/close state.Message ID: @.***>

alvarohqr commented 1 year ago

Look this tutorial as reference: https://www.youtube.com/watch?v=wlUs63Q7IMQ&t=670s&ab_channel=ElectronicsInnovation It uses the same library. Alvaro Humberto Quiñonez Rodríguez

El mar, 18 oct 2022 a las 13:10, Alvaro Qz. Rz. @.***>) escribió:

May I ask what frequency plan are you working on? 868 Mhz in Europe or Asia? Alvaro Humberto Quiñonez Rodríguez

El mar, 18 oct 2022 a las 2:08, stan880219 @.***>) escribió:

I still can not join to LoRaWAN, I has check everywhere. The serial port's message is below:

Starting Packet queued 1144: EV_JOINING I also check deviceEUI and APPKEY many times. Have you encountered this before? Thanks.

台師大張劭群 @.***> 於 2022年10月12日 週三 下午2:30寫道:

Ok, I will try. Thanks.

alvarohqr @.***> 於 2022年10月12日 週三 上午9:03寫道:

As long as you have those key you should be able to establish the connection. Also try powering the LoRa device externally Alvaro Humberto Quiñonez Rodríguez

El mar, 11 oct 2022 a las 1:58, stan880219 @.***>) escribió:

Thank for your respond, I will keep find the problem why I can't join in LoRaWAN. I had gateway device originally, so it is not the problem. And this project I can only use MSP430 launchpad for energy efficiency target, so I can not use this repo: https://github.com/sandeepmistry/arduino-LoRa. Thank you for responding me lots of problems!

alvarohqr @.***> 於 2022年10月7日 週五 下午1:44寫道:

Another option will be switching to this repo: https://github.com/sandeepmistry/arduino-LoRa but you'll require another microcontroller and RFM95W to act as the gateway,

— Reply to this email directly, view it on GitHub <https://github.com/alvarohqr/MCI/issues/1#issuecomment-1271135532 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUYG45VZ4LXIZ2IW54P3YI3WB62CDANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1274348647, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/ANHDIYFL5GCYOE5F6YOIYFLWCUT5BANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1275451828, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AUYG45V4Q23F6XGDS7S6QOLWCYE5XANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1282062348, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANHDIYFVFBD2BRQULANMKG3WDZSKTANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you modified the open/close state.Message ID: @.***>

stan880219 commented 1 year ago

I'm in Asia, and I also noticed this point. But after I use the library, it contains AS923's frequency. It still doesn't work for me.

alvarohqr @.***> 於 2022年10月19日 週三 凌晨4:11寫道:

Look this tutorial as reference:

https://www.youtube.com/watch?v=wlUs63Q7IMQ&t=670s&ab_channel=ElectronicsInnovation It uses the same library. Alvaro Humberto Quiñonez Rodríguez

El mar, 18 oct 2022 a las 13:10, Alvaro Qz. Rz. @.***>) escribió:

May I ask what frequency plan are you working on? 868 Mhz in Europe or Asia? Alvaro Humberto Quiñonez Rodríguez

El mar, 18 oct 2022 a las 2:08, stan880219 @.***>) escribió:

I still can not join to LoRaWAN, I has check everywhere. The serial port's message is below:

Starting Packet queued 1144: EV_JOINING I also check deviceEUI and APPKEY many times. Have you encountered this before? Thanks.

台師大張劭群 @.***> 於 2022年10月12日 週三 下午2:30寫道:

Ok, I will try. Thanks.

alvarohqr @.***> 於 2022年10月12日 週三 上午9:03寫道:

As long as you have those key you should be able to establish the connection. Also try powering the LoRa device externally Alvaro Humberto Quiñonez Rodríguez

El mar, 11 oct 2022 a las 1:58, stan880219 @.***>) escribió:

Thank for your respond, I will keep find the problem why I can't join in LoRaWAN. I had gateway device originally, so it is not the problem. And this project I can only use MSP430 launchpad for energy efficiency target, so I can not use this repo: https://github.com/sandeepmistry/arduino-LoRa. Thank you for responding me lots of problems!

alvarohqr @.***> 於 2022年10月7日 週五 下午1:44寫道:

Another option will be switching to this repo: https://github.com/sandeepmistry/arduino-LoRa but you'll require another microcontroller and RFM95W to act as the gateway,

— Reply to this email directly, view it on GitHub < https://github.com/alvarohqr/MCI/issues/1#issuecomment-1271135532 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUYG45VZ4LXIZ2IW54P3YI3WB62CDANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub <https://github.com/alvarohqr/MCI/issues/1#issuecomment-1274348647 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/ANHDIYFL5GCYOE5F6YOIYFLWCUT5BANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1275451828, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUYG45V4Q23F6XGDS7S6QOLWCYE5XANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1282062348, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ANHDIYFVFBD2BRQULANMKG3WDZSKTANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1282946594, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYG45XRR2S5DRFIPZEUZZTWD4AARANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you authored the thread.Message ID: @.***>

alvarohqr commented 1 year ago

Try this one: https://github.com/zakibakar75/arduino-lmic-as923/tree/master/src/lmic

Alvaro Humberto Quiñonez Rodríguez

El mar, 18 oct 2022 a las 22:20, stan880219 @.***>) escribió:

I'm in Asia, and I also noticed this point. But after I use the library, it contains AS923's frequency. It still doesn't work for me.

alvarohqr @.***> 於 2022年10月19日 週三 凌晨4:11寫道:

Look this tutorial as reference:

https://www.youtube.com/watch?v=wlUs63Q7IMQ&t=670s&ab_channel=ElectronicsInnovation It uses the same library. Alvaro Humberto Quiñonez Rodríguez

El mar, 18 oct 2022 a las 13:10, Alvaro Qz. Rz. @.***>) escribió:

May I ask what frequency plan are you working on? 868 Mhz in Europe or Asia? Alvaro Humberto Quiñonez Rodríguez

El mar, 18 oct 2022 a las 2:08, stan880219 @.***>) escribió:

I still can not join to LoRaWAN, I has check everywhere. The serial port's message is below:

Starting Packet queued 1144: EV_JOINING I also check deviceEUI and APPKEY many times. Have you encountered this before? Thanks.

台師大張劭群 @.***> 於 2022年10月12日 週三 下午2:30寫道:

Ok, I will try. Thanks.

alvarohqr @.***> 於 2022年10月12日 週三 上午9:03寫道:

As long as you have those key you should be able to establish the connection. Also try powering the LoRa device externally Alvaro Humberto Quiñonez Rodríguez

El mar, 11 oct 2022 a las 1:58, stan880219 @.***>) escribió:

Thank for your respond, I will keep find the problem why I can't join in LoRaWAN. I had gateway device originally, so it is not the problem. And this project I can only use MSP430 launchpad for energy efficiency target, so I can not use this repo: https://github.com/sandeepmistry/arduino-LoRa. Thank you for responding me lots of problems!

alvarohqr @.***> 於 2022年10月7日 週五 下午1:44寫道:

Another option will be switching to this repo: https://github.com/sandeepmistry/arduino-LoRa but you'll require another microcontroller and RFM95W to act as the gateway,

— Reply to this email directly, view it on GitHub < https://github.com/alvarohqr/MCI/issues/1#issuecomment-1271135532 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUYG45VZ4LXIZ2IW54P3YI3WB62CDANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/alvarohqr/MCI/issues/1#issuecomment-1274348647 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/ANHDIYFL5GCYOE5F6YOIYFLWCUT5BANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub <https://github.com/alvarohqr/MCI/issues/1#issuecomment-1275451828 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUYG45V4Q23F6XGDS7S6QOLWCYE5XANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1282062348, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/ANHDIYFVFBD2BRQULANMKG3WDZSKTANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1282946594, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AUYG45XRR2S5DRFIPZEUZZTWD4AARANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1283444750, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANHDIYHRPRH3V7EB35YGW3DWD6AIHANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you modified the open/close state.Message ID: @.***>

stan880219 commented 1 year ago

I had used them before, but my device is an MSP430F5529. I also tried to just change the library src, but it doesn't work now.

alvarohqr @.***> 於 2022年10月19日 週三 晚上10:44寫道:

Try this one: https://github.com/zakibakar75/arduino-lmic-as923/tree/master/src/lmic

Alvaro Humberto Quiñonez Rodríguez

El mar, 18 oct 2022 a las 22:20, stan880219 @.***>) escribió:

I'm in Asia, and I also noticed this point. But after I use the library, it contains AS923's frequency. It still doesn't work for me.

alvarohqr @.***> 於 2022年10月19日 週三 凌晨4:11寫道:

Look this tutorial as reference:

https://www.youtube.com/watch?v=wlUs63Q7IMQ&t=670s&ab_channel=ElectronicsInnovation

It uses the same library. Alvaro Humberto Quiñonez Rodríguez

El mar, 18 oct 2022 a las 13:10, Alvaro Qz. Rz. @.***>) escribió:

May I ask what frequency plan are you working on? 868 Mhz in Europe or Asia? Alvaro Humberto Quiñonez Rodríguez

El mar, 18 oct 2022 a las 2:08, stan880219 @.***>) escribió:

I still can not join to LoRaWAN, I has check everywhere. The serial port's message is below:

Starting Packet queued 1144: EV_JOINING I also check deviceEUI and APPKEY many times. Have you encountered this before? Thanks.

台師大張劭群 @.***> 於 2022年10月12日 週三 下午2:30寫道:

Ok, I will try. Thanks.

alvarohqr @.***> 於 2022年10月12日 週三 上午9:03寫道:

As long as you have those key you should be able to establish the connection. Also try powering the LoRa device externally Alvaro Humberto Quiñonez Rodríguez

El mar, 11 oct 2022 a las 1:58, stan880219 @.***>) escribió:

Thank for your respond, I will keep find the problem why I can't join in LoRaWAN. I had gateway device originally, so it is not the problem. And this project I can only use MSP430 launchpad for energy efficiency target, so I can not use this repo: https://github.com/sandeepmistry/arduino-LoRa. Thank you for responding me lots of problems!

alvarohqr @.***> 於 2022年10月7日 週五 下午1:44寫道:

Another option will be switching to this repo: https://github.com/sandeepmistry/arduino-LoRa but you'll require another microcontroller and RFM95W to act as the gateway,

— Reply to this email directly, view it on GitHub < https://github.com/alvarohqr/MCI/issues/1#issuecomment-1271135532 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUYG45VZ4LXIZ2IW54P3YI3WB62CDANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/alvarohqr/MCI/issues/1#issuecomment-1274348647 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/ANHDIYFL5GCYOE5F6YOIYFLWCUT5BANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/alvarohqr/MCI/issues/1#issuecomment-1275451828 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUYG45V4Q23F6XGDS7S6QOLWCYE5XANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub <https://github.com/alvarohqr/MCI/issues/1#issuecomment-1282062348 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/ANHDIYFVFBD2BRQULANMKG3WDZSKTANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1282946594, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUYG45XRR2S5DRFIPZEUZZTWD4AARANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1283444750, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ANHDIYHRPRH3V7EB35YGW3DWD6AIHANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1284132383, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYG45VS4DEGAORJZ2ZZBSDWEACNJANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you authored the thread.Message ID: @.***>

alvarohqr commented 1 year ago

I'm afraid I cannot help you with your problem. Sorry. Alvaro Humberto Quiñonez Rodríguez

El mié, 19 oct 2022 a las 20:33, stan880219 @.***>) escribió:

I had used them before, but my device is an MSP430F5529. I also tried to just change the library src, but it doesn't work now.

alvarohqr @.***> 於 2022年10月19日 週三 晚上10:44寫道:

Try this one: https://github.com/zakibakar75/arduino-lmic-as923/tree/master/src/lmic

Alvaro Humberto Quiñonez Rodríguez

El mar, 18 oct 2022 a las 22:20, stan880219 @.***>) escribió:

I'm in Asia, and I also noticed this point. But after I use the library, it contains AS923's frequency. It still doesn't work for me.

alvarohqr @.***> 於 2022年10月19日 週三 凌晨4:11寫道:

Look this tutorial as reference:

https://www.youtube.com/watch?v=wlUs63Q7IMQ&t=670s&ab_channel=ElectronicsInnovation

It uses the same library. Alvaro Humberto Quiñonez Rodríguez

El mar, 18 oct 2022 a las 13:10, Alvaro Qz. Rz. @.***>) escribió:

May I ask what frequency plan are you working on? 868 Mhz in Europe or Asia? Alvaro Humberto Quiñonez Rodríguez

El mar, 18 oct 2022 a las 2:08, stan880219 @.***>) escribió:

I still can not join to LoRaWAN, I has check everywhere. The serial port's message is below:

Starting Packet queued 1144: EV_JOINING I also check deviceEUI and APPKEY many times. Have you encountered this before? Thanks.

台師大張劭群 @.***> 於 2022年10月12日 週三 下午2:30寫道:

Ok, I will try. Thanks.

alvarohqr @.***> 於 2022年10月12日 週三 上午9:03寫道:

As long as you have those key you should be able to establish the connection. Also try powering the LoRa device externally Alvaro Humberto Quiñonez Rodríguez

El mar, 11 oct 2022 a las 1:58, stan880219 @.***>) escribió:

Thank for your respond, I will keep find the problem why I can't join in LoRaWAN. I had gateway device originally, so it is not the problem. And this project I can only use MSP430 launchpad for energy efficiency target, so I can not use this repo: https://github.com/sandeepmistry/arduino-LoRa. Thank you for responding me lots of problems!

alvarohqr @.***> 於 2022年10月7日 週五 下午1:44寫道:

Another option will be switching to this repo: https://github.com/sandeepmistry/arduino-LoRa but you'll require another microcontroller and RFM95W to act as the gateway,

— Reply to this email directly, view it on GitHub < https://github.com/alvarohqr/MCI/issues/1#issuecomment-1271135532 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUYG45VZ4LXIZ2IW54P3YI3WB62CDANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/alvarohqr/MCI/issues/1#issuecomment-1274348647 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/ANHDIYFL5GCYOE5F6YOIYFLWCUT5BANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/alvarohqr/MCI/issues/1#issuecomment-1275451828 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUYG45V4Q23F6XGDS7S6QOLWCYE5XANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/alvarohqr/MCI/issues/1#issuecomment-1282062348 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/ANHDIYFVFBD2BRQULANMKG3WDZSKTANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1282946594, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUYG45XRR2S5DRFIPZEUZZTWD4AARANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1283444750, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/ANHDIYHRPRH3V7EB35YGW3DWD6AIHANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1284132383, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AUYG45VS4DEGAORJZ2ZZBSDWEACNJANCNFSM6AAAAAAQ5G2F4A

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/alvarohqr/MCI/issues/1#issuecomment-1284871373, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANHDIYHL6NSBUQ7EETSFGJTWEC4Q7ANCNFSM6AAAAAAQ5G2F4A . You are receiving this because you modified the open/close state.Message ID: @.***>