• Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Register
  • Login
MakerGram Logo

MakerGram

  • Register
  • Login
  • Search
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  1. Home
  2. vishnumaiea
  3. Best
  • Profile
  • Following 2
  • Followers 3
  • Topics 2
  • Posts 6
  • Best 6
  • Controversial 0
  • Groups 0

Best posts made by vishnumaiea

  • Alerto! - A Portable and Connected Motion Alert Device

    Alerto-Vishnu-M-Aiea.jpg

    Alerto! is a portable and connected Motion Alert Device that you can use to detect motion remotely. Get a notification on your phone or an SMS, whenever motion is detected. The device uses KEMET's SS-430L-N PIR motion sensor.

    See the project here : https://www.hackster.io/vishnumaiea/alerto-portable-and-connected-motion-alert-device-f7323c

    posted in Showcase
    vishnumaiea
    vishnumaiea
    10 Apr 2020, 07:11
  • Hardware Contests and Free Giveaways are Open at Hackster.io

    Hey guys. Multiple contests are being run at Hackster.io where you can get FREE HARDWARE and thousands of dollars 🤑 in prizes if you win. So make up some ideas and give them a try.

    Please note that not submitting projects after receiving free hardware can affect your reputation and may disqualify you for future contests.

    https://www.hackster.io/contests/kemet - You get a free proximity sensor

    https://www.hackster.io/contests/OnSemi - You get a BLE multi-sensor development kit

    https://www.hackster.io/contests/SecureEverything - You get a free Azure Sphere development kit

    posted in Events & Hackathons
    vishnumaiea
    vishnumaiea
    28 Sept 2019, 17:58
  • RE: Error While writing Library for Gy521

    @rafitc99 The member variables of a class can not be accessed without an accompanying object; that's the concept of a class. If you want to return three values, simply update the member variables AcX, Ac and AcZ, and access them as,

    Serial.println(goo.AcX);
    Serial.println(goo.AcY);
    Serial.println(goo.AcZ);
    
    posted in General Discussion
    vishnumaiea
    vishnumaiea
    26 Apr 2020, 10:29
  • RE: The Raspberry Pi Pico

    @zainmuhammed RP2040 is not a perfect MCU nor it was designed to become one. It's still an ARM Cortex MCU. You can see many other similarly or even lower priced offerings from other manufacturers. For example, look at ESP8266 and ESP32. They don't use ARM core and thus save a lot on IP royalties (Intellectual Property for Silicon designs) and come with even more features.

    But since it's from the house of Raspberry Pi, everybody knows that RP2040 is going to reach everywhere like wildfire. That kind of volume projection allowed them to cut the cost in the early stage of release. Because, cost of producing something totally depends on the scale of manufacturing.

    Since RPi is from UK they must have also been able to make a better deal with ARM, which is also from UK.

    posted in Raspberry Pi
    vishnumaiea
    vishnumaiea
    23 Jan 2021, 02:20
  • RE: Error While writing Library for Gy521

    When you want to create an object of a class and it doesn't take in any parameters, then

    Gy521 goo;  //object declaration
    

    is enough. Then invoke the initialization function,

    goo.begin();  //initialization
    

    For that, you need to create an initialization function. You can copy the statements in your constructor there.

    posted in General Discussion
    vishnumaiea
    vishnumaiea
    26 Apr 2020, 10:02
  • RE: The Raspberry Pi Pico

    @salmanfaris Yeah, just like features and price, long term support is also crucial in determining the efficacy of a microcontroller. What RPi has done with the new introduction of the MCU is close to perfection. Like you said, they had everything ready before the release and that how it should be. No other manufacturer has ever done this before. RPi understands their users and what they seek, as always. With that, they have been able to pull something off that no other manufacturer could.

    RP2040 is not just going to be used in hobby spectrum, but also high volume commercial applications. And that's why I said before it is setting off a REVOLUTION. It's just a matter of time RP2040 supersedes ATmega328 in popularity. Microchip has to worry again! 🤭

    posted in Raspberry Pi
    vishnumaiea
    vishnumaiea
    23 Jan 2021, 17:31

Recent Posts

  • @Neha-Kamal Nice one, Can you share the project link also here. Thanks 🙌.

    26 days ago • read more
  • A

    Solution Architecture
    Module Selection: Miniature surface-mount PIR modules (e.g., HC-SR501) with size <20mm×20mm for integration into embedded lighting (ceiling lights, corridor lamps).
    Linkage Logic: Connect to MCUs (e.g., ESP32) via GPIO for "person detected - full brightness; person present - dimmed; person leaves - 30s delay off" control. Integrate light sensors (e.g., BH1750) for daytime auto-shutdown.
    Energy Savings: Reduces lighting energy consumption by 30%-50% compared to traditional switches, ideal for corridors and bathrooms.

    Typical Scenarios Smart Homes: Integrates with Alexa/Mijia systems, allowing APP-adjustable sensing distance and delays. Commercial Lighting: Mall corridors use zoned sensing via RS485 bus for collaborative multi-module control.

    III. Optimization of Sensing Solutions for Security Systems

    Enhanced Intrusion Detection Design Anti-Interference Technology: Dual-element complementary sensors suppress ambient temperature interference; pulse counting (2 consecutive pulses trigger alarm) reduces false positives. Multi-Dimensional Linkage: Combines with microwave radar modules (e.g., HB100) for "infrared + microwave" dual detection, triggering alarms only when both activate to avoid curtain sway or insect interference. Concealed Installation: Modules with integrated lens-housing designs (e.g., RE200B) hide within ceilings or decor for covert security. Data Transmission and Response Wireless Transmission: LoRa modules (e.g., EBYTE E32-433T30D) enable low-power long-range (3km open area) data upload, suitable for villa/factory perimeter security. Rapid Response: <0.5s trigger delay, with local buzzer alerts and cloud notifications (via NB-IoT) within <3s.

    IV. Selection and Deployment Considerations

    Environmental Adaptation Avoid direct exposure to air vents/heating sources. Install at 2.2-2.8m (indoor) or 3-5m (outdoor) height, tilted 15°-30° to cover human activity zones. Outdoor use requires IP65 waterproof modules (e.g., AM312-IP67) with sunshades to minimize solar interference. Cost-Reliability Balance Consumer scenarios: HC-SR501 (~$2/unit); industrial use: Prioritize stability (e.g., Panasonic EKMC1603111, temp drift <±2%/℃). Batch deployment: Reserve 10% redundant modules with self-diagnostic voltage checks for fault

    28 days ago • read more
By MakerGram | A XiStart Initiative | Built with ♥ NodeBB
Copyright © 2023 MakerGram, All rights reserved.
Privacy Policy | Terms & Conditions | Disclaimer | Code of Conduct