MakerGram Logo

    MakerGram

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. kowshik1729
    3. Best
    • Profile
    • Following 3
    • Followers 10
    • Topics 22
    • Posts 155
    • Best 61
    • Controversial 0
    • Groups 3

    Best posts made by kowshik1729

    • RE: What's your favorite embedded/prototyping development board?
      1. Personally I always prefer ESP32 for my embedded prototype development.

      2. That's because, it has inbuilt Wifi, BLE and classic Bluetooth along with multiple I2C peripheral with many more features. It is far better than arduino for prototyping purposes. It has high clock, higher pin count. I like this module not only as an evaluation board perspective but also in the easiness of designing PCB's with this SoC. I say it is one of the best developed SoC's available in the market. It is lot easier and faster to get the products into market with this SoC.

      3. I don't think so there is an ideal Embedded development board. Every development board has it's own pros and cons. But,

        1. For beginners - Arduino, ESP32, Raspberry Pi can be good development boards
        2. For Firmware development enthusiasts - NXP FRDMKL25Z Freedom board, STM32 Nucleo Board (There are many more but I just got these to my head)
        

      All these points are just made from my perspective. Feel free to add up or correct my points...!!

      posted in Development Boards
      kowshik1729
      kowshik1729
    • RE: Problem with power supply

      @Geethesh The problem is here. There is huge voltage drop at some point of the circuit(probably at the pump or sensor, you should find it by probing at those particular areas) such that the voltage is getting attenuated by the time it reaches the Attiny. So, Attiny is working only when a dedicated supply is given to it. You can try this out by having multimeter probed between the VCC and GND of the ATTiny45. Try having a stable supply to Attiny

      posted in General Discussion
      kowshik1729
      kowshik1729
    • RE: Arduino powered products

      @rafitc99 There are different products not only based on ATMEGA328P, products based on Attiny85,84, PIC, etc., and you can also obviously use Arduino sketches but one can only make the application yet keep the code light only by directly programming in bare-metal. Because Arduino IDE and Arduino bootloaders are made up of wrappers around basic codes which makes the code very heavy and occupies most of the IC's memory. So, it is good to make commercial products with Arduino IDE but it comes with risk though. Let me know if you have different views.

      posted in Arduino
      kowshik1729
      kowshik1729
    • Silkscreen with Photos

      Hi all,

      I recently came across this post where they have shown photos printed on PCB in high resolution. I would like to know how to add this kind of photos to the silkscreen layers of the PCB in Eagle/Altium.

      Adding such kind of photos will be attractive for beginners and also can be used for educational purposes too.
      Please let me know in case anybody knows.

      posted in PCB Designing
      kowshik1729
      kowshik1729
    • RE: What's your favorite embedded/prototyping development board?

      @stephenlstrange I have worked on some applications with BLE. Yeah, it's true, BLE of ESP32 kinda sucks, it's still in development in some issues. Right now ESP32 is supporting Mesh topology too. Just if you're curious, watch this Mesh example video

      posted in Development Boards
      kowshik1729
      kowshik1729
    • Suggestion with DC Power jacks

      Hi all,

      I am designing a board and felt I would take your suggestions. The board I'm designing will be driving 8 seperate board that has 14 WS2812b RGB LED's on each board. So totally the controller board will drive 14x8 = 112 WS2812b LED's.

      I've learnt from online sources that approximately these ws2812b led will draw 50mA at max. So by calculating the max current drawn is 5.6A and I also have an ESP32 with some other normal peripherals. So rounding it I thought of using a DC power jack that can tolerate 6A and supply voltage would be 12V.

      Can anyone suggest me any plugs or jacks that are widely used and easy for integration? Help would be much appreciated.

      posted in General Discussion
      kowshik1729
      kowshik1729
    • RE: Vehicle data retrieving

      @Abhay As you mentioned, I strongly feel that, the infotainment systems inside the cars these days aren't serving data like GPS location and all. I have used the OBD(On-Board Diagnostics) module in order to acquire data like Fuel tank levels, acceleration of the car, Brake levels, Battery levels, etc., In order to acquire the data like GPS you can install your own GPS module like UBLOX GPS sensor which can be easily interfaced over UART of any MCU's like ESP8266, ESP32, Arduino etc., and pertaining to your last question in the thread I would say "NO" you don't need any separate android apps to obtain data from OBD devices(if they are Bluetooth enabled). Because OBD's like ELM327 is Bluetooth enabled and hence you can use a simple Bluetooth terminal app to connect and get the data.

      posted in Raspberry Pi
      kowshik1729
      kowshik1729
    • RE: IoT Cloud Service.

      @Abhay
      How can we store data generated from IoT devices to cloud and blockchain.

      As salman bro has told there are many ways to upload data to cloud like gcp, amazon s3 buckets and many more. But, I would suggest you to facilitate us with more details like what is the application that you are using to upload the data whether it's a temperature values from a DHT sensor or kinda stuff.

      Because, there are many simple and as complex ways to upload the data. If you are in the idea of using a laptop or a system with an internet connection at the project area then I would suggest you to go with Adafruit IO cloud services. You don't have to use any external shields or wifi modules to do this. You can use a simple python script running over your laptop that reads the values from the arduino and pushes them to the cloud.

      Adafruit IO is super easy to use for the beginners and flexible due to it's API. If you don't have to use a laptop then grab nodeMCU which has an on-board WiFi module that connects to nearby WiFi networks and uploads the data. The Adafruit IO has pretty good interfaces for Data visualization. Check out their website https://io.adafruit.com/

      posted in General Discussion
      kowshik1729
      kowshik1729
    • RE: Created board layout for Voice Assistant controller

      @hisham The board looks really nice. I am able to see some words written as "Voice Assistance". Do you want to write that name on the top of PCB as a designator or Name to the PCB?

      If so, you have placed the text on the wrong layer. You need to put the text on Top Silkscreen layer which is Layer21 in Eagle. The existing placemet of text will not be seen on the board instead it will be engraved on the top copper layer.

      All the best...!!

      posted in RSET PCB Designing Workshop
      kowshik1729
      kowshik1729
    • RE: IoT Cloud Service.

      @Abhay I would like to specify some things. As you told you are in prototyping stage and your project obviously involves sensors, my suggestion is to go with any MCU's like arduino or Nodemcu kinda stuff.

      Because raspberry pi can be used only when you need a replica of functionality that a computer gives. So, I suggest you to take up MCU's like nodeMCU, ESP32 and if I'm correct there is a variation of Arduino with an inbuilt esp8266 wifi chip over it. I'm sure there is one like that. Incase of any change in the functionality of the project you can go on with your own method. This is just a suggestion.

      Happy making...!!

      posted in General Discussion
      kowshik1729
      kowshik1729