Importance of Good Contacts for Embedded Systems Developers

business contactsIf you want to succeed in this field, you got to have some really good contacts. Designing a product idea is one thing, getting it into full blown product and a usable commodity in the field is the other. For that an embedded systems developer needs to do much more than design.

Lets face the fact that most developer or engineers do not have in house prototyping machinery. This includes PCB fabrication and stuffing/soldering. Also we need to source components, which, most of the times can not be found from local market. Therefore, you need someone out there to search and buy electronics components and send to you. You need to know your supplier well.

To know if he is reliable. Ask him if his already sent some components before. If there is an URL of his company. Is there any other guy to cross check what he is telling you. By the way most of the Chinese people I came to know during the process were extremely helpful and honest. The only problem has been communication issues and non-technical nature of their education as for technical marketing you do need to have technical knowledge and experience. (continue reading…)

Share

Eagle vs Diptrace

eagle vs diptraceI just started to use Cadsoft Eagle for PCB design some weeks ago. I tried many times in past but somehow left in between due to lack of interest. This time, however, I had a project in hand and the client requirement was to do it in Eagle. I am more used to the Diptrace software and I have reasons to like it. But Eagle is also a very popular PCB design software so I desire of using it.

In Eagle, I specially liked the schematic section as it looks very pretty at the end. It looks surely much more professional than drawn in Diptrace. Most of the hobby projects on Internet with pretty looking schematics you will see are designed in Eagle. Eagle saves its library files in XML format. So one can copy/paste a chuck of XML in the file to create a new footprint. Then can edit the part in the library editor of Eagle. (continue reading…)

Share

PIC USART, I2C, SPI

Two very simple examples for USART + I2C and USAT + SPI. Both developed for PIC18F97J60 microcontroller running at 25MHz with HS+PLL setup.

Download Files:

Share

lwIP TCP Server on LM3S8962

This TCP server is setup for Stellaris series (LM3S8962) from TI. The TCP/IP stack is lwIP shipped with enet_io app in StellarisWare.

tcp port connectivity test

First create and add a C file “tcp_server.c” at “..\StellarisWare\third_party\lwip-1.3.2\apps\tcpserver” folder. Include the prototype in enet_io.c file.

//*****************************************************************************
//
// External Application references.
//
//*****************************************************************************
extern void httpd_init(void);
extern void tcp_server_init(void);

In the main function, call the tcp_server_init() function.
(continue reading…)

Share

Testing Modbus-TCP on Mango M2M

Modbus-Mango M2MHere is a very simple example of testing Modbus-TCP with Mango M2M. TCP is a convenient way to transport sensor/control data. The lower layers of TCP insure data reliability. This example only simulates a quick integration of a Modbus-TCP enabled remote terminal unit (RTU) with a SCADA (Mango in this case); it doesn’t give any details of Modbus RTU itself. Modbus data may transported through many other physical media as well, RS485 being the most common. There are several reasons I personally recommend Ethernet over RS485, this post may give you an idea why. This is true not just for Modbus but any communication protocol.

  • The first step is to download Modbus Slave utility from here. The is only a 10 minute demo but will serve our purpose. You can search a better option for yourself. Open up the program and click “Connection”, choose “Modbus TCP/IP”.
Modbus-Mango M2M
Share

Smart Energy, Who Will Take the Initiative?

smart energyA few years back I was a part of heated discussed in my company about Smart Grid technology. Basically, our company was asked by a government institution in power sector to do all this. I, along-with one of my colleague, were on our way for a survey for a small demo to be presented before some government officials which could show them the “goodies” of Smart Grid. To demonstrate them how it can control billing, have advanced fault indications, energy harvesting, solve our greatest issue the energy theft and other features.

We spent days selecting the platform for demo as well as for long-term production. We prepared a list of several vendors offering solutions of smart meters. Suddenly the whole project got frozen due to lack of interest from the government agency. All our efforts were in vain. We, as a private company, could not invest resources in something which did not seem fruitful, at least for the time being.

(continue reading…)

Share

Solar Power Calculator

solar power calculatorOften we need to calculate the power ratings of different components in a solar power systems. This may include the battery rating, solar charger rating, number of panels and their ratings. It all depends upon the output load, charging time and resources available. Attached is a very simple excel sheet which helps to calculate these parameters. Just change the parameters on left to see the reflected output calculations on right.

Download Files:

Share

Integrating Embedded SNMP Agent with Mango M2M

Mango M2MHere is a little demo of about integrating an embedded SNMP agent with Mango M2M for data monitoring. Manago M2M is an open source SCADA which is very easy to use. I am using a board design based on PIC18F97J60 Ethernet microcontroller.

This demo assumes that you have some previous knowledge of Microchip TCP/IP stack and alarm monitoring in general.

  • The first step is to install Mango M2M on your system using these instructions on Mango website. This installation is pretty straight forward but if you still need help, just contact me.
  • Second is to install the latest Microchip TCPIP stack. I am using version 5.1 for this demo.
  • Run the “TCPIP Config” utility and make sure that SNMP agent is enabled in your code.
Mango M2M - Setting up SNMP Agent
Share

Economics of Open Source Hardware

Open Source Software vs Open Source Hardware

In the field of open source software, a community develops new program or makes addition to an existing program. Similarly, this type of approach is also used in open source hardware. But the difference between the open source software and hardware is that the development of software is free of cost, while in case of hardware, the physical developments are not easy and require some sort of investment.

Economic Advantages

  • Open way of Product Development without Market Research: Open source hardware approach also helps to know about the customer’s needs and preferences without any market research. Consumers of specific product show their interest in a product and also indicate that what type of new product they want. For example their demands is 10 mega pixel cameras with zoom in and zoom out functions similarly Wi-Fi connectivity in a mobile etc. provides information about consumers demands and expectation about mobile devices. We have seen different innovative ideas through this channel. This type information and ideas enables companies in providing of best marketable products. This is also playing a vital role in products development. (continue reading…)
Share

Alarm Monitoring – Using SNMP or TCP?

Mango M2MAlarm monitoring is a popular field where multiple network node, some times called agents, get information from attached sensors and transmit it onto the network where one or multiple servers called network monitoring system(s) (NMS) are listening to these alarms. The NMSs gather the info, calculate the statistics and present them in a way which is easily readable for human operators. The operators, then, are able to take quick decision based on these statistics.

This practice is very common in large networks where every single server, router or any other device typically keeps its own MIB (management information base) file and maintains it according to device condition. The device, other than doing it specific job, also send alarms which are typically called traps to the NMSs. However, the field has extended to general purpose small embedded devices as well for multiple applications like, power monitoring, environment and security to name a few.

(continue reading…)

Share

  • Follow

  • Just a Moment Please

    What defines you the best?





  • Disclaimer

    The information on this website is based on my personal views which may differ from my employer(s). The free material here to download is the work I have done in my free time and, though may seem resembling, does not belong to my current or previous employer(s). It is solely my own intellectual property.
  • Copyright © Electrodesigns.net 2011-12
    iDream theme by Templates Next | Powered by WordPress