Search found 14 matches

by Aris
Thu Jul 23, 2015 12:58 pm
Forum: General Discussion and Questions
Topic: Error makeqstrdata.py
Replies: 3
Views: 4368

Re: Error makeqstrdata.py

I was trying to run it directly. I wanted to add a module to micropython and I found the file "qstrdefs.generated.h". I wanted to generate it by my own but now I guess that's not how it works.

Thanks for answering so fast!:D
by Aris
Tue Jul 21, 2015 6:42 pm
Forum: General Discussion and Questions
Topic: Error makeqstrdata.py
Replies: 3
Views: 4368

Error makeqstrdata.py

Hi, I got a problem while trying to run makeqstrdata.py . This is the report: Traceback (most recent call last): File "makeqsrtdata.py", line 108, in <module> do_work(sys.argv[1:]) File "makeqstrdata.py", line 83, in do_work cfg_bytes_len = int(qcfgs['BYTES_IN_LEN']) KeyError: 'BYTES_IN_LEN' Thanks ...
by Aris
Fri Jul 17, 2015 8:51 am
Forum: General Discussion and Questions
Topic: C++
Replies: 6
Views: 9345

Re: C++

Thank you very much! this helped me a lot.
by Aris
Mon Jul 06, 2015 7:26 pm
Forum: General Discussion and Questions
Topic: C++
Replies: 6
Views: 9345

Re: C++

I want to know if there is a possibility to write C++ code in the main file of my pyboard, something like the "inline assembler" (available in micropython) with C++ instead. Or maybe if it's possible to compile some program, functions or classes in C++ and import them to micropython. This https://gi...
by Aris
Mon Jul 06, 2015 2:03 pm
Forum: General Discussion and Questions
Topic: C++
Replies: 6
Views: 9345

Re: C++

Thanks for the reply. I've been asked to make C++ (and C) work on the pyboard. I've not been able to make it so far.. Actually I don't have a clue of how could I make it. I must mention that I've never studied C nor C++.. nor any other language except Python (and just a little bit). That's why I'm a...
by Aris
Wed Jul 01, 2015 9:45 am
Forum: General Discussion and Questions
Topic: C++
Replies: 6
Views: 9345

C++

Hi everyone,

Does anyone know if there is a possibility to use C with pyboard?

Thanks.
by Aris
Tue Apr 28, 2015 10:24 am
Forum: General Discussion and Questions
Topic: Cpython in the pyboard?
Replies: 2
Views: 3417

Cpython in the pyboard?

Hi, I'd like to know if it's possible to make the pyboard understand Cpython. I think it's possible to compile the firmware using Dfu file manager. I guess all the files needed to be compiled in the firmware are somehwere, I don't know where though. And if I finally found them, would it be possible ...
by Aris
Mon Mar 30, 2015 1:40 pm
Forum: General Discussion and Questions
Topic: CAN, OSError: 116
Replies: 10
Views: 14061

Re: CAN, OSError: 116

That is the code shown in the micropython website. It's just an example without using transceiver (that's what the mode "CAN.LOOPBACK" does). But still, it doesn't work. It worked perfectly just once, but not anymore. And now it sends, but doesn't receive. Although sometimes it doesn't neither send ...
by Aris
Sat Mar 28, 2015 4:10 pm
Forum: General Discussion and Questions
Topic: mouse, 'CDC+HID' mode
Replies: 7
Views: 8719

Re: mouse, 'CDC+HID' mode

It doesn't work with the firmware that you suggested. May I ask you which OS are you using in your computer to work with the pyboard?
by Aris
Thu Mar 26, 2015 7:54 am
Forum: General Discussion and Questions
Topic: CAN, OSError: 116
Replies: 10
Views: 14061

CAN, OSError: 116

Hello, I wanted to test the CAN bus so I bought two transceivers and make the proper conections between the CAN1 and CAN2 of the pyboard. I tried sending some message with the CAN1 and it seemed to work since I saw the pulses in the oscilloscope. Then I tried to make the CAN2 recieve that informatio...