PikaPython icon indicating copy to clipboard operation
PikaPython copied to clipboard

An ultra-lightweight Python interpreter that runs with only 4KB of RAM, zero dependencies. It is ready to use out of the box without any configuration required and easy to extend with C. Similar proje...

Results 28 PikaPython issues
Sort by recently updated
recently updated
newest added

![error](https://user-images.githubusercontent.com/102791460/184879952-c75bea51-5d29-421b-95b3-ff27a9b68aea.jpg) 我使用的是合宇Air103的开发板,兼容W806工程。在测试UART功能时,发现若将GPS模块或者TTL连接至开发板的UART 1(PA_06和PA_07)后开发板复位后会出现CPU Exception 49错误无法启动,错误信息如上图,且板载的UART接口目前只有id为1可用,其他UART接口均无响应。程序如下图(同pika Document中2.2.6.2节UART Demo程序) ![program](https://user-images.githubusercontent.com/102791460/184880711-b50feb3d-5261-4585-afb5-9f13917d473b.jpg)

Is the maximum number of constructors that can be created inside a class 16? class_def(class){ __BEFORE_MOETHOD_DEF constructor_def(constructor_1, 0), constructor_def(constructor_2, 0), constructor_def(constructor_3, 0), constructor_def(constructor_4, 0), constructor_def(constructor_5, 0), constructor_def(constructor_6, 0), constructor_def(constructor_7, 0),...

使用M0S Docker bl616,在requestment中添加了network并拉取包之后 在pikastudio中会报错Error: invalid version number. Expected 4, got 6 当在studio中import network报错,显示不存在network模块ModuleNotFoundError: No module named 'network IMP network (#1) 将该固件烧录至BL618M0P Docker板子后,无虚拟串口显示

I'm not entirely sure on Python 3 version differences so I'm not entirely sure if these are considered issues for PikaPython. But I'm creating this issue just in case if...

commit id:893972bf4f7f8d65e1d01acf22c574cadf176bc4 系统:linux ## pika ``` ~~~/ POWERED BY \~~~ ~ pikascript.com ~ ~~~~~~~~~~~~~~~~~~~~ hello pikascript >>> x = {} >>> x["a635000"] = 1 >>> x["a10000751"] = 2 >>> x...

- [ ] UART - [ ] PWM - [ ] SPI - [ ] I2C - [ ] ADC - [ ] DAC ... https://github.com/pikasTech/PikaPython/tree/master/package/pikaRTDevice

在RT-Thread Studio上基于开发板建立PICO RP2040的工程 并加入PikaScript软件包 编译通过,生成了.uf2文件 ![Snipaste_2023-04-22_23-57-29](https://user-images.githubusercontent.com/39156300/233794541-935d6981-68fa-4d06-9f9a-01986755f265.jpg) 将rtthread-pico.uf2拖进Pico,连上串口助手,重新上电 ![Snipaste_2023-04-23_00-05-14](https://user-images.githubusercontent.com/39156300/233794886-95268db3-88de-4a6e-be1f-c3b88ee34ff0.jpg) 从图可知,上电可进入RT Thread的msh,但输入“pika"不能启动pikascript