HardwareArduino

 

Press Ctrl+Enter to quickly submit your post
Quick Reply  
 
 
  
 From:  Chris (CHRISSS)  
 To:  ALL
40898.493 
Soldered up another board with a Li-Ion battery now. It's powering up but not sending the temps for some reason. I'll have to try and fix it tomorrow.

Me

Attachments:

0/0
 Reply   Quote More 

 From:  graphitone  
 To:  Chris (CHRISSS)     
40898.494 In reply to 40898.493 
What's it all going to do in the end?
0/0
 Reply   Quote More 

 From:  Chris (CHRISSS)  
 To:  graphitone     
40898.495 In reply to 40898.494 
/Exciting stuff/... display a graph.

Screenshot attached of the current one doing its job in my living room. With other bits for turning my water and heating on.

Me

Attachments:

0/0
 Reply   Quote More 

 From:  ANT_THOMAS   
 To:  ALL
40898.496 
Finally got round to changing my loft door over to reed switch from hall effect sensors. Open and close switches to prevent closing too far or opening too much and killing the motor/winder.

Whilst I was doing it I killed the original arduino, lovely smell of something electronic going pop. I had stupidly soldered the nano directly to the board meaning I couldn't swap it out easily. Tried to unsolder it but it wasn't budging. Ended up making a new board and added female socket headers so I can swap it out and reprogram without disconnecting the whole board.

0/0
 Reply   Quote More 

 From:  graphitone  
 To:  Chris (CHRISSS)     
40898.497 In reply to 40898.495 
 (bounce)
0/0
 Reply   Quote More 

 From:  Chris (CHRISSS)  
 To:  ANT_THOMAS      
40898.498 In reply to 40898.496 
Nice work :) What do you use to activate the door? I think you did say. I've realised it's not goot soldering some parts in just in case they need changing. In fact the reason my temp sensor didn't work last night was because the actual temperature sensor on the board has stopped working.

It's made me make some changes to the software though. Before I was manually inputting the DS18B20 address before flashing, I had to reflash if I wanted to change the sensor. Now it finds the address automatically and lights the LEDs if it can't find one.

I've also changed the sensor interval to 5 minutes from 1 so should save 5 times less data now. Too many points on my graph I think.

Me
0/0
 Reply   Quote More 

 From:  Chris (CHRISSS)  
 To:  Chris (CHRISSS)     
40898.499 In reply to 40898.498 
So I finally have 2 working sensors. Have to decide where to put this one and also change the software on the Pi so it can show data from more than just one sensor.

Me
0/0
 Reply   Quote More 

 From:  Chris (CHRISSS)  
 To:  Chris (CHRISSS)     
40898.500 In reply to 40898.499 
My two boards side by side.

Me

Attachments:

0/0
 Reply   Quote More 

 From:  koswix  
 To:  Chris (CHRISSS)     
40898.501 In reply to 40898.500 
Does the heat from the electronics impact your readings at all?

 ▪                    
             ┌────┐    ┌────┐                      
          │    │    │    │ ▪                    
          │    └────┘    │                      
          │   ──┐  ┌──   │ ▪                    
   ┌──────┤    ▪    ▪    │                      
  ┌┘      │              │ ▪                    
┌─┤       └──┐  │  │  ┌──┘                      
│ │          │ ││  ││ │   ┌─┐                   
│ │          └─┼┤  └┴─┴───┘ │                   
│ │           ─┘│           │                   
│ │   ┌──────┐  └┬──────────┘                   
  │   │      │   │                              
  │   │      │   │                              
  └───┘      └───┘                              
If Feds call you and say something bad on me, it may prove what I said are truth, they are afraid of it.
0/0
 Reply   Quote More 

 From:  ANT_THOMAS   
 To:  Chris (CHRISSS)     
40898.502 In reply to 40898.500 
Are you buying the wire specifically for this? Looks quite thick.

I've just been using some solid core CAT6 I have spare.
0/0
 Reply   Quote More 

 From:  Chris (CHRISSS)  
 To:  koswix     
40898.503 In reply to 40898.501 
Not sure, doubt it though. It's only running for a few seconds every 5 minutes. The rest of the time it's sleeping and oly using microamps of power. The temp sensor is sticking up above the board too, or I could replace it with a sensor on a long cable to see of it's any different t.

