Timeline for Is parallel buffering with ISR possible?
Current License: CC BY-SA 4.0
17 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 31, 2024 at 14:26 | history | edited | Muhammad Ikhwan Perwira | CC BY-SA 4.0 | added 86 characters in body |
| Oct 31, 2024 at 14:20 | comment | added | Muhammad Ikhwan Perwira | @Kartman it's not cheap than esp8266. My goal is simply converting camera interface into wifi interface. I don't expect too much for processing power in esp8266. So, esp8266 doesn't interpret data stream as pixel. Insteas, it's interpreted data stream | |
| Oct 31, 2024 at 14:09 | vote | accept | Muhammad Ikhwan Perwira | ||
| Oct 31, 2024 at 11:59 | comment | added | Kartman | The esp32 has better hardware support than the obsolete esp8266. | |
| Oct 31, 2024 at 10:26 | comment | added | linuxfan says Reinstate Monica | Agree with FIFO, agree that D_BUF is not a FIFO; agree that two buffers are the way to go. | |
| Oct 31, 2024 at 10:01 | answer | added | Kuba hasn't forgotten Monica | timeline score: 1 | |
| Oct 30, 2024 at 23:23 | history | edited | Muhammad Ikhwan Perwira | CC BY-SA 4.0 | added 9 characters in body |
| Oct 30, 2024 at 22:57 | comment | added | Muhammad Ikhwan Perwira | @Jens collection should be larger size than forwarding, that's why I don't strictly forward until exact 1024 (max buffer) reached, limit until atleast 512 is the minimum threshold of colldction to transmit (forward). | |
| Oct 30, 2024 at 22:44 | comment | added | Muhammad Ikhwan Perwira | Why don't you think it can't follow the pixel clock? Is it related with clock frequency? Like mismatch of XCLK between them? | |
| Oct 30, 2024 at 18:04 | comment | added | Jens | Often two buffers are used, one for data collection and one for data forwarding or processing. They are swapped each time the input buffer is full. I don't think the esp8266 can follow the pixel clock with interrupts except it does nothing else. | |
| Oct 30, 2024 at 15:37 | history | edited | Muhammad Ikhwan Perwira | CC BY-SA 4.0 | deleted 1947 characters in body |
| Oct 30, 2024 at 15:31 | history | edited | Muhammad Ikhwan Perwira | CC BY-SA 4.0 | grammar |
| Oct 30, 2024 at 15:25 | review | Close votes | |||
| Oct 30, 2024 at 15:25 | |||||
| Oct 30, 2024 at 15:08 | comment | added | Muhammad Ikhwan Perwira | But why? D_BUF variable is a FIFO basically. | |
| Oct 30, 2024 at 15:00 | comment | added | Turbo J | You need a FIFO here. | |
| Oct 30, 2024 at 14:27 | history | edited | Muhammad Ikhwan Perwira | CC BY-SA 4.0 | added 9 characters in body |
| Oct 30, 2024 at 14:16 | history | asked | Muhammad Ikhwan Perwira | CC BY-SA 4.0 |