Search found 9 matches

by BricoMs
Sun Apr 25, 2021 3:30 pm
Forum: General Discussion and Questions
Topic: Is MicroPython the right hammer for my nail?
Replies: 22
Views: 12338

Re: Is MicroPython the right hammer for my nail?

I am also a beginner in electronics and MicroPython. I have used my pyboard or ESP32 with MicroPython on Windows, Linux and Chromebook. No problem at all. In my opinion it is easier than Arduino IDE and language. Something that take MicroPython apart for a newbie is the REPL. That way i can test thi...
by BricoMs
Thu Apr 22, 2021 4:47 pm
Forum: General Discussion and Questions
Topic: Would a pyboard purchase support the project?
Replies: 15
Views: 8854

Re: Would a pyboard purchase support the project?

You can also donate on the github repo.
by BricoMs
Sun Mar 28, 2021 7:41 pm
Forum: Pyboard D-series
Topic: Home-made breakout / dev board
Replies: 3
Views: 4614

Re: Home-made breakout / dev board

Any possibility of finding any of this breakout boards on tindie or similar?
I know there is a WBUS-DIP28 breakout board on the MP store, but the form factor is of no use to me.

I have seen a lot of you make your own boards but i am far from being able to do that.
by BricoMs
Sat Mar 27, 2021 5:53 pm
Forum: ESP32 boards
Topic: MicroPython and EPS32 (with Blockly type frontend/App)
Replies: 4
Views: 3917

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

Hey hello! Have you tried UIFLOW? I have flashed uiflow to some generic esp32 boards and works good. For the cloud key you can get it while on repl rebooting. It is supposed to be loaded into m5stack devices but works with generic devices. http://docs.m5stack.com/#/en/quick_start/core2/m5stack_core2...
by BricoMs
Thu Mar 25, 2021 5:07 pm
Forum: MicroPython pyboard
Topic: Is this an original Pyboard? [SOLVED]
Replies: 5
Views: 3873

Re: Is this an original Pyboard? [SOLVED]

Christine,
Thanks for the clarification, sorry for the trouble.
The board is fine, and the bar code label is of no importance.
Regards.
F.
by BricoMs
Thu Mar 25, 2021 2:33 pm
Forum: MicroPython pyboard
Topic: Is this an original Pyboard? [SOLVED]
Replies: 5
Views: 3873

Re: Is this an original Pyboard?

Hello Pythoncoder. Yea, i am also certain this ones are a different batch, its understandable when small productions are being made there is always a continuity problem. Anyway... i am happy to support Micropython in anyway possible that is why everyone should buy the genuine boards. Well if anyone ...
by BricoMs
Thu Mar 25, 2021 4:50 am
Forum: MicroPython pyboard
Topic: Is this an original Pyboard? [SOLVED]
Replies: 5
Views: 3873

Is this an original Pyboard? [SOLVED]

I bought this board at SparkFun. It seamed odd at first that it came on plastic bag, no black box included. Second... the bar code is printed on bond paper and is very fuzzy and does not say made in Germany. Could not upload picture with forum attachments Here I provide the links. Pic1: https://phot...
by BricoMs
Sat Mar 13, 2021 9:11 pm
Forum: General Discussion and Questions
Topic: UART strange bytes.
Replies: 2
Views: 1357

Re: UART strange bytes.

Awesome, thanks.
And man... you are a warrior. I have seen 1000s of answers by you in this forum and others. Amazing. thanks for your help.
by BricoMs
Sat Mar 13, 2021 8:54 pm
Forum: General Discussion and Questions
Topic: UART strange bytes.
Replies: 2
Views: 1357

UART strange bytes.

Hello everyone, I am no pro, i am a hobbyist. I am receiving a packet on UART, all goes well until i print it. but if i print individual bytes i get them right, any idea what is going on? First i initialize my uart, the create my buf: uart = UART(2) uart.init(baudrate=100000, bits=8, parity=0, stop=...