Rinaldi Jandrinata

Results 33 comments of Rinaldi Jandrinata

bonding/pairing currently only supported on some devices.please check [doc](https://docs.micropython.org/en/latest/library/bluetooth.html#pairing-and-bonding)

raspbian stretch using this gcc version gcc (Raspbian 6.3.0-18+rpi1+deb9u1) 6.3.0 20170516 when compiling the source got some error like this: gcc: error: unrecognized command line option ‘-maes’; did you mean...

i have make change to makefiles and the earlier error was sloved. now it stuck on compiling http_data and install_data.it generate big file in endless loop.i use my linux machine...

btw there is some warning when compiling the client_install. ``` pi@Nall-RPi0w:~/reqrypt $ make client_install (cd src; \ make clean; \ make -j 4 client) make[1]: Entering directory '/home/pi/reqrypt/src' #rm -f...

@svost check my git repo. I have managed to compile client and server on raspberry pi. Btw what devices are you using?

@svost Arm Instances? Have you checked and my git fork? If your server running an armv8, it should have hardware aes extension, but don't know about support from the gcc....

it just happen randomly, the shortest interval is about 10 minutes.i have not tried to restart thonny when it happen.it only happen when the shell/repl is standby(no code was running)...

look like thonny options -> interpreter -> "restart intepreter before running a script" is the culprit.no more error after i ticked that option.

i just submitted #9578 about esp32-c3 wake pin not working.hopefully this commit will get merged soon.btw any updates on which pin can be used for wakeup? currently only pin 0,2,4...