Search the Community
Showing results for tags 'arduino duo'.
-
Pmod BLE with Arduino Due: Example Code does not work properly
Lightbulb posted a question in Add-on Boards
Hello, my goal of my project is to communicate with a BLE 4.2 Module in a smart Lamp with the help of an Arduino and the Pmod BLE. I am using the Arduino because I want to automate the process of connecting to the lamp. The Pmod is later supposed to send commands to the BLE Module of the lamp to turn it off and on or change the colors. I did not get really far yet. In fact I am still stuck with example code. I'm using a Pmod BLE (https://reference.digilentinc.com/reference/pmod/pmodble/start) which is connected to an Arduino Due. The Serial Pins of the Due have 3,3V. I connected Grou -
Hi everyone, I just bought a MTDS (https://reference.digilentinc.com/reference/add-ons/mtdshield/start) I tried to use on an arduino Duo (arm cortex M3) and I got this error : C:\Program Files (x86)\Arduino\libraries\mtds\MtdsHal.cpp:326:2: error: #error "No supported processor defined" #error "No supported processor defined" So I have checked MtdsHal.cpp at line 326 and I saw that the SPI is set for PIC or AVR processor. Is there a solution for arm processor ? Thanks