Search found 31 matches

by eduardo
Fri Dec 04, 2015 3:02 pm
Forum: General Discussion and Questions
Topic: CoAP on micropython?
Replies: 4
Views: 10330

CoAP on micropython?

Is there any CoAP implementation for micropython available?

I found https://github.com/chrysn/aiocoap which is for python 3.4 but I dont know if it would run on micropython.

I am looking into making available sensordata to IoT servers over CoAP from micropython boards.

Thank you.
by eduardo
Thu Oct 22, 2015 9:42 am
Forum: Development of MicroPython
Topic: Porting Mirocpython to Risc V ?
Replies: 10
Views: 17105

Porting Mirocpython to Risc V ?

We got a small FPGA reserarch project funded. We consider running Micropython on a Risc V core on an FPGA. Having micropython as an interpreter would make things easy on the higher levels. We do our own Lattice based FPGA board with Flash and Memory and interfaces, so we are flexible on that side. I...
by eduardo
Thu Aug 20, 2015 6:57 am
Forum: Development of MicroPython
Topic: Is 32kByte enough for micropyhton?
Replies: 3
Views: 4400

Re: Is 32kByte enough for micropyhton?

So it might be absolutely doable to run 100.000 instances of micropython (e.g. to simulate neurons) on this massively connected machine of 100.000 cores with 32kbyte of RAM each. http://apt.cs.manchester.ac.uk/projects/SpiNNaker/project/ The next machine which will have 1 mio cores (which is current...
by eduardo
Wed Aug 19, 2015 8:09 pm
Forum: Development of MicroPython
Topic: Is 32kByte enough for micropyhton?
Replies: 3
Views: 4400

Is 32kByte enough for micropyhton?

Some cores like Arm M0 do only have 32kByte RAM.

Did someone already port Micropython to any 32kByte Core?

Thank you
by eduardo
Fri May 08, 2015 9:26 pm
Forum: General Discussion and Questions
Topic: Pyboard control system design
Replies: 11
Views: 10392

Re: Pyboard control system design

There is a project evaluating the use of an FPGA for handling the control loops. The FPGA could be programmed/configured by the microcontroller (therefore the reverse engineering of the bitstream) the microcontroller would then do only the high level stuff. even he would be able to go sleeping for s...
by eduardo
Fri May 08, 2015 9:18 pm
Forum: General Discussion and Questions
Topic: Pyboard control system design
Replies: 11
Views: 10392

Re: Pyboard control system design

You might want to look at https://www.indiegogo.com/projects/raspicommplus-all-in-one-raspberry-pi-extension/ They run a naked binary on the M0 core in the extender board which is connected over SPI to the rasperry pi. therefore it it deterministic. the Rasperri pi does only IO and higher level stuff.
by eduardo
Sun Apr 12, 2015 6:26 pm
Forum: General Discussion and Questions
Topic: deployment and testing of code
Replies: 8
Views: 7036

Re: deployment and testing of code

It would be great if hardcore hackers (who actually can get great things done) would have more love for functional and elegant design as Steve Jobs had (for the tool he ordered from his programmers). Then it would be more fun to use great-tools than having to work with tools that work-somehow and do...
by eduardo
Sun Apr 12, 2015 1:52 pm
Forum: General Discussion and Questions
Topic: deployment and testing of code
Replies: 8
Views: 7036

Re: deployment and testing of code

Thank you very much for that hint. The raise SystemExit is helpful. Do you have a solution for the problem for quick access to the SD card from the developer machine when doing development cycles? So I unmount the SD card from the developer machine, then reset the board from the REPL, it starts (wit...
by eduardo
Sat Apr 11, 2015 8:57 pm
Forum: General Discussion and Questions
Topic: deployment and testing of code
Replies: 8
Views: 7036

deployment and testing of code

I use a 4GB micro SD card on the pyboard. I do have my code and my log-data on this card. As much as I like micropython, I found out that developing code for it and testing and deploying it on the board is a hassle. I want to have the following workflow: Connect the board to the USB of the computer....
by eduardo
Sun Feb 01, 2015 2:48 pm
Forum: General Discussion and Questions
Topic: not able to write into opened file
Replies: 2
Views: 3064

Re: not able to write into opened file

Sorry for not putting it into

Code: Select all

Code
But I am no longer allowed to delete or edit my old posting.