Easy/Newbie PCB for MySensors
-
@sundberg84 Thanks for clarification! Do you have any idea how long i can power a NRF24 module with two AA batteries until the voltage is to low?
@SolderNewbie - it depends on many factors, but one example I have 2xAA, Pro Mini (Led and Voltage reg removed), DHT22, Voltage divider (for battery measurment), booster and sending temp & humidity + battery status every 15min should last 1-1.5 years.
-
use the pins TX/RX
what do you mean? You can find the pins on the MysX connector (bottom left on the PCB). Instructions on how to use the pins isnt my cup of tea. You need to google that or you have to look at the arduino homepage.
There isnt anything to convert from nano to EasyPCB (except to find the right pins). The sketch will work just fine as it is.
@sundberg84 Got it. In the end it I did not have to use them.
All devices I was looking for to use are working except for my Dallas Temp Sensors.
The resistor is between the wires VCC and DATA in the connectors so not soldered on the board itself.I checked if pin header
D3 had connection with D3 on the arduino (beep),
GND with GND on the arduino (beep),
VCC with VCC on the arduino (beep) at 4,7v.So the connector should be okay (no soldering error this time). If I connect the wire to the old Arduino nano the temp sensors are found... Connect them to the PCB.. Nothing found. Well must be something stupid I am missing here right?.
To check D3, I made an RX tranmission Led attached and it flashed fine. So it should be okay.
-
@sundberg84 Got it. In the end it I did not have to use them.
All devices I was looking for to use are working except for my Dallas Temp Sensors.
The resistor is between the wires VCC and DATA in the connectors so not soldered on the board itself.I checked if pin header
D3 had connection with D3 on the arduino (beep),
GND with GND on the arduino (beep),
VCC with VCC on the arduino (beep) at 4,7v.So the connector should be okay (no soldering error this time). If I connect the wire to the old Arduino nano the temp sensors are found... Connect them to the PCB.. Nothing found. Well must be something stupid I am missing here right?.
To check D3, I made an RX tranmission Led attached and it flashed fine. So it should be okay.
@sincze - that sounds strange.
Is it the same sensor or could the dallas sensor be broken?
Can you see anything in the debug/serial? /(Sometimes you can see -127 and so). -
@sincze - that sounds strange.
Is it the same sensor or could the dallas sensor be broken?
Can you see anything in the debug/serial? /(Sometimes you can see -127 and so).@sundberg84 Strange thing is.. If I unplug the temp cable from the PCB and plug it into the NANO the sketch detects the sensor. The exact same sketch on the mini says "0 sensors found" as I just print the number of sensors detected.
For debugging purposes If I would solder the resistor on the PCB and I have a different temp sensor with resistor within the cabling. Would that hurt (double resistors) ?
Would I have to look for a specific voltage between D3 and GND ? -
@sundberg84 Strange thing is.. If I unplug the temp cable from the PCB and plug it into the NANO the sketch detects the sensor. The exact same sketch on the mini says "0 sensors found" as I just print the number of sensors detected.
For debugging purposes If I would solder the resistor on the PCB and I have a different temp sensor with resistor within the cabling. Would that hurt (double resistors) ?
Would I have to look for a specific voltage between D3 and GND ?@sincze - so it sounds like you have issues between pcb connector and A0 pin on the atmega328. You could try to do a continuitytest between that - and check soldering job on the MysX connector and on the back on the pro mini (A0)

-
@sincze - so it sounds like you have issues between pcb connector and A0 pin on the atmega328. You could try to do a continuitytest between that - and check soldering job on the MysX connector and on the back on the pro mini (A0)

@sundberg84 Just for the check A0 or D3 (temp sensor)?
As A0 is working, I have a relais attached to it. ;) -
@sundberg84 Just for the check A0 or D3 (temp sensor)?
As A0 is working, I have a relais attached to it. ;)@sincze sorry - my misstake, D3 offcourse. You can do if from D3 on the MysX connector to D3 on the atmega chip. D3 on the cjip is the upper left pin on the image.

-
@sincze sorry - my misstake, D3 offcourse. You can do if from D3 on the MysX connector to D3 on the atmega chip. D3 on the cjip is the upper left pin on the image.

