Search found 64 matches

by feluga
Fri Mar 19, 2021 10:18 pm
Forum: Off topic
Topic: No one even mentioned the new Raspberry Pi Pico?
Replies: 79
Views: 1717202

Re: No one even mentioned the new Raspberry Pi Pico?

BennehBoy wrote: Fri Mar 19, 2021 5:51 pm Love to see a vid of your pico doing vga/3d gfx.
I just published the video: https://www.youtube.com/watch?v=E25eQBNbPDQ
by feluga
Fri Mar 19, 2021 3:17 pm
Forum: Off topic
Topic: No one even mentioned the new Raspberry Pi Pico?
Replies: 79
Views: 1717202

Re: No one even mentioned the new Raspberry Pi Pico?

Something I liked about Pico and its RP2040 microcontroller is that it is really flexible. You can control almost everything, from plain CPU speed to any sort of crazy protocol for GPIOs with PIO, defining priority over buses, etc. PIO has 8 State Machines running in parallel with the dual ARM M0+ c...
by feluga
Fri Mar 19, 2021 1:49 pm
Forum: Off topic
Topic: No one even mentioned the new Raspberry Pi Pico?
Replies: 79
Views: 1717202

Re: No one even mentioned the new Raspberry Pi Pico?

I started playing with RP2040 a couple weeks ago. I use the C SDK and decided to create my own VGA driver for it. I tried the VGA examples from GitHub (from pico-playground project) but none works for me... The VGA Monitor doesn't lock on sync signals and reading the code makes me think it isn't sta...
by feluga
Wed Mar 03, 2021 12:29 am
Forum: General discussion
Topic: Problem uploading to STM32F103C8T6 board
Replies: 14
Views: 20124

Re: Problem uploading to STM32F103C8T6 board

io ho avuto lo stesso problema caricavo il bootloader da STLINK riuscivo caricare lo sketch una sola volta, dopo di che la usb non veniva più riconosciuta ho risolto spostando jumper boot1 ad 1 ,riportandolo a zero dopo aver caricato lo sketch e disconnesso la scheda per luso normale. I use Roger's...
by feluga
Fri Jan 22, 2021 3:10 am
Forum: IDE's
Topic: one download and no more
Replies: 3
Views: 3051

Re: one download and no more

Hello Yves13 There is nothing wrong, actually. :) Once you compile a sketch, such as Blink.ino, with the option <Upload Method: "STM32duino bootloader">, all you need to do is to wait for the message below in the console window at the bottom of the IDE and then just press and release the R...
by feluga
Wed Jan 20, 2021 4:28 am
Forum: General discussion
Topic: Update interrupt of timer when overflow
Replies: 1
Views: 5208

Re: Update interrupt of timer when overflow

Read this: http://docs.leaflabs.com/static.leaflabs.com/pub/leaflabs/maple-docs/0.0.12/lang/api/hardwaretimer.html This documentation is valid for Roger's Core, which is based on LeafLabs core. There is an example in the documentation: #define LED_RATE 500000 // in microseconds; should give 0.5Hz to...
by feluga
Wed Jan 20, 2021 4:13 am
Forum: Ideas & suggestions
Topic: LCD
Replies: 25
Views: 95406

Re: LCD

eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\Lenovo\AppData\Local\Temp\arduino_build_811333/sketch_jan19b.ino.elf section `.rodata' will not fit in region `FLASH' .rodata is the read only data area used for constant data arrays or variables. Given that you said that you are using Adafr...
by feluga
Sun Dec 27, 2020 8:35 pm
Forum: General discussion
Topic: emulating a OLED display on a VGA and/or a LCD monitor
Replies: 64
Views: 31572

Re: emulating a OLED display on a VGA and/or a LCD monitor

Source Code for the FPGA project: https://github.com/uXeBoy/VGA1306 Discussion about how it is used in the Arduboy project is here: https://community.arduboy.com/t/vga1306-vga-out-for-diy-arduboys-implemented-on-an-fpga/4851/157 Hardware is based on iCE40 FPGA chip and Olimex has a very affordable d...
by feluga
Sun Dec 27, 2020 8:01 pm
Forum: General discussion
Topic: emulating a OLED display on a VGA and/or a LCD monitor
Replies: 64
Views: 31572

Re: emulating a OLED display on a VGA and/or a LCD monitor

Timing and synchronizing are always the issue when it comes to TVs, VGA or HDMI signals. In your project, there may be synching issues that lead to broken images on TV or on VGA. Check out this project: https://hackaday.com/2018/03/11/fpga-magic-puts-little-embedded-screens-up-on-the-big-screen/#mor...
by feluga
Sun Dec 27, 2020 4:49 am
Forum: General discussion
Topic: emulating a OLED display on a VGA and/or a LCD monitor
Replies: 64
Views: 31572

Re: Looking for a suitable SPI slave example/tutorial

Y@@J wrote: Sun Dec 27, 2020 3:00 am Problems are now solved. It's alive and usable !
Thank you guys !

https://youtu.be/R5ec8EIZus8
+1
Cool! Congratulations!
Nice video.

Go to advanced search