rstrouse / ESPSomfy-RTS

A controller for Somfy RTS shades and blinds
The Unlicense
548 stars 38 forks source link

NanoCUL support? #33

Closed jmau2002 closed 1 year ago

jmau2002 commented 1 year ago

I have a NanoCUL stick, 433MHz, C1101, ATMEGA328P . https://www.smart-home-komponente.de/nano-cul/nano-cul-433-extern/#cc-m-product-8485093976

Is it possible to flash the firmware on it?

rstrouse commented 1 year ago

I do not believe so. The software was developed for the ESP32 but you can certainly try to port it, but it will likely require rework given the architecture differences for the ATMEGA.

rstrouse commented 1 year ago

I am closing this for now as I don't have any plans to port to the ATMEGA chip.