@akif-durmaz Hi ,what i mean is you can try to use another ethernet connector.
Best posts made by JeffZhou
-
RE: Omega 2S+ Ethernet Connection Problem
-
RE: Built in Wifi antenna for Omega2S+ SMT
Hi,Omega2S+ need to add an extend wifi antenna.you can use ipex connector to connect an extend wifi antenn or use the ANT PIN to connect a pcb wifi antenn.
-
RE: Omega 2S+ Ethernet Connection Problem
@Malcon4 here is the ethernet port that Omega2 using .
-
RE: Omega 2S+ Ethernet Connection Problem
@akif-durmaz
Hi, i had checked the Normal ethernet connector(RJ45),it seems that the inside schematic isn't as the same as yours. Here the connector's sch has the same channel coil of RX/TX.SPEC of HR913550A -
RE: Omega 2S+ Ethernet Connection Problem
@akif-durmaz Hi ,please add a screenshot of the ethernet connector and transformer 's schematic.
-
RE: Omega 2S+ Ethernet Connection Problem
The lastest Omega2S reference schematic had deleted the R401~R406,C403 and C404.
-
RE: Omega 2S+ Ethernet Connection Problem
@akif-durmaz Hi ,For the Omega2S reference schematic ,there are two options for the ethernet connection,option1 is using ethernet transformer ,option2 is a simpler circuit which using resistor and capacitor to instead the transformer . and each of the option can work.
I had checked your ethernet port circuitry screenshot, there are some connection is not right, you can't connect the omega2S's ethernet signal line to the ethernet port.
-
RE: Unit variation Omega2S+
@liamski Hi, if your prototype used the Omega2S+ or Omega2+ Module? And is there any circuit change around the Omega2S+?
Latest posts made by JeffZhou
-
RE: Built in Wifi antenna for Omega2S+ SMT
Hi,Omega2S+ need to add an extend wifi antenna.you can use ipex connector to connect an extend wifi antenn or use the ANT PIN to connect a pcb wifi antenn.
-
RE: Omega2 can't unmount disks during oupgrade
@adamc You can download the latest Firmware at this URL:http://repo.onioniot.com/omega2/images/
-
RE: Omega2 can't unmount disks during oupgrade
@adamc
Hi, here i also use a omega2 B160 Version Firmware,and it can work well.So maybe there are something broken of your Firmware package. You can retry the "oupgrade" CMD or download the lastest Firmware and using "sysupgrade" CMD to update the firmware. -
RE: changes one GPIO17 make change another GPIO16
@crispyoz Hi, Yes ,here i also test the output mode ,if we set GPIO16 & GPIO17 to output mode , every thing can go well ,just like your test above. I had tested Omega2 and Omega2S ,both of them have the same issue when gpio16 or gpio17 set to input mode.
and as the screenshot that @Moonshiner replay, his GPIO17 was set to output mode when GPIO16 was set input mode ,so when the GPIO17's level change ,it will affect the GPIO16's level.
-
RE: changes one GPIO17 make change another GPIO16
@Moonshiner Hi,As i recurrent the issue , i found that there is a MT7688 IC bug. between the GPIO16 and GPIO17 ,there has a connected resistance inside the IC, so when GPIO16 and GPIO17 set to input mode ,one of the gpio level change will affect the other one gpio pin.
- when GPIO16 and GPIO17 set to input mode ,you can use a multimeter to test the resistance between the two pin. here i had test two Omega2+ module ,the resistance is about 40K Ω.
- when GPIO16 or GPIO17 set to input mode ,and another GPIO set to output mode ,and the input mode GPIO level state also will be affect by the output mode GPIO.
- how to solve this issue.
For the GPIO(16 or 17) that we need to set to input mode ,we can add a pull-down resistor(10K or 4.7K). I had tested that when add a 10K pull-down resistor on the GPIO16 PIN ,when the GPIO17 has a 3.3v high-level,there is a 1,04v low-level of the GPIO16 PIN. if we need tht GPIO16 has lower level, we can use a 4.7K pull-down resistor.
-
RE: Omega 2S+ Ethernet Connection Problem
@Malcon4 here is the ethernet port that Omega2 using .
-
RE: Omega 2S+ Ethernet Connection Problem
@Malcon4 Please check out the new Omega2S hardware design guide, there's a section on ethernet design!
https://github.com/OnionIoT/Omega2/blob/master/Documents/Omega2S Hardware Design Guide.pdf -
RE: Newbie Problems!
@FredyAlvarez Hi ,you can use 115200 Bauds. and if the Omega2 runs ok, the serial log will show something.