` DIPDuino as a Temperature/Humidity Data Logger » DIPDuino
Feb
08
2016
DIPDuino as a Temperature/Humidity Data Logger

Here is an example of Temerature and Humidity data logger implemented with DIPDuino.
dipduino-zigbee-temp-hum-data-loger.jpg

It took me only about 20 minutes to assemble the board and write the code with in Atmel Studio. Next I want to implement ZigBee data transmission to another DIPDuino.

logo_dip_core.png
DIP-CORE
Pure Atmel AVR core with all peripheral hardware (OLED display, SD card, ZigBee etc.) ready to take control over your hardware. It must be programmed with JTAG (JATGICE3 recommended). I am using Atmel Studio for development, and IMHO this the best option. There is no bootloader in DIP-CORE.
It is available right now. Do you want to have one? Please contact me through contact page on this website.

logo_dip_duino.png
DIP-DUINO
This is DIP-CORE with Arduino bootloader. You can write your programs in Arduino IDE.
I am working hard evenings and weekends to make it happen soon. If you have your own DIP-Core than you can help me.

logo_dip_boot.png
DIP-BOOT
You can develop your code in Atmel Studio or any other IDE of your choice, write it on SD card and DIP-BOOT will execute it. The code must be compiled and converted to BIN format. You do not need any debuggers or cables. Really easy to use on the go. There is no limit on complexity of your code. In addition, there is no need to keep SD card inserted into the controller. DIP-BOOT will write your firmware to EEPROM and next time, if SD card is not present, your program will be executed directly from memory.
This device can be available quite soon. You can help me with this.

logo_dip_basic.png
DIP-BASIC
As easy as it can be – open notepad, write your firmware in BASIC, save it to SD card, insert into DIP, have fun! No need to have programmers, debuggers, cables, compilers, IDE software. BASIC code can be written with any text editor including one on your smartphone.