💬 MyMultisensors
-
Unfortunately this circuit and pcb contain a little mistake in reverse polarity protection module. Q1 must be connected as on the following diagram

So just reverse connections of drain and source of Q1, and the next version of your board will contain correct reverse polarity protection :wink:
PS
Otherwise your circuit will be powered through mosfet body diode (with a drop to ~0.6V of course) when polarity is crossed. :anguished: -
@Koresh thx for feedback :+1: Files are now updated and added a note
@tonnerre33 sorry for late reply. yes this will be nrf24 compatible, not rfm69. i'll try to show something soon, time does not help me!
-
@Koresh thx for feedback :+1: Files are now updated and added a note
@tonnerre33 sorry for late reply. yes this will be nrf24 compatible, not rfm69. i'll try to show something soon, time does not help me!
@scalz nrf24 for the V1 or V2? Because if V2 isn't mysensors compatible, i prefer use V1 but in nrf24 version ;)
-
So there is no option yet to order complete boards with components in place from manufacturarer? Or am i not getting openhardware correct. Order 10 PCBs will just get me the pcb right?
@Yeitso you are right, 10pcbs order will just give you the pcb ;)
-
I'm finalizing the nrf24 version because it's a nice board, that would be too bad for nrf24 user
Did you finish the nrf24 version @scalz ?
-
@tonnerre33 sorry for delay. yep, sure i finished it a while (rev 1.1 nrf), never ordered it, i use rfm for this node. but i'll upload this week oki
-
@tonnerre33 sorry for delay. yep, sure i finished it a while (rev 1.1 nrf), never ordered it, i use rfm for this node. but i'll upload this week oki
@scalz Thx a lot ! I tried to replace the transmitter myself but the routing is too hard for me.
I'll try to check the schema before order the board ;)
-
@alexsh1 thx :)
memory ok if sketch optimized (radio driver footprint too) and without much debug msg.
V2 will improve memory, cost and device size (will be 9in1 this time so i needed more mem) but for nrf24 networks only. i should release it soon if i can get rid of a little sw bug.. -
@alexsh1 thx :)
memory ok if sketch optimized (radio driver footprint too) and without much debug msg.
V2 will improve memory, cost and device size (will be 9in1 this time so i needed more mem) but for nrf24 networks only. i should release it soon if i can get rid of a little sw bug..@scalz Would also be very interested in buying assembled modules. But why no more RFM69?
-
@alexsh1 thx :)
memory ok if sketch optimized (radio driver footprint too) and without much debug msg.
V2 will improve memory, cost and device size (will be 9in1 this time so i needed more mem) but for nrf24 networks only. i should release it soon if i can get rid of a little sw bug..@scalz atmega328 is only good for simple sketches nowadays. I am struggling with a simple temp/hum/baro sensor with signing and debug as It runs on low memory and the sensor freezes after a few hours. I suppose we have to move to SAMD.
Do you have the STL file for the box please? -
@scalz atmega328 is only good for simple sketches nowadays. I am struggling with a simple temp/hum/baro sensor with signing and debug as It runs on low memory and the sensor freezes after a few hours. I suppose we have to move to SAMD.
Do you have the STL file for the box please? -
@alexsh1 regarding low memory problems, debug is intended for just that; debug. Once deployed, you can disable debug to ensure the longevity of your program. Probably the sketch eventually dies due to stack shortage.
@Anticimex Completely agree. Having said that I have a few nodes where I left debug purely for convenience. I do not want to re-flash the node to debug it in case need be. Right now I am in the process of changing the GW and may need to see node's debug.
-
@alexsh1
I agree with you about 328 and 8bits. And that's a while i've done a board for these ;)
I won't use it in v2 though, tiny 9in1... not possible!
I also have custom SAMD boards, missing time to release those one too, but imho these mcu are not ultra low power (SAML is).I'll publish stl this week..