Use neural sensors to build smart sensor systems using microcontrollers


Posted on Feb 6, 2014

Neural networks are wide topic. But this small example demonstrates how to create basic neural sensor which takes resistive readings from multiply sensors and multiply it by wight factor and then sum the results. Results are compared to three level threshold. Without going too deep in to neural networks we can say, that neural cell thresholds are


Use neural sensors to build smart sensor systems using microcontrollers
Click here to download the full size of the above Circuit.

similar to natural biological neurons. For instance pain levels: itch is low level of pain while burning sensations is combined of ice cold and warm sensations. Neural sensors can operate in the same way. Lets take typical neural sensors which consists of two inputs with some weights and three outputs. Depending on threshold level that sum of inputs gives a‚¬ we have and output signal on one of three outputs. Lets build real world neuron with two inputs and three outputs. As sensor I will use potentiometers which can be replaced by photocells or temperature sensors. According to these two sensor readings neuron can have three states: this could be like low light, medium light and high light, o low temp and so on. If you will decide to put neuron to your robot, this could be used for solar cell charging like if its is dark, go to sleep mode, if it is medium light go to brightest area, if it is high light level, stop and start charging. Above schematic is simple neuron sensor simulator made of Atmega8 MCU couple potentiometers and three LEDs. Lets write simple routine to simulate this embedded neuron. For simulation I used VMLAB simulator.




Leave Comment

characters left:

Related Circuits

  • New Circuits

    .

     


    Popular Circuits

    20 Khz ring counter
    removable memory card
    proximity alarm circuit
    Timed Burglar Alarm N/O - N/C



    Top