Commit graph

214 commits

Author SHA1 Message Date
Daniel
19e7be4ee7 Final Code Version for FutureNow 2024-06-21 11:56:01 +02:00
Daniel
bcd555f3d0 Demo programms for FutureNow 2024-06-19 16:25:36 +02:00
karun raj koloth
b20c8d9895
Add files via upload
sd card read & write for 10 seconds continuously
2024-05-23 00:10:02 +02:00
karun raj koloth
0aa5585a94
Add files via upload
Power measurement code for MoleNet board
2024-05-22 23:14:10 +02:00
karun raj koloth
1c0eae3a13
Delete sources/MoleNet_6.0/Tests/Power measurement tests 2024-05-22 22:59:47 +02:00
karun raj koloth
87ce7a854e
Create Power measurement tests 2024-05-22 22:58:50 +02:00
karun raj koloth
b72fa08c80
Update esp32_rtc_check.ino 2024-03-30 15:42:08 +01:00
karun raj koloth
6b8eaab83e
Update esp32_rtc_check.ino 2024-03-30 15:41:44 +01:00
karun raj koloth
ad78ab8adb
Add files via upload 2024-03-30 15:37:51 +01:00
Daniel
b679093337 Issue 18: Tested LoRa succesfully 2024-02-22 13:58:30 +01:00
Daniel
243c5fa0b0 Added comment 2024-02-16 12:49:10 +01:00
Daniel
0c984068eb Tested SD Card 2024-02-16 12:29:38 +01:00
484ce21088
Add last version: Ordered from JCPCB 2023-03-30 15:32:26 +02:00
c4ee4b2f88
Add gitignore for KICAD 2023-03-30 15:31:47 +02:00
daniel
8553a69352 created documentation folder 2023-03-22 11:07:59 +01:00
Eenesh Chavan
0e91b26eb1 Added PCB Enclosure 2022-10-03 23:21:51 +02:00
Eenesh Chavan
aedd15102c Added MoleNet_V5.2 PCB Design 2022-08-10 23:28:23 +02:00
Firoj
d7a0e729dd routing updated 2022-08-10 16:32:50 +02:00
Firoj
d367ef3e5a antenna footprint updated, ERC & DRC checked 2022-08-07 13:40:58 +02:00
Firoj
14ee381906 BOM added 2022-05-17 17:15:07 +06:00
16f23df7ac
Start of software redesign for MoleNet first version 2022-05-09 16:29:47 +02:00
Firoj
41d3105032 pdf of schematic added 2022-05-09 19:56:30 +06:00
Firoj
693a5bc1b8 u-fl connector updated 2022-05-09 19:32:27 +06:00
Firoj
53bf1edc35 PCB updated 2022-05-09 18:33:41 +06:00
Firoj
d08e74ad4a Legends added 2022-04-25 17:27:47 +06:00
Firoj
bb5a5ff5a0 sch and kicad_pcb done, ERC and DRC checked 2022-04-19 16:31:27 +02:00
Firoj
f2b9f0dcc0 a KiCad design file added, named MoleNet_v5.01 2022-04-12 16:46:23 +02:00
Firoj
1766358d76 ERC errors and warnings are fixed 2022-04-05 15:54:53 +02:00
Firoj
78f57d50ae componens inconsistency errors fixed, components on PCB arranged 2022-04-04 16:33:10 +02:00
Eenesh Chavan
77f8c27e17
Merged schematic with SDI-12 interface footprints 2022-03-30 11:51:35 +02:00
Firoj
dba818162a Updates are merged 2022-03-30 11:44:38 +02:00
Firoj
2037cedb34 Schematic and PCB updated 2022-03-30 11:35:57 +02:00
Eenesh Chavan
0344931243
Added footprints for the SDI-12 interface components 2022-03-29 15:40:16 +02:00
Firoj
597dc4a8c6 SD card added, unused pins organiged 2022-03-22 14:44:10 +01:00
Firoj
343445bf97 MoleNet_v5 PCB Schematic updated 2022-03-15 17:05:51 +01:00
Firoj
7f6dfcd073 MoleNet_v5 2022-03-07 20:21:31 +01:00
Firoj
af891c0a8b MoleNet_v5 Schematic added 2022-03-01 16:24:18 +01:00
ec337a350a
Use sequence number, reduce timeout: Will not happen too later after RFM69 lib is fixed on esp8266 side. 2022-02-25 11:13:08 +01:00
ea763d97e3
Add field for sequence number: Do not ignore packets with unchanged fields (mainly happening in debugging mode) 2022-02-25 11:12:19 +01:00
abb197f1f3
Minor changes for simple gateway 2021-07-18 12:01:21 +02:00
9f03f185f0
- Do not send just after startup
- Allow adjusting the RTC if the ACK was received with a timestamp
- minor changes
2021-07-16 13:56:58 +02:00
778cb470b1
Prettier datetime print function 2021-07-16 13:54:57 +02:00
1908091044
Set radio power level according to config. 2021-07-13 15:51:13 +02:00
d549396d98
Global config: Powerlevel 2021-07-13 15:50:51 +02:00
f6ba31ce43
- Set the tx power correctly
- Show the data as a base64 encoded string
2021-07-13 11:49:06 +02:00
0049b38eaa
- Disable radio irq when going to sleep mode
- give a warning if using id 1 for a node -- this one is used for the gateway
- If RTC is not running: Set it according to the sketch timestamp. Should work while uploading
- Own sendWithRetry function: The one from the RFM lib can not deal with timeouts larger than 256 ms
2021-07-13 11:48:36 +02:00
46d1355f08
Assuming all nodes use the same transceiver -> set power mode globally 2021-07-13 11:46:32 +02:00
5d6e16977d
- replace self-written alarm lib
- use rtc lib from library manager
- set rtc according to the upload time of the sketch
- cleanup
2021-07-12 12:42:46 +02:00
502d06b38d
Remove debug code 2021-07-12 12:41:33 +02:00
e9900a445b
New development version of the MoleNet Firmware 2021-07-10 17:00:28 +02:00