How OOP is based on the concept of reusable code gchapman wrote:Templates or generics can have a place on AVR.
I'm not saying that they don't have a place.
What I'm saying is that the benefits aren't really going to show...
About energy harvest Who-me wrote:That also claims to run GPS, which seems amazing from energy harvesting alone ?
Does it actually run GPS on the watch, or just get location via BLE from a...
Friday, 11 February 2022 - 12:13
Controlling Engine Electrical Noise Simonetta wrote:If it is car made in the last ten years or so, then it will have On-Board Diagnostics
A lot more than just ten years - it has, apparently, been mandatory in the...
Friday, 11 February 2022 - 11:29
Theory to Code DocJC wrote:Line Following Bots are a great project
Also a very common project - so there should be lots of examples available to look at.
There have certainly been many...
Friday, 11 February 2022 - 09:07
Theory to Code ee3strugles wrote: I've got past the designing stage
The idea of the "design" stage is that implementing that design should be trivial - given the design, turning it into code...
Friday, 11 February 2022 - 09:03
About energy harvest Xiao wrote:The picture is so big,could we set the size for it?
You could just re-size it before you post it.
Or see the instructions for posting images (which includes...
Friday, 11 February 2022 - 08:52
How OOP is based on the concept of reusable code N.Winterbottom wrote:... modules for AVR are not ideal candidates.
I think it could be said that nothing on an AVR is really going to be a great candidate?
As...
Friday, 11 February 2022 - 08:48
Setting clock on curiosity nano 4809
and, while you've got the oscilloscope instructions out, look up how to grab a screenshot.
almost certainly, you can get a screenshot onto a USB stick in here:
...
Thursday, 10 February 2022 - 18:17
Circuit for self powered atmega32u4
Jeckson wrote:Arduino pro Mikro
That isn't what you originally wrote in #12.
The Pro Micro uses an ATmega32U4 in place of the Mini's ATmega328P:...
Thursday, 10 February 2022 - 11:44
What is the right way to initialize the LCD 16x4 ? david.prentice wrote: An oscilloscope might show the true shape of digital signals
Indeed - which is important to verify that there's no hardware problem.
Quote:but is not...
Thursday, 10 February 2022 - 11:35
How OOP is based on the concept of reusable code muke12 wrote:I'm trying to figure out when OOP is useful instead of structured programming.
There is no dichotomy between "OOP" and "structured programming".
C++ is, of...
gchapman wrote:Templates or generics can have a place on AVR. I'm not saying that they don't have a place. What I'm saying is that the benefits aren't really going to show...
and not a microcontroller in sight!
Who-me wrote:That also claims to run GPS, which seems amazing from energy harvesting alone ? Does it actually run GPS on the watch, or just get location via BLE from a...
Simonetta wrote:If it is car made in the last ten years or so, then it will have On-Board Diagnostics A lot more than just ten years - it has, apparently, been mandatory in the...
DocJC wrote:Line Following Bots are a great project Also a very common project - so there should be lots of examples available to look at. There have certainly been many...
ee3strugles wrote: I've got past the designing stage The idea of the "design" stage is that implementing that design should be trivial - given the design, turning it into code...
Xiao wrote:The picture is so big,could we set the size for it? You could just re-size it before you post it. Or see the instructions for posting images (which includes...
N.Winterbottom wrote:... modules for AVR are not ideal candidates. I think it could be said that nothing on an AVR is really going to be a great candidate? As...
and, while you've got the oscilloscope instructions out, look up how to grab a screenshot. almost certainly, you can get a screenshot onto a USB stick in here: ...
Jeckson wrote:Arduino pro Mikro That isn't what you originally wrote in #12. The Pro Micro uses an ATmega32U4 in place of the Mini's ATmega328P:...
david.prentice wrote: An oscilloscope might show the true shape of digital signals Indeed - which is important to verify that there's no hardware problem. Quote:but is not...
muke12 wrote:I'm trying to figure out when OOP is useful instead of structured programming. There is no dichotomy between "OOP" and "structured programming". C++ is, of...
Pages