Zuyang Liu

Results 9 comments of Zuyang Liu

Are you sure you are using the SSH URL instead of the HTTPS URL? For example, we should use `[email protected]:zuyan9/zuyan9.git`, not `https://github.com/zuyan9/zuyan9.git`.

@Backdraft007 using a private key file, SSH URL is working fine for me, but with HTTPS URL I'm also getting `Authentication is required but no CredentialsProvider has been registered`.

Right now a workaround is to use `+` in email addresses. For example, if you email is [email protected], you can create accounts in TB with [email protected] and [email protected], etc.

By changing the pin mode from `INPUT` to `INPUT_PULLUP` in [wiring.c](https://github.com/arduino/ArduinoCore-samd/blob/46f6cad46b55aab1e6081bc1bb60e4fd66dad4c0/cores/arduino/wiring.c#L89), the sleep power was reduced to ~160uA. Anything else we can do?

Hello @facchinm You are right, my bad, for MKR WAN 1310 `VERY_LOW_POWER` is defined, that code won't get compiled, I picked MKR WAN 1300 by mistake. Using [TimedWakeup](https://github.com/arduino-libraries/ArduinoLowPower/blob/master/examples/TimedWakeup/TimedWakeup.ino) example in...

> @zuyan9 those look like mkr wan 1300 numbers unless you made a hardware modification to the 1310? This is for MKR WAN 1310, I did cut the solder jumper...

@amasidlover yes 16uA of sleep current should be achievable. The firmware for the module can be found in [mkrwan1300-fw](https://github.com/arduino/mkrwan1300-fw), it's based on (a rather old version of) ST's [I-CUBE-LRWAN](https://www.st.com/en/embedded-software/i-cube-lrwan.html) with...

Yes, be careful is always a good idea. Unfortunately I don't know what's causing this. For example, ClevoEcInfo.dll is directly from Clevo and I do not any any control over....