Search found 5 matches

by aroca
Sun Feb 13, 2022 11:46 am
Forum: Raspberry Pi microcontroller boards
Topic: ImportError: no module named 'uwebsocket'
Replies: 0
Views: 8866

ImportError: no module named 'uwebsocket'

Hello, I am trying to build MicroPython v1.18 with WebREPL and Ethernet for the WIZnet W5100S-EVB-Pico. My starting point is this repository: https://github.com/Wiznet/RP2040-HAT-MicroPython. The build works fine and Ethernet works. Next, I tried to add WebREPL support by adding this line to the man...
by aroca
Sat Jun 19, 2021 11:27 pm
Forum: ESP32 boards
Topic: MicroPython and EPS32 (with Blockly type frontend/App)
Replies: 4
Views: 3629

Re: MicroPython and EPS32 (with Blockly type frontend/App)

Hi! I am one of the main creators / author of BIPES. Can I help you with something? You said that something you need is missing from BIPES. Could you share what is it? Maybe it is already implemented in the new version: http://bipes.net.br/beta2/ui/ If you want to talk directly, my email is rafaelar...
by aroca
Tue Jun 23, 2020 8:09 pm
Forum: micro:bit boards
Topic: Is latest firmware v1.7.9? No it's v1.9.2
Replies: 11
Views: 10367

Re: Is latest firmware v1.7.9? No it's v1.9.2

Hi guys, thank you very much!

This post was really helpful to allow the integration of BBC MicroBit + MicroPython + Block Programming using Blockly / BIPES! :-)

http://www.bipes.net.br/docs.html

http://www.bipes.net.br/

best regards!

http://bipes.net.br/beta2serial/ui/#

Rafael
by aroca
Tue May 05, 2020 6:04 pm
Forum: Programs, Libraries and Tools
Topic: Project BIPES - Integrating Blockly, Micropython, WebREPL, much more!
Replies: 0
Views: 3522

Project BIPES - Integrating Blockly, Micropython, WebREPL, much more!

Dear MicroPython Enthusiasts, It is our great pleasure to present the BIPES Project (Block Based Integrated Platform for Embedded Systems). It is an open source project that integrates Google Blockly, WebREPL, several blocks we created for MicroPython+Blockly, some documentation, an IOT platform to ...
by aroca
Sun May 03, 2020 12:53 am
Forum: Programs, Libraries and Tools
Topic: How to adapt a python library to micropython?
Replies: 11
Views: 9899

Re: How to adapt a python library to micropython?

Hi! I also needed MAX30100 for MicroPython, and this discussion helped a lot to implement a working script to read this sensor. I forked from the repository mentioned in the first post of this discussion, and made all needed changes. Also added a working example. Tested nicely with ESP8266. The code...