Han Zhao

Results 11 comments of Han Zhao

could you try my fork https://github.com/HanYangZhao/python-mercuryapi? I think i have a fix. It's a bug in the invoke_exception_callback with the python GIL

Could you try ``` def sendViaSerialToBluetooth(tags): #do stuff with tags reader.start_reading(sendViaSerialToBluetooth) ``` If that doesn't work, could you post the actually error running with gdb?

Ok try these suggestions * Because of the` while True` , `reader.start_reading()` gets called every loop. It's not made be called multiple times as it launches multiple threads in the...

I think i might have experienced the same error. Here's my stacktrace from GDB ``` Thread 4 "python3.6" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x756dd460 (LWP 17940)] PyErr_SetObject...

That sounds pretty good. I think someone was already working on the webhook input #65 ?

Thanks for the quick reply. I wanted to compile on the Pi because I don't have a cross compile workflow setup right now. But since removing the -pipe didn't do...

Hi, It's been a long time since I've original wrote the code so my memory is somewhat fuzzy. But from a quick read the T_vals are related to check of...

Hi, It should be possible since the communication between the esp and the stepper driver needs 2 pins, which the esp 01 has. It will be slightly annoying as you'll...

Sorry for the very late response. Does it works with only 1 string? Do i have to change only the N_STR parameter? Yes i think so If yes, what I...

I tried it and it worked! However, golemu doesn't seem to respond to any other curl request after the initial one. All requests seems to hang forever