Skip to content
View TamojitSaha's full-sized avatar
💭
tamojitsaha.info
💭
tamojitsaha.info
  • India
Block or Report

Block or report TamojitSaha

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. NaiveBayes_STM32_CMSIS-DSP NaiveBayes_STM32_CMSIS-DSP Public

    Implementation of Naive Bayes Classifier in STm32f103 using CMSIS-DSP Library

    C

  2. MAX6626 MAX6626 Public

    The MAX6626 combines a 12bit temperature sensor, a programmable overtemperature alarm, a dedicated alarm output, OT, activates if the conversion exceeds the value programmed in the high-temperature…

    C++ 1 2

  3. ChaosKit ChaosKit Public

    The Chaos Kit comprises of all the necessary python scripts for embedding information inside an image in a way that it goes unnoticed even with the Virtual Steganography Tool (VSL)

    Python 1 1

  4. STM32f103_Black-Magic-Probe STM32f103_Black-Magic-Probe Public

    Black Magic Probe firmware for STM32

    Python 6 3

  5. Compiling_Arduino_STM32_bootloaders Compiling_Arduino_STM32_bootloaders Public

    A detailed guide to compile Arduino_STM32 bootloaders in Windows

    3 4

  6. Use AWS IoT Device SDK for Python to... Use AWS IoT Device SDK for Python to subscribe to a topic
    1
    from awscrt import io, mqtt, auth, http
    2
    from awsiot import mqtt_connection_builder
    3
    import time as t
    4
    import json
    5
    import threading