HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nabilt

no profile record

Submissions

Adding dynamic content to your Shopify store using App Proxies and Django

scalpradar.com
1 points·by nabilt·vor 2 Jahren·1 comments

comments

nabilt
·vor 5 Monaten·discuss
I built (and currently testing) a 4 port automated PCB test & programming tool. I needed a way to produce a bunch of PCBs efficiently and couldn't find a solution that was flexible and didn't cost many thousands of dollars. I made a simple tool to solve this.

Features

    - 4-channel DUT interface with individual power control via TPS22992
    - JTAG multiplexer for programming (not exclusive to JTAG)
    - Power monitoring using PAC1954 for per-channel current/voltage measurement
    - Raspberry Pi Pico for control logic and automation
    - USB interface through Pi Pico USB-CDC for host communication (1 port for each DUT)
    - 1.8V - 5V IO support
    - MicroPython support for test script automation
https://www.youtube.com/watch?v=NKTlRVKJuS8&t

https://github.com/Netlist-Studio/dut_hub_hw
nabilt
·vor 5 Monaten·discuss
Very cool project. Congrats. I will be trying this out.

Two other project I saw that are somewhat related for those interested:

1. reddit community (r/xteinkereader) building an OS like ebook reader app for a small chinese ereader based on esp32-s3

2. Linux port for the esp32-s3. Interestingly, the S3 has an MMU but I don't think it was used in this project.

https://github.com/ESP32DE/Boot-Linux-ESP32S3-Playground?tab...
nabilt
·vor 11 Monaten·discuss
For those that want more details on how the software works, this guy goes into a bit more detail for his version

Fluid simulation pendant https://mitxela.com/projects/fluid-pendant

https://www.youtube.com/watch?v=jis1MC5Tm8k
nabilt
·letztes Jahr·discuss
If you just want a simple UI editor and don't want to pay for the official tool, give GUI Glider from NXP a try.

https://www.nxp.com/design/design-center/software/developmen...
nabilt
·vor 2 Jahren·discuss
Super impressive project, especially for what seems to be your first embedded project. I haven't played with microPython/uOTA so this was an interesting read.

Since you mentioned the water meter Flume, I wanted to shamelessly plug my open source water meter that I'm currently developing. It also uses the ESP32 so I thought you might be interested.

Main page. https://y-drip.com/

Docs: https://y-drip.com/docs/site/v0.4/
nabilt
·vor 2 Jahren·discuss
I started working on my opensource water meter again (https://y-drip.com/). Hardware is basically done so I'm working on the backend website for those that don't want to setup their own server. More technical details here: https://hackaday.io/project/191398-ydrip
nabilt
·vor 2 Jahren·discuss


  Location: Toronto
  Remote: Yes
  Willing to relocate: Yes
  Technologies: C, Python, JavaScript, HTML, Qualcomm Snapdragon, STM32, AVR, ESP32, Silicon Labs Gecko, Nordic nRF
  Résumé/CV: https://nabil.me/wp-content/uploads/2024/08/nabil_tewolde_resume.pdf
  Email: work@[domain above]
---

I'm a seasoned software engineer with extensive experience in embedded systems, real-time communication, and full-stack development. My background includes designing innovative hardware and software solutions for various applications.

Key Projects:

    - Real-time Audio Communication Device: Developed a device supporting 16 participants over 700 meters with 18-hour battery life using STM32 and Silicon Labs EFR32.
    - Android ROM Customization: Customized Android ROM for a video kiosk, added native USB camera support, and developed an over-the-air A/B update method.
    - Innovative Water Meter Solution (Y-Drip): Designed a product for real-time water usage data and leak detection with ultra-low power consumption.
    - Full Stack Development (Scalp Radar): Created a SAAS website for futures traders using Python, Django, and C#, with an automated license management system.
I'm currently seeking opportunities to leverage my skills in innovative projects, whether in embedded systems, software development, or full-stack applications. Open to remote work or on-site positions.
nabilt
·vor 2 Jahren·discuss
Hey HN,

I recently launch a side project selling software on Shopify and needed a way to for users to manage their software license. Shopify's sample Django app was out dated and didn't implement all of the security features so I've improved it and wrote a guide on how to set it up.

I've found Shopify to be a good platform for selling software minus a few things like subscriptions. It's nice to have most of the e-commerce features like discount codes, analytics, order management taken care of. The only limitation is their free subscription management app is very limited so you might need to pay or build an app to take care of that.

Hopefully, this should give you a head start on adding custom functionality to your next Shopify side project.