-
Hi there!
Wiki article about Lua_for_Rephone on seeedstudio's site tells, then all is needed is just connect to debug port with PuTTY and there will be Lua command prompt, while where I trying to conn…
-
...how to upload elf file to device?
-
Just like _Lua for RePhone_, it would be nice if _JS for RePhone_ also supported e.g. I2C. From the source code it seems like it's already in place. Just needs a JS command mapping if I'm not mistaken…
-
Impossible to connect to Rephone via Putty, even after upgrading the firmware.
I use the COM port specified in device manager (Debug Port) and the following parameters in PUTTY:
COM16
9600 (Speed)
…
-
Saving `init.lua` with the following:
```
gpio.mode(17, gpio.OUTPUT)
function repeat_function()
gpio.write(17, 1)
end
function repeat_function2()
gpio.write(17, 0)
end
timer.create(2000, repea…
-
### ⚠️ Before posting ⚠️
- [X] This is a **bug**, not a question or an enhancement.
- [X] I've [searched for similar issues](https://github.com/nextcloud/android/issues) and didn't find a duplicate.
…
-
Hey, great project!
I'm trying to run the LEDtest on my RePhone (Arduino compatible). It crashes during voice.calibrate() ... any thoughts on how to debug this?
Thanks!
-
Uncompressed ALICE.bin and compressed ALICE is here: https://github.com/Seeed-Studio/Arduino_IDE_for_RePhone/tree/master/hardware/tools/mtk/firmware/LinkIt_Device/RePhone/W15.19.p2-uart
Note that M…
-
Hello,
Could you please update https://github.com/Seeed-Studio/Seeed_Platform/blob/master/RePhone_core_2G_MT2502_v1.0.0.tar.bz2 with the updated libraries in https://github.com/Seeed-Studio/Arduino…
-
I tried using this VXP on a v1.0 touchscreen (9/23/2015) in combination with a v1.0 Xadow GSM module. The LED of the GSM module stays magenta for a long time, the screen is white. Then the GSM module'…