Me
0/0
 Reply   Quote More 

 From:  Chris (CHRISSS)  
 To:  ANT_THOMAS      
40898.504 In reply to 40898.502 
It's cable I've ripped out of an old PSU. Too chunky, need to find something smaller and easier to use.

Me
0/0
 Reply   Quote More 

 From:  graphitone  
 To:  Chris (CHRISSS)     
40898.505 In reply to 40898.504 
I've an idea. You could try some spare pieces of CAT6 cable you may have lying around...

 
0/0
 Reply   Quote More 

 From:  Chris (CHRISSS)  
 To:  graphitone     
40898.506 In reply to 40898.505 
Will Cat5 do? Don't think I have any Cat6.

Me
0/0
 Reply   Quote More 

 From:  koswix  
 To:  Chris (CHRISSS)     
40898.507 In reply to 40898.503 
Probably fine then.

 ▪                    
             ┌────┐    ┌────┐                      
          │    │    │    │ ▪                    
          │    └────┘    │                      
          │   ──┐  ┌──   │ ▪                    
   ┌──────┤    ▪    ▪    │                      
  ┌┘      │              │ ▪                    
┌─┤       └──┐  │  │  ┌──┘                      
│ │          │ ││  ││ │   ┌─┐                   
│ │          └─┼┤  └┴─┴───┘ │                   
│ │           ─┘│           │                   
│ │   ┌──────┐  └┬──────────┘                   
  │   │      │   │                              
  │   │      │   │                              
  └───┘      └───┘                              
If Feds call you and say something bad on me, it may prove what I said are truth, they are afraid of it.

0/0
 Reply   Quote More 

 From:  Chris (CHRISSS)  
 To:  ALL
40898.508 
Yay! Finally have my 2 sensors working properly. I started having problems with my AA powered sensor after making my Li-Ion powered sensor. It just wasn't detecting the DS18B20 probe and I couldn't work out why.

I finally worked out it was the timing of the OneWire library with the AA sensor running at 4MHz. I had to adjust the timings of the library, cut them in half, and now it works. Yay :) The Li-Ion sensor is fine running at 8MHz due to the higher voltage so no problems with that.

Now time to modify my RPi code to show both sets of data.

Me
0/0
 Reply   Quote More 

 From:  Chris (CHRISSS)  
 To:  ALL
40898.509 
Well that was more work that I was expecting. Thought I could just copy and pâté the code and change the ID to 1. Nope. SQL error. It's made me tidy up the code a bit and easier to add new data sets to it now.

Me

Attachments:

0/0
 Reply   Quote More 

 From:  Chris (CHRISSS)  
 To:  ALL
40898.510 
For a few hours and now it's stopped working again. Grr. Need some more 18650 holders.

Me
0/0
 Reply   Quote More 

 From:  koswix  
 To:  Ken (SHIELDSIT)     
40898.511 
Here's an arduino project for you, Ken.


 ▪                    
             ┌────┐    ┌────┐                      
          │    │    │    │ ▪                    
          │    └────┘    │                      
          │   ──┐  ┌──   │ ▪                    
   ┌──────┤    ▪    ▪    │                      
  ┌┘      │              │ ▪                    
┌─┤       └──┐  │  │  ┌──┘                      
│ │          │ ││  ││ │   ┌─┐                   
│ │          └─┼┤  └┴─┴───┘ │                   
│ │           ─┘│           │                   
│ │   ┌──────┐  └┬──────────┘                   
  │   │      │   │                              
  │   │      │   │                              
  └───┘      └───┘                              
If Feds call you and say something bad on me, it may prove what I said are truth, they are afraid of it.
+1/1
 Reply   Quote More 

 From:  CHYRON (DSMITHHFX)  
 To:  koswix     
40898.512 In reply to 40898.511 
FUCKING AWESOME!!!

----
Hippie beards yes. Hipster beards no.
0/0
 Reply   Quote More 

Reply to All  
 

1–20  …  441–460  461–480  481–500  501–520  …  541–542

Rate my interest:

Adjust text size : Smaller 10 Larger

Beehive Forum 1.5.2 |  FAQ |  Docs |  Support |  Donate! ©2002 - 2024 Project Beehive Forum

Forum Stats