Hou Lu

Results 21 comments of Hou Lu

Hi, please check the last line of log: `ERROR - Bad config file format, please copy a new file from template.` You need to copy a configure file from the...

Sorry, still cannot see the config files. For Join Req with 1.0.2 and OTAA, first to modify device infomation in device.json copied. An example: ```JSON { "Device": { "JoinEUI": "0000000000000000",...

Might be some problems in code which is inconsistent with the protocol. Consider using ChirpStack (Docker deployment is very convenient) and V1.1 or check the MIC calculation process code (calcmic_app...

Hi, please tell us how is this error got? Which command are you running?

Would you please show the whole error message or locate the exception position in code? I didn't encounter such an error. This may cost by a bug. I use `memoryview`...

@Gillani0 Please ~ I'm very appreciated! :)

Hi, @pe1mew. Are u working with v1.1.0? Because we have change the config generation method into command `mote create -c dir/to/config`, rather than using template config files. Please check if...

@pe1mew Sorry for the late reply. Please try to use `mote create` without `-c` option. It will generate config files at default directory (./config under current location). I'll look into`-c`...

It usually becauses the two fields _txch_ and _txdr_ are not correctly set, therefore the _mic_ may be wrong. You need to set the frequency and channel index of devices...