Search found 8 matches

by exider
Thu Jun 03, 2021 6:36 pm
Forum: Programs, Libraries and Tools
Topic: Porting Arduino SimpleFOC Library ( library implements Field Oriented Control algorithm for BLDC and Stepper and more...
Replies: 1
Views: 1578

Re: Porting Arduino SimpleFOC Library ( library implements Field Oriented Control algorithm for BLDC and Stepper and mor

Also does anyone know if "arduino-to-micropython-transcompiler" project from 2020.is usable? Would this help? I don't have access to mine main machine ( I am posting this from an android) so I've no way of testing it at the moment.
by exider
Thu Jun 03, 2021 6:23 pm
Forum: Programs, Libraries and Tools
Topic: Porting Arduino SimpleFOC Library ( library implements Field Oriented Control algorithm for BLDC and Stepper and more...
Replies: 1
Views: 1578

Porting Arduino SimpleFOC Library ( library implements Field Oriented Control algorithm for BLDC and Stepper and more...

Hello, I have searched everywhere but couldn’t find anything in relation to porting the Arduino SimpleFOC library to Micropython. I was wondering if it would it be possible to port it as it is very flexible and versatile library. Also micropython uses ulab as substitute to numpy which should provide...
by exider
Tue Nov 05, 2019 2:30 pm
Forum: General Discussion and Questions
Topic: SDRAM module
Replies: 12
Views: 8430

Re: SDRAM module

I have used the FMSC peripheral to write to the RAM of a TFT in 16bit parallel in C. See this code https://github.com/OutOfTheBots/ili9341_16bit_touch was part of the development for this video https://www.youtube.com/watch?v=H51OzQl3BC8&t=8s Do you know for sure if the FSMC will support SDRAM or o...
by exider
Sat Oct 14, 2017 5:33 pm
Forum: Other Boards
Topic: Help needed for connecting a Black STM32F407VET6 to an 3.2 TFT LCD
Replies: 7
Views: 9305

Re: Help needed for connecting a Black STM32F407VET6 to an 3.2 TFT LCD

Got the LCD working with the Arduino IDE. See http://stm32duino.com/viewtopic.php?f=39&t=2298&p=35685#p35685 Now, it is way above my abilities to port the library to micropython but if anyone wold try I will be happy to assist as much as I can. Here are the libraries in question: https://github.com/...
by exider
Wed Oct 04, 2017 4:06 am
Forum: Other Boards
Topic: Help needed for connecting a Black STM32F407VET6 to an 3.2 TFT LCD
Replies: 7
Views: 9305

Re: Help needed for connecting a Black STM32F407VET6 to an 3.2 TFT LCD

Hi mcauser, First, thank you for the board definition files! Without your work, I wouldn't be able to play with micropython on this board. Second, thanks for pointing out the incorrect link, I have updated the my first post. Yes, you are right, Acelex could just be a reseller. I will try contact the...
by exider
Tue Oct 03, 2017 7:21 pm
Forum: Other Boards
Topic: Help needed for connecting a Black STM32F407VET6 to an 3.2 TFT LCD
Replies: 7
Views: 9305

Help needed for connecting a Black STM32F407VET6 to an 3.2 TFT LCD

Dear All, I would appreciate any help you guys can provide for hooking up the Black STM32F407VE6 to an 3.2 TFT LCD. As far as I am aware the STM32 board and the LCD are produced by the same company (Acelex) and it looks like the pinout of both, board and LCD match. The LCD is advertised by the selle...
by exider
Sat Jul 29, 2017 6:53 pm
Forum: ESP32 boards
Topic: wemos lolin esp32 oled ssd1306
Replies: 3
Views: 6230

Re: wemos lolin esp32 oled ssd1306

[quote="deshipu"]What is the error you get when you try to import it?[/quote] Hi deshipu, thank you for asking. Your question helped me to figure out the problem. The indentation was messed up on the last line. Now I have to figure out how did that happen or which IDE did that as I didn't edit, just...
by exider
Sat Jul 29, 2017 2:48 am
Forum: ESP32 boards
Topic: wemos lolin esp32 oled ssd1306
Replies: 3
Views: 6230

wemos lolin esp32 oled ssd1306

Hi all, Just got a new chinese clone of lolin wemos 32 with integrated oled ssd1306 display. The board is flashed with the latest firmware (esp32-20170729-v1.9.1-391-g06168c92.bin ), and i am trying to work out an examle taken from this web page : http://www.instructables.com/id/MicroPython-on-an-ES...