I’m currently working on the microcontroller Arduino 2.4GHz DevDuino Sensor Node V1.3 (robotshop.com/eu/fr/microcon … 0wodJb8Mig) I would like to upload a simple program like the blink program… I tried to do this with Arduino in connecting the pins “PROGRAM” to the USB BUB FTDI FT232R.
I don’t know if it can working with the USB BUB ?
What kinds of settings should be made on Arduino IDE ?
Do you know where i can found a tutorial or could you help me ?
Thank you in advance to any one who may be able to give me some ideas !
1/ Yes, the battery was installed.
2/ Yes I was in 3V3.
I have looked the DevDuino Sensor Node V1.3 Wiki, but I didn’t learn any informations about the ways of uploaded my program.
I think that there is a problem with the ARDUINO IDE. I don’t know which kinds of settings I need to do.
When I select Tools/ Board I choose AtMega328 with what kinds of settings?
-Variant: 328P/328PA or 328/328A
-BOD: 2.7v or 4.3v or 1.8v or disabled ?
-Clock: 16 MHz external or 20MHz external or 18Mhz external or 12 MHz external or 8MHz external or 8MHz internal or 1MHz internal
-Compiler LTO: disabled or enabled
Programmer: ArduinoISP ?
Try to use these settings in the Arduino IDE with the “boards.txt” attached :
]Board : Arduino Nano/:m] ]Processor : ATmega328/:m]
The CR2032 Battery should be on the DevDuino, the programmer should be on 3.3V and the nRF24L01+ module should be disconnected.
Also verify the connections between the USB to serial adapter and the Devduino :
]Devduino VCC to Adapter 3.3V/:m] ]Devduino GND to Adapter GND/:m] ]Devduino DTR to Adapter DTR/:m] ]Devduino RX to Adapter TX/:m] ]Devduino TX to Adapter RX/:m]
If it doesn’t work, try to swap TX and RX, since some adapters come with the TX/RX silkscreen reversed.
If it works, you can modify the “boards.txt” with Seeedstudio suggestion on the Wiki :