-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32-C6 WIFI AP not appearing #500
Comments
The ESP32-C6 series chips are not yet supported. |
I have the same issue with the ESP32 WROOM. No AP appears.... |
@stereotone your issue is very different than @nicholasshay's please download Please review the documentation below. |
Silly me! OK, I am now trying with a ESP32S3. Firmware install went fine but I am stuck in a boot loop. Says SHA-256 comparison failed? |
ignore that. I am up and running! cheers |
Ok. I can see Up and My + Up commands from my somfy situo RTS 5 II remote appearing in the log. I cannot get it to recognise the 'down' button though. Any clues as to what I should check? ..Nick |
That is odd. Can you upload a log of pressing the up, then my, then down. The byte mapping for the Situo RTS remotes are not special in any way and is currently being used by many. Do you have the variant with the thumbwheel? |
I don't have the thumb wheel, no. I have tried using a different PIN for Rx but then it stopped working all together. I am using this board. https://thepihut.com/products/esp32-s3-microcontroller-development-board cheers |
The my + up and the sun flag do not appear to be from your remote. Do you have neighbors nearby where these may be coming from? If I were to guess, the address ending in 838 may be from your remote. |
Thank you. I changed the RX bandwidth to 130 khz from 97 Khz and it kicked in to life immediately!
From: rstrouse ***@***.***>
Date: Sunday, 1 December 2024 at 18:01
To: rstrouse/ESPSomfy-RTS ***@***.***>
Cc: Nick Shay ***@***.***>, Mention ***@***.***>
Subject: Re: [rstrouse/ESPSomfy-RTS] ESP32-C6 WIFI AP not appearing (Issue #500)
External to the Groupe / en provenance de l'extérieur du Groupe
That remote is probably the most common remote used so lets do some things and see if we can troubleshoot this.
First, how are the batteries in the remote? The signal will do weird things when the battery level gets low. For instance, it is not uncommon that it will properly send the first frame properly then not send good frames until it has not sent any for a while.
Next open the transceiver settings and set the RX bandwidth to 50 then increase the RX Bandwidth by 100 until it sees every button. Save the radio settings after each change you make. It may be that this remote is just a little bit out of tune. You do not need to pop back and forth to the log tab as you should see the RSSI increment each time it hears a frame from the button.
image.png (view on web)<https://github.com/user-attachments/assets/f37cddb9-bbfc-487a-afdd-c26e2de7115a>
—
Reply to this email directly, view it on GitHub<#500 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGA7K2KXMXKAGWG55NQEBBT2DNFJFAVCNFSM6AAAAABSK6W5YKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJQGE3TMNZQGE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
…------------------------------------------------------------------------
Disclaimer The information in this email and any attachments may contain proprietary and confidential information that is intended for the addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, retention or use of the contents of this information is prohibited. When addressed to our clients or vendors, any information contained in this e-mail or any attachments is subject to the terms and conditions in any governing contract. If you have received this e-mail in error, please immediately contact the sender and delete the e-mail.
|
Now am struggling to pair the shade. Cannot get the Tx to work when I press prog. I don't have a pin layout for my cc1101. Do all the 8 pin CC1101s use the same layout? Any other ideas? |
First make sure you have not set your TX Power higher than 10 for that transceiver. Next unscrew the antenna and make sure it has a pin in the middle of it. I received one of these early on that shipped with an RP-SMA instead of an SMA antenna. Which pin are you using for TX and which ESP32 board did you finally land on? |
The antenna looks ok. TX Power is set to 10 Db (I have tried 7). I have connected PIN 3 on the CC1101 to PIN 38 on the ESP32S3. I have tried multiple pins actually. I landed on this one. https://thepihut.com/products/esp32-s3-microcontroller-development-board |
This may not have anything to do with the pin selections. Some motors will respond with a jog to indicate they are in prog mode but not actually store an address if the address list in the motor is full. You may need to factory reset your motor. Below are the pins I used on the S3 Mini but it is the same chip series. |
Hardware
ESP32
Firmware version
v2.4.6
Application version
v2.4.6
What happened? What did you expect to happen?
Hi. Does this work with an ESP32-C6 or do I need a different chipset? I have 'successfully' flashed multiple times using Esptool and I can't get the ESPSomfy RTS WIFI AP to appear. cheers
How to reproduce it (step by step)
I am using bash on MacOs. 1. connect esp32-c6 via usb c whilst holding down boot button 2. execute bash-3.2$ esptool.py --port /dev/tty.usbmodem1401 write_flash 0x0 /Users/nickshay/Downloads/SomfyController.onboard.esp32.bin 3. push reset 4. go the wireless settings on MAC and search for ESPSomfy RTS SSID. Also tried entering manually with no security. It could not find the network.
Logs
bash-3.2$ esptool.py --port /dev/tty.usbmodem1401 write_flash 0x0 /Users/nickshay/Downloads/SomfyController.onboard.esp32.bin esptool.py v4.7.0 Serial port /dev/tty.usbmodem1401 Connecting... Detecting chip type... ESP32-C6 Chip is ESP32-C6 (QFN40) (revision v0.0) Features: WiFi 6, BT 5, IEEE802.15.4 Crystal is 40MHz MAC: 40:4c:ca:ff:fe:57:7d:cc BASE MAC: 40:4c:ca:57:7d:cc MAC_EXT: ff:fe Uploading stub... Running stub... Stub running... Configuring flash size... Flash will be erased from 0x00000000 to 0x003effff... Compressed 4128768 bytes to 928823... Wrote 4128768 bytes (928823 compressed) at 0x00000000 in 9.2 seconds (effective 3603.8 kbit/s)... Hash of data verified. Leaving... Hard resetting via RTS pin...
The text was updated successfully, but these errors were encountered: