Search found 13 matches

by Adixylian
Thu Oct 12, 2017 5:21 pm
Forum: General Discussion and Questions
Topic: SPI py2py Master and Slave comm problem
Replies: 6
Views: 4390

Re: SPI py2py Master and Slave comm problem

I tried many different baudrates, didn't have any effect. Without interrupt it works every cca 10th time. All I did is just to add if statement in the end of the Slave main loop Something like --> ... if ss==0: spi.write(package,timeout=XY) else: print('no comms') ... Also, I added the delay in the ...
by Adixylian
Wed Sep 27, 2017 3:33 pm
Forum: General Discussion and Questions
Topic: SPI py2py Master and Slave comm problem
Replies: 6
Views: 4390

SPI py2py Master and Slave comm problem

So I got two pyboards MicroPython v1.9.1-196-g45645043 on 2017-07-29; PYBv1.1 with STM32F405RG communicating with each other via SPI One pyboard acts as a Slave, the other one as a master The problem is, the communication works for some short period of time and then something breaks and the comms go...
by Adixylian
Mon Jun 05, 2017 8:52 am
Forum: General Discussion and Questions
Topic: Controlling pyboard with other pyboard
Replies: 3
Views: 3181

Re: Controlling pyboard with other pyboard

I'll give it a try, thanks!
by Adixylian
Sat May 27, 2017 1:26 pm
Forum: General Discussion and Questions
Topic: Controlling pyboard with other pyboard
Replies: 3
Views: 3181

Controlling pyboard with other pyboard

Greetings Is it possible? I have succesfully made UART, I2C and SPI comm with other objects, and between pyb themselves. Now, as I am using 4 different pyboards that communicate between themselves, I have tu plug-in 4 different USBs and opet 4 repls at the same time... Is it possible to simply contr...
by Adixylian
Sun Apr 17, 2016 8:15 am
Forum: ESP8266 boards
Topic: esp8266 make error
Replies: 9
Views: 9975

Re: esp8266 make error

So the problem was that, before I exported the xtensa.. in $PATH, I tried to "make" micropython/esp8266 When I fixed this with the $PATH, rebooted and tried again "make" in /esp8266, it still gave the same error Fix: "make clean" and it works :D And my $PATH was corrupted a little so I had to remove...
by Adixylian
Sat Apr 16, 2016 11:17 pm
Forum: ESP8266 boards
Topic: esp8266 make error
Replies: 9
Views: 9975

Re: esp8266 make error

Already done that, also rebooted and still nothing.
I have compiled esp8266 before, a few times. But since the last update of esp-open-sdk (week ago), this error cant go off for me
by Adixylian
Sat Apr 16, 2016 8:21 pm
Forum: ESP8266 boards
Topic: esp8266 make error
Replies: 9
Views: 9975

esp8266 make error

Hello I have succesfully installed esp-open-sdk, same with the micropython/unix ("make deplibs", "make"...) I have all necessary packages installed, including xtensa-lx106.... At least I think so, otherwise it wouldn't be possible to install esp-open-sdk So, I did all of that and cd --> micropython/...
by Adixylian
Wed Mar 02, 2016 2:55 pm
Forum: General Discussion and Questions
Topic: Gamepad --> PC --> PyBoard
Replies: 4
Views: 4687

Re: Gamepad --> PC --> PyBoard

Yes, exatly that.
Thank you, that helped a lot :)
by Adixylian
Wed Mar 02, 2016 1:33 pm
Forum: General Discussion and Questions
Topic: Gamepad --> PC --> PyBoard
Replies: 4
Views: 4687

Gamepad --> PC --> PyBoard

Greetings ya all. So I am using gamepad with 2 analog "sticks". I am sending that signal via USB to PC, and from PC via usb to PyBoard. The program works, I'm using bytearray and that struct.pack/unpack. It's perfectly fine. But some of the buttons cause Keyboard Interrupt. Is it possible to turn th...
by Adixylian
Fri Jan 22, 2016 9:31 am
Forum: General Discussion and Questions
Topic: Implementing Kalman filter
Replies: 7
Views: 10394

Re: Implementing Kalman filter

Wow if it's really like that I'll be the happiest man on this planet. I'll try it today. Many thanks :)