Newby Question: compiler warnings and capacitor size on NRF+
-
I just started a week ago building my own sensors. I can upload sketches to my two UNO clones , program some buttons, leds, etc. but I can't get my sensors to communicate to each other using PingPongSensor. Probably to do with the power supply or the connection of the capacitors to the NF module, so I will continue to struggle. Meanwhile I have two questions:
- what is the best capacitor size on the NRF+, I sometime see 4,7 uF sometimes 47 uF and even 100 uF
- I have two complier warnings (see below) can they cause an issue ?
**Warning: platform.txt from core 'MySensors AVR based boards' contains deprecated recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{build.path}/{archive_file}" "{object_file}", automatically converted to recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{archive_file_path}" "{object_file}". Consider upgrading this core.
WARNING: Category '' in library UIPEthernet is not valid. Setting to 'Uncategorized'
I love this initiative. I do have an OpenHab system with some z-wave sensors and HUE lamps, but it’s way too expensive to buy it all, so this is a very nice opportunity to expand my home !
**
-
Hi!
- I primary use 4,7uF and are tested higher and two caps paralell on my gateway atm.
- I dont know but when i struggle with this, i mostly just completely reinstall the lib from the homepage.
-
Those are just warnings, and from what I see, there is no problem in them (they've changed some naming conventions in the core files, that we apparently haven't migrated to our hardware addons. But they gracefully change them to the right thing, together with the warning).
Will probably need a minor change in the mysensors hardware definition files.. But I don't know if that will come in to master branch now..
-
@sundberg84 said:
I primary use 4,7uF and are tested higher and two caps paralell on my gateway atm.
I can ACK this:
On the Gateway i need 2 caps: 100uF and 4.7uF. without the 100uF cap I had some really strange behavior when starting the gateway until the communication got established same (random) times
At the nodes 4.7uF is sufficent.
-
Thanks a lot for your answers. I have installed the caps and both the node and gateway are initiated every time flawless but they refuse to communicate to each other. The modules are recognized as being '+' versions using the GetStated sketch from the RF24library. Tried to setup both uno's in different ways (pingpong; serial gateway and sensor) but none of the combinations shows any way of communication between the two boards. I have been struggling for three days now; I am out of ideas and I am afraid it's a problem with the nRF modules (see this link also ) . I will try to order some new ones.....
-
How far from eachother do you have the nodes?
-
@sundberg84 : in the same room. One on the serial monitor, one in an external power supply
-
After a steep learning curve I found out that one of my UNO clones was not able to receive messages in any way. I have now made a sensor based on a pro mini which works fine with a serial gateway. The only problems I still encounter is that the node-ID is not assigned automatically but I solved it by defining it in the sketch. @sundberg84 : I saw a different post of you for the Easy/Newbie PCB for MySensors. It looks very tempting to start using them !
-
openhab does not manage the IDs. it's simply not implemented on the openhab side
-
Do it have to be electrolyte cap or can it be SMD cap?
-
@flopp smd is fine
-
@mfalkvidd
Thanks. Make it much easier to make a small-size-project
-
I have tried and it works but isn't to small?
-
This post is deleted!