Search found 4 matches

by olaf123
Mon Jan 17, 2022 2:59 am
Forum: Raspberry Pi microcontroller boards
Topic: I'm a newbie in embedded and programming
Replies: 1
Views: 5510

I'm a newbie in embedded and programming

Hello, I'm a newbie in embedded and programming in general. Can I just learn C++, or should I learn C first. I am interested in embedded consumer products mainly. C is more intimate with the controller with my understanding, where C++ makes it easier for you. What are your thoughts? I'm mainly inter...
by olaf123
Thu Dec 16, 2021 3:22 am
Forum: Raspberry Pi microcontroller boards
Topic: Any recommendations on my project?
Replies: 0
Views: 10406

Any recommendations on my project?

Hey all - I have a room with sensitive electronics that needs constant temperature monitoring. Starting from zero knowledge and gizmos but I plan to get started, use this project(https://www.youtube.com/watch?v=dUCgYXF01Do)and build on it to add things like sending Alerts to my phone or email - or e...
by olaf123
Thu Nov 04, 2021 3:11 am
Forum: General Discussion and Questions
Topic: Some data of SN74HC00N NAND Gate IC
Replies: 1
Views: 2545

Re: Some data of SN74HC00N NAND Gate IC

If you have any ideas, please comment here
by olaf123
Thu Oct 13, 2016 7:06 am
Forum: Hardware Projects
Topic: Sound spectrum analysis, adverse harmonic tones, micropython, adafruit, fft
Replies: 2
Views: 5869

Sound spectrum analysis, adverse harmonic tones, micropython, adafruit, fft

In this Micropython project I wanted to build a cheap/small sound spectrum analyser to identify specific tones during testing. Initially I tried to connect the Adafruit sound sensor with an ADC and RPI but then faced a lot of timing problems and therefore went to the ARM-M4 micro-controller which is...