₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,119 members, 8,420,458 topics. Date: Thursday, 04 June 2026 at 08:18 PM

Toggle theme

Embedded - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingEmbedded (936 Views)

1 Reply (Go Down)

Embedded by henryexe(op): 1:47pm On Jul 25, 2009
Hi People,

I have been doing C++ for a while now n will like go go into embedded software development. I have read some things about it google though but i have some questions.

How well does it sell in the Nigerian market?
Is there demand for people with such skills?


I need info Guyz
Re: Embedded by femu(m): 3:23pm On Jul 26, 2009
Well as u know its a niche area but you can work with some companies that develop and sell POS terminals, Smart Cards e.t.c
Re: Embedded by kencas: 8:40am On Jul 27, 2009
I'm also undergoing a research on Embedded System with C++.Email kcjojo8@gmail.com or call 08034275706
Re: Embedded by solomonope(m): 2:32pm On Jul 27, 2009
right now the most common embedded development in nigeria is mcu (mostly pic) cos they are cheap and easily accesible. and most of these developments are focused on undergraduate projects ,and i think there is also a fairly large markets too for PLC's too.
Re: Embedded by kencas: 8:34am On Jul 29, 2009
Guy i'm encouraging u

Look at a snippet 4rm my Project

/*
* File: Worker.h
* Author: Kene
*
* Created on July 23, 2009, 3:59 PM
*/


#include <string> // program uses C++ standard string class
#include <iostream>//uses c++ standard I/O functions
#include "Keypad.h"
#include "Controller.h"
#include "Screen.h"
#include "Define.h"

using std::string;
using std::cout;
using std::endl;

class Worker {
public:
Worker()
{


}

void start()//starts the main worker
{
i=0;
int del = DELAY;
keypad.setCharacter('A');
screen.addToScreen(keypad);
cout << "DELAY: "<< DELAY << endl;
cout << "Worker Started"<< endl;
cout << keypad.getCharacter()<< endl;
//while(true)
//{
//if(i>=100000)
//{
// break;
//}

cout << i<< endl;
//cout <<"Data Read: "<< controller.readInput()<< endl;
cout <<"Pointer Address: "<< &keypad<< endl;
screen.renderDigit();
mypad = &keypad;
cout <<"Pointer Value: "<<mypad->getCharacter()<< endl;
//i++;
//}

}


private:

Keypad keypad;
Controller controller;
Screen screen;
int i;
Keypad *mypad;


};

Hope this one encourages u
Re: Embedded by bilqiss(f): 3:48am On Jul 30, 2009
No knowledge is wasted I guess, so go for it!
Re: Embedded by pssword: 4:50pm On Jul 31, 2009
These stuff seem too heavy for embedded programming?

#include <string>
using std::string;
using std::cout;
using std::endl;

etc,

Isn't embedded programming normally done in C more "stdio.h" and "printf" etc Unless you are thinking of applications on embedded systems with xtra ram which is a different matter altogether.
1 Reply

Embedded Systems Tutorial For Beginners:experiment 4 (traffic Light System)Embedded Systems: Future Of Electronics And Computer Engineering.Embedded Systems234

Need A Project TopicNeed A Personal Java TutorI Need A Project Topic