FAQ

Does beetle have any pin for interrupt??

userHead JaneYu 2016-09-19 08:41:43 9 Views36 Replies

Does beetle have any pin for interrupt??

2024-01-26 16:47:48

Thank you for your support of our products. If you have any technical problems in the process of using, we will help you solve them as soon as possible.

userHeadPic JaneYu
2023-10-20 11:24:42

Hi! Do you guys know the max volts/ amps for the beetle? Thanks in advance!

userHeadPic JaneYu
2020-12-03 12:09:10

What is the output voltage on the digital pins?

userHeadPic JaneYu
JaneYu wrote:

Hi abhay,
There are several output modes for the Digital pins, such as HIGH、LOW、PWM. If your code is digitalWrite(PIN, HIGH), then the corresponding PIN will output 5V voltage

2020-12-03 13:56:32
1 Replies
2020-07-08 05:01:06

Is it possible to control the Blue LED on the board. I see it's mapped to D13, but I don't see access to that PIN through the pins_arduino.h for this board.

userHeadPic JaneYu
JaneYu wrote:

Hi Ryan,

it's possible to control the LED on the board, you just control it just like an Arduino. Would you please elaborate how are you trying to control it exactly? Have you tried the example code from the Arduino IDE?

2020-11-06 15:19:38
1 Replies
2020-06-29 18:41:30

When only connect USB power is supplied, is the pin "+" 5v?

userHeadPic JaneYu
JaneYu wrote:

Yes, "+" gives exactly 5V

2020-07-01 00:50:18
1 Replies
2019-06-23 22:51:16

which pins on the board are pwn outputs? I have been looking for this info for the longest time

userHeadPic JaneYu
2019-05-19 23:38:16

Shouldn't the beetle start performing the sketch on power on?
Everything works fine as long as I upload the sketch via usb and don't disconnect. When I power up the beetle afterward the sketch doesn't start.

userHeadPic JaneYu
JaneYu wrote:

Could you show me how do you power on beetle by pictures or screenshots?

2019-05-20 15:51:04
1 Replies
2019-03-02 23:46:52

Which pads on beetle can I use for Interrupts? Leonardo can do it on 0, 1, 2, 3 and 7. As fas as I can see, none of these are available on the pads on the beetle ...

userHeadPic JaneYu
JaneYu wrote:

I wish I had seen this before ordering a bunch! NO INT pins available for a controller board ?? really ?? that seriously limits what it can be used for. The "Size Limitation" argument isn't a valid excuse IMO...more like an oversight. They CHOSE to bring out D9,10, 11...none of which have are interrupt pin...they could have brought out AT LEAST ONE of the interrupt pins...D-0,1,2,3, or 7 instead of the 9 or 10 or 11. Beetle was a nice idea and great size..but without external interrupts it's practical uses are extremely limited.

2020-06-29 11:35:45
1 Replies
2019-02-25 11:32:47

yeah, the wiki has more detailed information on each pin.https://www.dfrobot.com/wiki/index....

userHeadPic JaneYu
2019-02-25 05:49:10

Which of the physical pads on the beetle are the 4 PWM channels?

userHeadPic JaneYu
2018-11-28 06:49:15

Thanks, but can you correct the 216.54 dimension? 6.54mm?

userHeadPic JaneYu
2018-11-11 06:23:15

Is there a dxf file available for the Beetle? Or a dimensioned drawing showing pin locations?

userHeadPic JaneYu
2018-02-28 11:45:02

We don't have eagle schematics

userHeadPic JaneYu
2018-02-18 14:05:48

I've connected two 3v ** batteries to run my beetle. That's 6v. Its working fine to power a neopixel ring. However, I've read in the instructions that 6v would be bad. Can you tell me if this is OK?

userHeadPic JaneYu
2018-01-29 17:32:20

Thanks. I perhaps didn't quite ask the right question so I will try this way: do the pins A0, A1, A2 and + have a pitch of 5.08mm? Also is the centre to centre distance between A0 and D9 = 16mm? I am creating a small shield for the Analog and Digital, gnd and +.

userHeadPic JaneYu
2017-09-14 08:18:36

I found the datasheet, but am unable to find the part in Eagle. Is there anything I can replace the PGB component with?

userHeadPic JaneYu
2017-09-13 11:11:16

Thanks so much! A few more questions:
What are the ports on USB1? Do 1+, M2, 3, 4, 5, 6 correspond to VBUS, D-, D+, ID, GND, SHIELD?
Also, are the PGB101603 equivalent to transient voltage suppression diodes with a value? If so, what is that value?

userHeadPic JaneYu
2017-09-12 12:04:12

Depends on what kind of sound you want to play, basically, you need a beetle, buzzer, LED, you can read about how to control these three elements and then put the functions together

userHeadPic JaneYu
2017-08-21 07:13:15

Hello,
I want to buy 10 Beetle boards, and chain them all using the I2C protocol.
To each Beetle board i will connect a potentiometer.
The first beetle will be connected to a pc.
The goal is to have a program in witch the user will write the number of the potentiometer/board (by the order they are chained) and the answer will be the resistor value.

1. To connect the first Beetle board to a PC, can i do it via the mini-usb that is on borad, or do i have to use I2C-USM module (or something like that) ?
2. How many Beetle Board can i chain to each other ?

Thank you for the help !

userHeadPic JaneYu
JaneYu wrote:

If I under stand write, you want to transfer 10 potentiometers' value to your Arduino serial monitor through I2C (of course, the one connect to PC is using serial). You don't need to use an I2C-USB module, the Beetle connected to PC could be seen as the "data transmission", you can connect all Beetles' SDA together and SCL together, through different address, you can connect a lot of Beetles through I2C

2017-08-21 14:57:40
1 Replies
2017-08-07 16:07:10

Yes, if you want to use I2C, you have to solder wires to it

userHeadPic JaneYu