Search results

  1. B

    How does microchip store data?

    In case of microcontrolelr, the program is stored inside the Flash memory. Flash memory is erased and rewritten every time you program the chip. If you want to store any data permanently, you have to write it in the EEPROM.
  2. B

    What motion sensor to choose

    If the common PIR, does not fulfill your requirement, I think you can consider SONAR sensor instead. https://www.theengineeringprojects.com/2018/10/introduction-to-hc-sr04-ultrasonic-sensor.html But HCSR04 will not detect movement. That will detect your presence in front of the bin. If you are...
  3. B

    The T-Board keyboard. And my first PCB! (Designed with OsmondPCB.)

    I'd love to see a video demonstration.
  4. B

    Altium Designer

    You can post this to the altium forum.
  5. B

    Testing Operational Amplifiers

    The best way is the see the datasheet. You have to build an application circuit exactly as shown there and see if it behaves accordingly.
  6. B

    Timer circuit

    The easiest solution that is comming to my mind is, Power supply-》 Arduino...》Relay...》Sprinkler
  7. B

    Help identifying smd component

    From your description, it sounds like a rotary encoder. But from the picture I cannot figure out further details.
  8. B

    Schematic drawing utilities

    KiCad is good. You can also try easyeda.
  9. B

    beginner- Arduino Uno DC motor h-gate problems

    Hello, I suggest you test your H-gate IC with a separate power supply directly. Disconnecting from the Arduino.
  10. B

    LED Arduino Control

    You can get an idea from this tutorial: This video uses Slide POT instead of a knob system. But the basic principle will be the same. If you ever wish to make something more aesthetic, you can make an LED strip connector for LED fireworks like this...
  11. B

    I need some advice on the operation and programming of Infineon SLE78, Atmel ATA5577M1 microcontrollers/chips.

    You can post your requirement to the freelancing platforms. Since, you are looking for a paid consultant, this will be better. I have no experience of using these chips. So, I cannot offer any service.
  12. B

    Controlling Agilent 8510C with Matlab

    The code you provided seems to have a minor issue with the variable name. You define the serial port name as omPortName but later refer to it as ComPortName when creating the serial object. To fix this issue, you can update the code as follows: comPortName = 'COM3'; sport =...
  13. B

    Solder smd

    Thinning down flux is not recommended to do so because it can change the chemical composition of the flux and affect its effectiveness. Instead, you may want to consider trying a different brand or type of flux that is thinner and easier to work with.
  14. B

    Electronic door lock is safe?

    Electronic door locks are typically designed to withstand high temperatures and are made of materials that are resistant to heat and flames. That being said, it's always a good idea to have a backup plan in case of a fire, such as a secondary exit or a manual override for the door lock...
  15. B

    Is there a tutorial for how to post a project on this site?

    Sorry. Could not find any tutorial. You have to login. Go to the menue (marked with 3 horizontal straight lines)and then click on 'start project'.
  16. B

    Why Does My iPhone Overheat and How Can I Resolve It?

    I think it will be better to post this to iphone users community(if you already have not done that.)
  17. B

    Does anyone recognize this company logo?

    It looks like a BNC connector to me.
  18. B

    Hello World

    I am late but welcome to this forum. I think, as starter projects, you can practice some amplifier based projects like this: https://www.pcbway.com/project/shareproject/All_Category_amplifiers_8c3cb0b0.html You can find many more amp tutorials based on the common ICs.
  19. B

    help identifying the key to make this board IOT enable.

    You can use a microcontroller or a computer to send commands to the PSOC1 chip via RS485. You will need to write software that sends the appropriate commands to the PSOC1 chip to simulate the button presses that you would normally use to control the machine.
  20. B

    How is IOT different from Embedded Systems?

    In simple words, an embedded system may or may not be connected to the internet. An IoT embedded system is the one which has internet connectivity. For example, if a microcontroller blinks an Led, it's the simplest kind of embedded system. But, if the microcontroller is connected to wifi, and...
Top