D21G board migration help
Dear Industruino community,
We are very happy to finally release the Industruino ARM® based D21G Topboard!: https://industruino.com/shop/product/d21g-topboard-72
Please feel free to post any questions below to help you migrate your 32u4 or 1286 based sketches.
Cheers,
Loic
I am looking at porting code that works well on the 1286 based Ind/Io module. I am not able to find the EEPROM.h file and also how do I set the watchdog timer as the avr/wdt.h is not found.
When I run your example code for the EEPROM I am getting 0.
Please see screen shot of the Serial Monitor attached below.
Regards,
Raghu
<img width="1205" height="379" style="width:12.55in;height:3.95in" id="Picture_x0020_2" src="cid:image001.png@01D34D7F.8C4035C0">
Regards,
Raghu
<img width="132" height="38" style="width:1.375in;height:.4in" id="Picture_x0020_1" src="cid:image002.png@01D34D7F.8C4035C0" alt="cid:image001.png@01D1DD9D.BDF8D3E0">
Raghu Shenoy | CTO | Think7
M +91 9845041707 | E raghu@think7.in
W www.think7.in | B blog.think7.in
From: Tom [mailto:tomtobback@gmail.com]
Sent: 24 October 2017 15:52
To: Raghu Shenoy <raghu@think7.in>
Subject: Re: D21G board migration help (409)
Hi Raghu, please check this blog post https://industruino.com/blog/our-news-1/post/d21g-features-30 the EEPROM works over I2C and we recommend using a library for WDT we also recommend a library
--
Tom
Sent by Industruino using
Odoo ,
Hi Loic,
I've read taht with the D21G board is posible to modify/upgrade one Sketch via the Ethernet conection.
Is posible to do it also via the GSM module conection?
hi,
when use D21G with a PROTO baseboard the output is 3.3V instead of 5V. Is this by design? Any suggestions on how to shift 3.3V to 5V?
-- Zee
Dear Zee, The level shifters on the D21G board are bidirectional and support analog signals, the only drawback being that the output is at 3.3V by default. To get a digital output on the PROTO D21G at 5V level you should add a pull-up resistor to 5V (10K resistor should be sufficient).
SERIAL PORTS on D21G
for Serial Monitor use: SerialUSB.begin(9600);
for hardware serial on D0/D1 use: Serial.begin(9600);
for hardware serial on D10/D5 use: Serial1.begin(9600);
or any other baud rate
Your answer
Please try to give a substantial answer. If you wanted to comment on the question or answer, just use the commenting tool. Please remember that you can always revise your answers - no need to answer the same question twice. Also, please don't forget to vote - it really helps to select the best questions and answers!
Keep Informed
About This Forum
This community is for professionals and enthusiasts of our products and services.
Read GuidelinesQuestion tools
Stats
| Asked: 4/3/17, 2:17 PM |
| Seen: 6517 times |
| Last updated: 10/24/17, 9:57 AM |
Hi Raghu, please check this blog post https://industruino.com/blog/our-news-1/post/d21g-features-30 the EEPROM works over I2C and we recommend using a library for WDT we also recommend a library