Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Troubleshooting
  3. Introductions and Range Issues

Introductions and Range Issues

Scheduled Pinned Locked Moved Troubleshooting
37 Posts 14 Posters 3.5k Views 11 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • scalzS Offline
    scalzS Offline
    scalz
    Hardware Contributor
    wrote on last edited by scalz
    #3

    Hi,

    Lot of parameters can affect range.
    You don't show your node assembly, but in general here some infos:

    • the first point to pay attention, as sundberg said, better choose good quality module when possible.

    • Important to remember: the max range given by module manufacturer is always free of sight. Sometimes they provide indoor range but it depends on the final usecase and environment. It's like cars, mileage is tested in best conditions :)

    • of course a stable power supply with less ripples/noise as possible

    • bitrate settings of radio module

    • orientation of antenna is better vertical.

    • antenna type

    • antenna height position of your gw and node

    • no electronics, metal under antenna

    • unwanted rf signals in the environment

    • home construction materials and their rf attenuation. Not a big problem for drywall, but a concrete wall will impact a lot range, and will for example attenuate the range twice at 2.4ghz than subghz

    • node construction material can have an impact and detunes antenna (depending on antenna type)

    • Another very important parameter is the GND size of your device has a huge impact on performance (including pcb shape and routes).
      The smaller gnd available the smaller range (no magic): it can reduce gain of antenna, narrow the band and shift freq too. In that case, even with high RF TX power, you could get poor RSSI and range. Therefore it would waste energy for battery powered nodes.
      Regarding this point, rf module manufacturer provides design guidelines, and show their perf regarding an ideal size and pcb shape. In general their gnd is huge. This gnd parameters, only on itself, can half your range too.
      It's less a problem for 2.4ghz which needs a lot less gnd than subghz. a >35x35 gnd size for a 2.4ghz is ok (I mean the gnd only, not the pcb size with all parts and routes. The lower the freq the bigger gnd needed, so subghz needs way more gnd.
      On other side nrf24 has 0dB max in TX mode vs 13dB for rfm69 non-PA, and 4-6dB delta can double the range..

    As you can see, it's about compromise with a lot of parameters (and these are only the firsts which come to my head).

    If not already done, I would suggest you to use nrf24 PA/LNA for your gw. Or pick a better rf module for your application if you want to limit number of repeater.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kimot
      wrote on last edited by
      #4

      Use RFM69.

      My ESP8266 gateway with RFM69 with 1/4 wavelength wire antenne at centre of my concrete house and arduino with the same module in distance of cca 60 m out of house - signal OK without repeaters.
      868 MHz

      1 Reply Last reply
      0
      • T Offline
        T Offline
        titvs
        wrote on last edited by
        #5

        Hi everyone.

        Thanks for all the info! I appreciate it, really.

        Well, today i did additional testing and its a range problem since 2 nodes have the same behaviour on the same location. If i move them closer to the gateway, they get connected.
        Since i already have a bunch of NRF24 modules (and integrated them on my little boxes), ill try to make this work with them. If i knew that using RFM69 would be better across physical barriers, i would go for them… In reality we are trying to build the network inside a house... :) Anyway, thanks for the tip @kimot . Will change to them if i dont get the NRF24 network to work properly.
        So, i already orderer a NRF24/PA/LNA for my gateway and an independent switching power supply. Hope that boosts the gateway.

        Today i programmed a Nano to be a repeater but it seems i cant find a guide to set this properly since the node further away doesnt get connected. The gateway sees the repeater though… Do i need to change anything on the original example repeater code? As setting up NODE_ID and CHILD_ID? Ive read somewhere here in the forum thats just uploading the example code to an arduino and thats it… Will try to get the debug output of the repeater (need to connect it to a laptop).

        Other thing, what type of 5v power supplies do you guys recommend? And 3.3v step down modules?

        I will also upload my boxes stl to Thingiverse if your interested. Ive made a more compact model...

        Thanks again.

        zboblamontZ YveauxY sundberg84S rozpruwaczR 4 Replies Last reply
        0
        • CarywinC Offline
          CarywinC Offline
          Carywin
          wrote on last edited by
          #6

          Good luck! I tried sticking with NRF long past when would be sensible, and still ended up changing to RFM69 (433 MHz in my case).
          Inner-city areas are just too crowded on 2.4G now, but paradoxically 433 MHz is becoming freeer thanks to the slow death of landlines and DECT phones.

          1 Reply Last reply
          1
          • T titvs

            Hi everyone.

            Thanks for all the info! I appreciate it, really.

            Well, today i did additional testing and its a range problem since 2 nodes have the same behaviour on the same location. If i move them closer to the gateway, they get connected.
            Since i already have a bunch of NRF24 modules (and integrated them on my little boxes), ill try to make this work with them. If i knew that using RFM69 would be better across physical barriers, i would go for them… In reality we are trying to build the network inside a house... :) Anyway, thanks for the tip @kimot . Will change to them if i dont get the NRF24 network to work properly.
            So, i already orderer a NRF24/PA/LNA for my gateway and an independent switching power supply. Hope that boosts the gateway.

            Today i programmed a Nano to be a repeater but it seems i cant find a guide to set this properly since the node further away doesnt get connected. The gateway sees the repeater though… Do i need to change anything on the original example repeater code? As setting up NODE_ID and CHILD_ID? Ive read somewhere here in the forum thats just uploading the example code to an arduino and thats it… Will try to get the debug output of the repeater (need to connect it to a laptop).

            Other thing, what type of 5v power supplies do you guys recommend? And 3.3v step down modules?

            I will also upload my boxes stl to Thingiverse if your interested. Ive made a more compact model...

            Thanks again.

            zboblamontZ Offline
            zboblamontZ Offline
            zboblamont
            wrote on last edited by zboblamont
            #7

            @titvs Attenuation of 2.4GHz signals is your primary problem as @scalz pointed out, and here is a real example:
            My Gateway is in the centre of the masonry/concrete house, with 433Mz communications to Nodes currently at 10-15m radius, but previously tested out to 30m without any problems.
            The Router maintaining the Domoticz link to my Wifi laptop is at the front of the house nearest the Gas Meter Node, if I go to reprogram the Gas Node I lose the Wifi signal even at 10m, but the Node continues comms flawlessly.
            Boosting the signal with a reflector behind the Node or changing to higher power output might increase the attenuated signal sufficiently to make the connection, but failing that, change to lower frequency devices.

            1 Reply Last reply
            0
            • T titvs

              Hi everyone.

              Thanks for all the info! I appreciate it, really.

              Well, today i did additional testing and its a range problem since 2 nodes have the same behaviour on the same location. If i move them closer to the gateway, they get connected.
              Since i already have a bunch of NRF24 modules (and integrated them on my little boxes), ill try to make this work with them. If i knew that using RFM69 would be better across physical barriers, i would go for them… In reality we are trying to build the network inside a house... :) Anyway, thanks for the tip @kimot . Will change to them if i dont get the NRF24 network to work properly.
              So, i already orderer a NRF24/PA/LNA for my gateway and an independent switching power supply. Hope that boosts the gateway.

              Today i programmed a Nano to be a repeater but it seems i cant find a guide to set this properly since the node further away doesnt get connected. The gateway sees the repeater though… Do i need to change anything on the original example repeater code? As setting up NODE_ID and CHILD_ID? Ive read somewhere here in the forum thats just uploading the example code to an arduino and thats it… Will try to get the debug output of the repeater (need to connect it to a laptop).

              Other thing, what type of 5v power supplies do you guys recommend? And 3.3v step down modules?

              I will also upload my boxes stl to Thingiverse if your interested. Ive made a more compact model...

              Thanks again.

              YveauxY Offline
              YveauxY Offline
              Yveaux
              Mod
              wrote on last edited by
              #8

              @titvs said in Introductions and Range Issues:

              i already orderer a NRF24/PA/LNA

              Please make sure to buy decent quality modules, like the ones from Ebyte. They are only marginally more expensive but will save you a lot of trouble.

              I'm only using nrf24 at home and covered my whole house. To counter range issues I've setup a few gateways (one on the ground floor and one in the attic for example)

              http://yveaux.blogspot.nl

              1 Reply Last reply
              0
              • T titvs

                Hi everyone.

                Thanks for all the info! I appreciate it, really.

                Well, today i did additional testing and its a range problem since 2 nodes have the same behaviour on the same location. If i move them closer to the gateway, they get connected.
                Since i already have a bunch of NRF24 modules (and integrated them on my little boxes), ill try to make this work with them. If i knew that using RFM69 would be better across physical barriers, i would go for them… In reality we are trying to build the network inside a house... :) Anyway, thanks for the tip @kimot . Will change to them if i dont get the NRF24 network to work properly.
                So, i already orderer a NRF24/PA/LNA for my gateway and an independent switching power supply. Hope that boosts the gateway.

                Today i programmed a Nano to be a repeater but it seems i cant find a guide to set this properly since the node further away doesnt get connected. The gateway sees the repeater though… Do i need to change anything on the original example repeater code? As setting up NODE_ID and CHILD_ID? Ive read somewhere here in the forum thats just uploading the example code to an arduino and thats it… Will try to get the debug output of the repeater (need to connect it to a laptop).

                Other thing, what type of 5v power supplies do you guys recommend? And 3.3v step down modules?

                I will also upload my boxes stl to Thingiverse if your interested. Ive made a more compact model...

                Thanks again.

                sundberg84S Offline
                sundberg84S Offline
                sundberg84
                Hardware Contributor
                wrote on last edited by
                #9

                @titvs - a gateway could be run through a good quality (genuine) phoneadapter without issues. To point out a regulator in the MySensors shop use the AMS1117 and not LE33ACZ because the later is to weak. You can also use pretty much any other linear regulator that can handle about 1A or more. Dont forget to check the datasheet for recommended setup with capacitors.

                The only thing you need to do is to setup for a repeater is (example here)

                // Enable repeater functionality for this node
                define MY_REPEATER_FEATURE
                

                I would also really check the capacitors again and try some different values.

                Controller: Proxmox VM - Home Assistant
                MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
                MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
                RFLink GW - Arduino Mega + RFLink Shield, 433mhz

                1 Reply Last reply
                0
                • T titvs

                  Hi everyone.

                  Thanks for all the info! I appreciate it, really.

                  Well, today i did additional testing and its a range problem since 2 nodes have the same behaviour on the same location. If i move them closer to the gateway, they get connected.
                  Since i already have a bunch of NRF24 modules (and integrated them on my little boxes), ill try to make this work with them. If i knew that using RFM69 would be better across physical barriers, i would go for them… In reality we are trying to build the network inside a house... :) Anyway, thanks for the tip @kimot . Will change to them if i dont get the NRF24 network to work properly.
                  So, i already orderer a NRF24/PA/LNA for my gateway and an independent switching power supply. Hope that boosts the gateway.

                  Today i programmed a Nano to be a repeater but it seems i cant find a guide to set this properly since the node further away doesnt get connected. The gateway sees the repeater though… Do i need to change anything on the original example repeater code? As setting up NODE_ID and CHILD_ID? Ive read somewhere here in the forum thats just uploading the example code to an arduino and thats it… Will try to get the debug output of the repeater (need to connect it to a laptop).

                  Other thing, what type of 5v power supplies do you guys recommend? And 3.3v step down modules?

                  I will also upload my boxes stl to Thingiverse if your interested. Ive made a more compact model...

                  Thanks again.

                  rozpruwaczR Offline
                  rozpruwaczR Offline
                  rozpruwacz
                  wrote on last edited by
                  #10

                  @titvs I also would recommend to go for rfm69. I had exactly same problems as you, and tried a lot of differenr nrf24 modules and still couldnt get a descent result. As soon as i switched to rfm69 all my problems disappeared :) after all i spent more money on nrf24 modules than i would spend on rfm69 if i would start with them. Use nrf24 to rfm69 adapter board for easy transition.

                  joaoabsJ 1 Reply Last reply
                  2
                  • rozpruwaczR rozpruwacz

                    @titvs I also would recommend to go for rfm69. I had exactly same problems as you, and tried a lot of differenr nrf24 modules and still couldnt get a descent result. As soon as i switched to rfm69 all my problems disappeared :) after all i spent more money on nrf24 modules than i would spend on rfm69 if i would start with them. Use nrf24 to rfm69 adapter board for easy transition.

                    joaoabsJ Offline
                    joaoabsJ Offline
                    joaoabs
                    wrote on last edited by
                    #11

                    @rozpruwacz said in Introductions and Range Issues:

                    @titvs I also would recommend to go for rfm69. I had exactly same problems as you, and tried a lot of differenr nrf24 modules and still couldnt get a descent result. As soon as i switched to rfm69 all my problems disappeared :) after all i spent more money on nrf24 modules than i would spend on rfm69 if i would start with them. Use nrf24 to rfm69 adapter board for easy transition.

                    Hi,

                    I'm also experiencing some troubles with NRF24+'s, but I already have a considerable number of nodes with it. Most of them have the 2x4 pin header like the ac/dc ssd relay and the slim node.

                    Is there any adapter that could easily adapt ( ! ) from the NRF24+ format to the RFM69?

                    Thanks,
                    Joaoabs

                    YveauxY 1 Reply Last reply
                    0
                    • rozpruwaczR Offline
                      rozpruwaczR Offline
                      rozpruwacz
                      wrote on last edited by
                      #12

                      https://www.mysensors.org/hardware/nrf2rfm69
                      I tested it and it works. It is just a little bit larger than a typical nrf24 module.

                      1 Reply Last reply
                      1
                      • T Offline
                        T Offline
                        titvs
                        wrote on last edited by
                        #13

                        Thanks for all the input guys and the vote of confidence regarding the NRF24! :D

                        So, since there are a lot of people telling to go for the RFM69, I've ordered a couple of them to do some testing. Im still going to test the NRF24/PA/LNA but after all you guys said, im not feeling very confident…

                        If everything doesnt go according to pIan, i guess im going to have to try to fit the RFM69 inside my already printed boxes and have an antena protruding out of the box… not very pretty… Ah well. Nothing is perfect. :)

                        Anyway, I think there should be somekind of note on the radio page of the main website, stating this kind of problem regarding range and construction type.

                        Will keep in touch.

                        rozpruwaczR sundberg84S 2 Replies Last reply
                        1
                        • T titvs

                          Thanks for all the input guys and the vote of confidence regarding the NRF24! :D

                          So, since there are a lot of people telling to go for the RFM69, I've ordered a couple of them to do some testing. Im still going to test the NRF24/PA/LNA but after all you guys said, im not feeling very confident…

                          If everything doesnt go according to pIan, i guess im going to have to try to fit the RFM69 inside my already printed boxes and have an antena protruding out of the box… not very pretty… Ah well. Nothing is perfect. :)

                          Anyway, I think there should be somekind of note on the radio page of the main website, stating this kind of problem regarding range and construction type.

                          Will keep in touch.

                          rozpruwaczR Offline
                          rozpruwaczR Offline
                          rozpruwacz
                          wrote on last edited by
                          #14

                          @titvs said in Introductions and Range Issues:

                          If everything doesnt go according to pIan, i guess im going to have to try to fit the RFM69 inside my already printed boxes and have an antena protruding out of the box… not very pretty…

                          You don't have to :) just use a flexible, insulated 1/4 wavelenght wire antenna and keep it inside the box. It does not have to be straight.

                          1 Reply Last reply
                          1
                          • joaoabsJ joaoabs

                            @rozpruwacz said in Introductions and Range Issues:

                            @titvs I also would recommend to go for rfm69. I had exactly same problems as you, and tried a lot of differenr nrf24 modules and still couldnt get a descent result. As soon as i switched to rfm69 all my problems disappeared :) after all i spent more money on nrf24 modules than i would spend on rfm69 if i would start with them. Use nrf24 to rfm69 adapter board for easy transition.

                            Hi,

                            I'm also experiencing some troubles with NRF24+'s, but I already have a considerable number of nodes with it. Most of them have the 2x4 pin header like the ac/dc ssd relay and the slim node.

                            Is there any adapter that could easily adapt ( ! ) from the NRF24+ format to the RFM69?

                            Thanks,
                            Joaoabs

                            YveauxY Offline
                            YveauxY Offline
                            Yveaux
                            Mod
                            wrote on last edited by Yveaux
                            #15

                            @joaoabs said in Introductions and Range Issues:

                            Is there any adapter that could easily adapt ( ! ) from the NRF24+ format to the RFM69?

                            As @rozpruwacz said it works, but keep in mind that the RFM69 is not 5V tolerant on its IO lines like the nRF24.
                            This means that if you plan to use it connected to a 5V arduino you have to put a level shifter in between.
                            Also, make sure to connect the IRQ line, which is optional for nRF24 but required for RFM69.

                            http://yveaux.blogspot.nl

                            1 Reply Last reply
                            1
                            • T titvs

                              Thanks for all the input guys and the vote of confidence regarding the NRF24! :D

                              So, since there are a lot of people telling to go for the RFM69, I've ordered a couple of them to do some testing. Im still going to test the NRF24/PA/LNA but after all you guys said, im not feeling very confident…

                              If everything doesnt go according to pIan, i guess im going to have to try to fit the RFM69 inside my already printed boxes and have an antena protruding out of the box… not very pretty… Ah well. Nothing is perfect. :)

                              Anyway, I think there should be somekind of note on the radio page of the main website, stating this kind of problem regarding range and construction type.

                              Will keep in touch.

                              sundberg84S Offline
                              sundberg84S Offline
                              sundberg84
                              Hardware Contributor
                              wrote on last edited by sundberg84
                              #16

                              @titvs said in Introductions and Range Issues:

                              Anyway, I think there should be somekind of note on the radio page of the main website, stating this kind of problem regarding range and construction type.

                              I have around 25 nodes using Nrf24 radio. Once you have found your way and how to test them before deployment they work very good. Sure, its easier with the RFM69 but expensive and as @Yveaux said not 5v tolerant.

                              For me I have a fixed node on my lab-bench with a socket for the radio. This way I can test any new radio before I use them. Most of them work great with a 4,7uF cap. In your setup I would guess it will work much better once you get the gateway a proper and stable radio.

                              Controller: Proxmox VM - Home Assistant
                              MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
                              MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
                              RFLink GW - Arduino Mega + RFLink Shield, 433mhz

                              M joaoabsJ 2 Replies Last reply
                              0
                              • alowhumA Offline
                                alowhumA Offline
                                alowhum
                                Plugin Developer
                                wrote on last edited by
                                #17

                                isn't the NRF24 able to use a higher frequency than wifi? I read that if you choose channel 100 you get much better results in Europe.

                                mfalkviddM 1 Reply Last reply
                                0
                                • alowhumA alowhum

                                  isn't the NRF24 able to use a higher frequency than wifi? I read that if you choose channel 100 you get much better results in Europe.

                                  mfalkviddM Offline
                                  mfalkviddM Offline
                                  mfalkvidd
                                  Mod
                                  wrote on last edited by mfalkvidd
                                  #18

                                  @alowhum it might work better, but you'll need to consider if it is worth breaking the law.

                                  In EU, the highest nrf24 channel that can be used legally is channel 83.

                                  rozpruwaczR 1 Reply Last reply
                                  0
                                  • mfalkviddM mfalkvidd

                                    @alowhum it might work better, but you'll need to consider if it is worth breaking the law.

                                    In EU, the highest nrf24 channel that can be used legally is channel 83.

                                    rozpruwaczR Offline
                                    rozpruwaczR Offline
                                    rozpruwacz
                                    wrote on last edited by rozpruwacz
                                    #19

                                    @mfalkvidd I also tried that outlaw trick and the results weren't satisfying :) I think that your microwave is more affecting the comunication than the wifi. This is another issue that I think that 2.4GHz is not suited for HA - can't turn on lights when using microwave is not acceptable :D

                                    1 Reply Last reply
                                    1
                                    • T Offline
                                      T Offline
                                      titvs
                                      wrote on last edited by
                                      #20

                                      @sundberg84 said in Introductions and Range Issues:

                                      I have around 25 nodes using Nrf24 radio. Once you have found your way and how to test them before deployment they work very good. Sure, its easier with the RFM69 but expensive and as @Yveaux said not 5v tolerant.

                                      Yeah, they are really more expensive than the NRF24. But still cheaper than the cost of a repeater node (NRF24 + Nano) even without considering the power supply... Well, i guess that each case is different. :)

                                      As for the 5v logic vs 3.3 thats also a problem with 5v Nanos. I think they need something like "this" ?

                                      I'll still do tests with the NRF24/PA/LNA and with repeater nodes but i think i wont be so lucky with a weather station node (needs to be outside) that im planning to add to the system. Lets wait and see. :)

                                      I'll also prepare the STL files to upload to Thingiverse of my box. Need to take some pictures of the assembly first. :)

                                      Thanks for the input!

                                      sundberg84S 1 Reply Last reply
                                      0
                                      • T titvs

                                        @sundberg84 said in Introductions and Range Issues:

                                        I have around 25 nodes using Nrf24 radio. Once you have found your way and how to test them before deployment they work very good. Sure, its easier with the RFM69 but expensive and as @Yveaux said not 5v tolerant.

                                        Yeah, they are really more expensive than the NRF24. But still cheaper than the cost of a repeater node (NRF24 + Nano) even without considering the power supply... Well, i guess that each case is different. :)

                                        As for the 5v logic vs 3.3 thats also a problem with 5v Nanos. I think they need something like "this" ?

                                        I'll still do tests with the NRF24/PA/LNA and with repeater nodes but i think i wont be so lucky with a weather station node (needs to be outside) that im planning to add to the system. Lets wait and see. :)

                                        I'll also prepare the STL files to upload to Thingiverse of my box. Need to take some pictures of the assembly first. :)

                                        Thanks for the input!

                                        sundberg84S Offline
                                        sundberg84S Offline
                                        sundberg84
                                        Hardware Contributor
                                        wrote on last edited by
                                        #21

                                        @titvs said in Introductions and Range Issues:

                                        Yeah, they are really more expensive than the NRF24. But still cheaper than the cost of a repeater node (NRF24 + Nano) even without considering the power supply... Well, i guess that each case is different. :)

                                        Both RFM and NRF modules needs power supplies and if the plan to have more than 2 modules the cost for a repeater is less than building two RFM modules. Its more about if you want to add more money for less hassle.

                                        Controller: Proxmox VM - Home Assistant
                                        MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
                                        MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
                                        RFLink GW - Arduino Mega + RFLink Shield, 433mhz

                                        1 Reply Last reply
                                        0
                                        • T Offline
                                          T Offline
                                          titvs
                                          wrote on last edited by titvs
                                          #22

                                          Hi everyone,

                                          As promised, the box over at Thingiverse (smaller version):

                                          https://www.thingiverse.com/thing:3019468

                                          2_1532525241892_03-back.jpg 1_1532525241892_02-inside.jpg 0_1532525241892_01-front.jpg

                                          1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          18

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.1k

                                          Posts


                                          Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • MySensors
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular