Code Monkey home page Code Monkey logo

i2ds's Introduction

Hi, I'm Edward

Currently studying computer engineering at NTU. You can find some of my projects here.

๐Ÿ”ญ My projects generally involve:

  • Low-power IoT systems such as sensors, gateway devices
  • Wireless networks (i.e. Thread, BLE, Zigbee)
  • Embedded AI, compression techniques and hardware accelerators
  • Mixed signal and RF PCB design, 3D printed enclosures

๐ŸŒฑ My current research interests:

  • Hybrid vision transformers on edge devices
  • Spiking neural networks

๐Ÿ‘ฏ Iโ€™m looking to collaborate on interesting projects, do contact me! ([email protected])

Connect with me:

edward-tan-62635a200

i2ds's People

Contributors

edward62740 avatar

Stargazers

 avatar

Watchers

 avatar

i2ds's Issues

Debugger fails to connect to EFR32FG23 SWD during operation

Occurs due to EM2 debug not set. Disabled in production. Refer to emu initialization.

EMU->CTRL = (EMU->CTRL & ~_EMU_CTRL_EM2DBGEN_MASK)
              | (SL_DEVICE_INIT_EMU_EM2_DEBUG_ENABLE << _EMU_CTRL_EM2DBGEN_SHIFT);

Starve network join process to abort and connect debugger.

Power consumption

Objectives are to reduce power consumption for PIRSN, ACSN.

Base requirements:

  • 1.5s poll interval
  • 30s alive packet interval
  • 30s*5 battery measurement
  • sensor element consumption

Test RF

Test range and characterize RF matching.

  • CPN
  • ACSN
  • PIRSN

CPN EFR32 Software

EFR32 software for CPN.

  • rx from protocol
  • tx to esp32
  • crypt
  • application
  • RTOS

GPIO Interrupt

Add gpio interrupt function for sensors. Map prs to gpio.

  • PIRSN
  • ACSN
  • does not work when debugger is disconnected

Battery Monitor

Add battery monitor function for sensors. Map prs to adc.

  • PIRSN
  • ACSN

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.