@sundberg84 yes, I have a 'beep' pffffff would a double resistor hurt ?? 1 on pcb the other one in the cable?
I tried connecting it directly to pin 3 on the arduino, no detection, I tried replacing the resistor. nothing. I tried a different temp sensors.. No detection. I moved the new temp sensor to the nano... detected.
I tried an empty Dallas temp only sketch on the mini... no detection. Well Now I'm lost ;-) -
@sundberg84 yes, I have a 'beep' pffffff would a double resistor hurt ?? 1 on pcb the other one in the cable?
I tried connecting it directly to pin 3 on the arduino, no detection, I tried replacing the resistor. nothing. I tried a different temp sensors.. No detection. I moved the new temp sensor to the nano... detected.
I tried an empty Dallas temp only sketch on the mini... no detection. Well Now I'm lost ;-) -
@sundberg84 yes, I have a 'beep' pffffff would a double resistor hurt ?? 1 on pcb the other one in the cable?
I tried connecting it directly to pin 3 on the arduino, no detection, I tried replacing the resistor. nothing. I tried a different temp sensors.. No detection. I moved the new temp sensor to the nano... detected.
I tried an empty Dallas temp only sketch on the mini... no detection. Well Now I'm lost ;-)@sincze - and you use the right power source on the PCB? (VCC = 5v and 3.3v = Well... 3.3v) Please send pictures of both setup as mentioned.
-
Hi Sundberg84,
I have some v8 and now enough time for playing.
I setup with v3.3 2xAA, booster, NRF24, simple door sensor or DHT.
1-2 week and the batteries are discharged, I hear little buzz from the mini or other components.
This is the 2nd built where I meet this problem.
Do you have any idea what component is the failed ?
thanks
Barna -
Hi Sundberg84,
I have some v8 and now enough time for playing.
I setup with v3.3 2xAA, booster, NRF24, simple door sensor or DHT.
1-2 week and the batteries are discharged, I hear little buzz from the mini or other components.
This is the 2nd built where I meet this problem.
Do you have any idea what component is the failed ?
thanks
Barna -
@sundberg84 this is not normal buzz, stronger than before.
I have used this source only: https://www.ebay.com/itm/mini-DC-DC-0-8-3-3V-to-DC-3-3V-Step-UP-Boost-Power-Module-For-Breadboard-Arduino-/281556288481?hash=item418e1003e1
which another part could make the buzz ?
yes, I use sleep
sleep(1, CHANGE, SLEEP_TIME); SLEEP_TIME is 900000 , but the node does not wake up and send the battery status, only when door sensor changes.
No, I have not removed the led and regulator, this is the testing period only :) -
Hi Sundberg84,
I have some v8 and now enough time for playing.
I setup with v3.3 2xAA, booster, NRF24, simple door sensor or DHT.
1-2 week and the batteries are discharged, I hear little buzz from the mini or other components.
This is the 2nd built where I meet this problem.
Do you have any idea what component is the failed ?
thanks
Barna -
@sincze - and you use the right power source on the PCB? (VCC = 5v and 3.3v = Well... 3.3v) Please send pictures of both setup as mentioned.
@sundberg84 @dbemowsk Thank you guys for still trying to help me. I almost gave up on using a Dallas Termp sensor o n a pro mini. As said I even tried connecting the temp sensor directly to the pins with same results. If I connect the pins to my nano, it is being detected and transmitting temp values. I even used a different sketch.. Just for the temp sensor. link found_here. Changed it to use Pin 3 ofcourse. I even connected the whole thing to D2 (resistor back in the wires)... without being succesful either.

-
@sundberg84 @dbemowsk Thank you guys for still trying to help me. I almost gave up on using a Dallas Termp sensor o n a pro mini. As said I even tried connecting the temp sensor directly to the pins with same results. If I connect the pins to my nano, it is being detected and transmitting temp values. I even used a different sketch.. Just for the temp sensor. link found_here. Changed it to use Pin 3 ofcourse. I even connected the whole thing to D2 (resistor back in the wires)... without being succesful either.

-
@sincze Are you sure you sure you got correct power on the GND and VCC pins on the MySX connector?
-
Dallas temp sensors needs 3.3v VCC if I remember right. Not 5v.

