Electus are showing this as "Discontinued".
How many do you have in stock before they run out?
Is there a replacement coming or are the current ones the last Blueteeth there will be?
Search found 9 matches
- Sat Mar 28, 2015 2:39 am
- Forum: BTSH: Bluetooth Shield
- Topic: How Many
- Replies: 5
- Views: 6604
- Sat Aug 23, 2014 11:52 pm
- Forum: Eleven
- Topic: Serial Monitor Reset
- Replies: 2
- Views: 5404
Serial Monitor Reset
When I select the serial monitor the Eleven does a reset!!
How do I stop it resetting?
How do I stop it resetting?
- Wed May 21, 2014 9:36 am
- Forum: Eleven
- Topic: How to see SRAM stats
- Replies: 1
- Views: 2939
How to see SRAM stats
I have a large array as a data buffer.
How do I see how much room is remaining for other variables, or how much is in the sram?
Currently I just increase the size of the array until the sketch crashes!
How do I see how much room is remaining for other variables, or how much is in the sram?
Currently I just increase the size of the array until the sketch crashes!
- Wed Apr 23, 2014 10:08 am
- Forum: Eleven
- Topic: Where is the hex file?
- Replies: 3
- Views: 3959
Re: Where is the hex file?
Thanks John, I have found it but I can't see how to get the compiler to load it into the eleven.
- Sat Apr 19, 2014 9:04 am
- Forum: Eleven
- Topic: Where is the hex file?
- Replies: 3
- Views: 3959
Where is the hex file?
How do I make the compiler generate a hex file?
I want people to be able to load the sketch but not have access to the source code.
I want people to be able to load the sketch but not have access to the source code.
- Fri Jan 24, 2014 6:14 am
- Forum: Eleven
- Topic: Analog AsDigital
- Replies: 2
- Views: 2998
Re: Analog AsDigital
Thanks a lot for your help John.
- Fri Jan 24, 2014 12:51 am
- Forum: Eleven
- Topic: Analog AsDigital
- Replies: 2
- Views: 2998
Analog AsDigital
I need to configure analog ports 4 and 5 as digital input. I need the speed of digital ports because the A-D conversion time is too long for what I'm doing. I have used pinMode(An4,INPUT); // An4 is equated to the analog port 4 pin. The port stays as an analog port, is there something else I need to...
- Tue Jan 07, 2014 4:13 am
- Forum: Eleven
- Topic: D0 and D1 As Inputs
- Replies: 3
- Views: 3366
Re: D0 and D1 As Inputs
Hi John, thanks for your reply.
Can I use D0 and D1 without disconnecting the USB device?
ie, have the sketch switch between USB and Digital I/O say depending on the state of another input or depending on an event during the program.
Can I use D0 and D1 without disconnecting the USB device?
ie, have the sketch switch between USB and Digital I/O say depending on the state of another input or depending on an event during the program.
- Tue Jan 07, 2014 2:56 am
- Forum: Eleven
- Topic: D0 and D1 As Inputs
- Replies: 3
- Views: 3366
D0 and D1 As Inputs
If I disconnect the USB device from D0 and D1 can D0 and D1 be configured as inputs or are they permanently connected to the internal UART?
(I will use the ICSP programmer)
(I will use the ICSP programmer)