Click here to Skip to main content
15,887,464 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: It's not about the money... Pin
sasadler25-Apr-23 7:44
sasadler25-Apr-23 7:44 
GeneralRe: It's not about the money... Pin
fatman4525-Apr-23 5:38
professionalfatman4525-Apr-23 5:38 
RantGreat idea that will never happen! Pin
honey the codewitch23-Apr-23 17:51
mvahoney the codewitch23-Apr-23 17:51 
GeneralRe: Great idea that will never happen! Pin
Daniel Pfeffer23-Apr-23 19:22
professionalDaniel Pfeffer23-Apr-23 19:22 
GeneralRe: Great idea that will never happen! Pin
honey the codewitch23-Apr-23 19:31
mvahoney the codewitch23-Apr-23 19:31 
GeneralRe: Great idea that will never happen! Pin
RainHat23-Apr-23 21:57
RainHat23-Apr-23 21:57 
GeneralRe: Great idea that will never happen! Pin
honey the codewitch24-Apr-23 2:58
mvahoney the codewitch24-Apr-23 2:58 
GeneralRe: Great idea that will never happen! Pin
whogotmyname23-Apr-23 22:15
whogotmyname23-Apr-23 22:15 
I missed the start of this, but I sense from the wording this may be part of an ongoing "question"...

How much processing oomph is needed?
If it is not too much, is the RP2040 chip enough? (As featured in the Raspberry Pico and various Adafruit boards, etc.)
It has a couple of Arm cores, some RAM, some Flash and a bank of PIO - this last bit is the interesting bit: in my head it's like a little bit of FPGA, but in any case you can program it (in a C-like language) to off-load intensive operations from the CPUs.
The crux here being that folks have programmed the PIO to drive HDMI displays and so forth...

TBH, I've never used the PIO to drive HDMI, but I have used the RP2040 in a number of projects and it's been surprisingly good. I've only ever used the C-SDK, but there's support for various embedded-Python dialects too, they tell me.

The C-SDK also includes ports of LWIP (for Ethernet stuff) and TinyUSB (for USB host or device stuff) amongst other libs.
I've not used LWIP on this (have used it on other boards in the past; worked well but its API is quite unlike BSD-sockets!) but I have used the TinyUSB a fair bit and was surprised by how well it worked (mainly because I found, and still find, the API confusing and was surprised when my prototype actually worked at all!)

Also, cheap as chips* (*or other item idiomatically identified as low in cost by your respective cultures.)
GeneralRe: Great idea that will never happen! Pin
honey the codewitch24-Apr-23 2:56
mvahoney the codewitch24-Apr-23 2:56 
GeneralRe: Great idea that will never happen! Pin
whogotmyname24-Apr-23 3:54
whogotmyname24-Apr-23 3:54 
GeneralRe: Great idea that will never happen! Pin
honey the codewitch24-Apr-23 3:58
mvahoney the codewitch24-Apr-23 3:58 
QuestionRe: Great idea that will never happen! Pin
megaadam23-Apr-23 22:19
professionalmegaadam23-Apr-23 22:19 
AnswerRe: Great idea that will never happen! Pin
trønderen24-Apr-23 2:15
trønderen24-Apr-23 2:15 
AnswerRe: Great idea that will never happen! Pin
honey the codewitch24-Apr-23 2:55
mvahoney the codewitch24-Apr-23 2:55 
GeneralRe: Great idea that will never happen! Pin
trønderen23-Apr-23 22:23
trønderen23-Apr-23 22:23 
GeneralRe: Great idea that will never happen! Pin
Kate-X25723-Apr-23 22:54
Kate-X25723-Apr-23 22:54 
GeneralRe: Great idea that will never happen! Pin
honey the codewitch24-Apr-23 2:53
mvahoney the codewitch24-Apr-23 2:53 
GeneralRe: Great idea that will never happen! Pin
Kate-X25724-Apr-23 23:09
Kate-X25724-Apr-23 23:09 
GeneralRe: Great idea that will never happen! Pin
honey the codewitch25-Apr-23 0:15
mvahoney the codewitch25-Apr-23 0:15 
GeneralRe: Great idea that will never happen! Pin
Kate-X25714-May-23 22:04
Kate-X25714-May-23 22:04 
GeneralWordle 674 Pin
Sandeep Mewara23-Apr-23 12:04
mveSandeep Mewara23-Apr-23 12:04 
GeneralRe: Wordle 674 Pin
Amarnath S23-Apr-23 14:08
professionalAmarnath S23-Apr-23 14:08 
GeneralRe: Wordle 674 Pin
OriginalGriff23-Apr-23 18:52
mveOriginalGriff23-Apr-23 18:52 
GeneralRe: Wordle 674 - 4 4 me Pin
pkfox23-Apr-23 21:11
professionalpkfox23-Apr-23 21:11 
GeneralRe: Wordle 674 Pin
Peter_in_278023-Apr-23 21:38
professionalPeter_in_278023-Apr-23 21:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.