Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vpete

Pages: 1
1
TinyDuino Processors & TinyShields / Re: TinyZero BLE Codebender
« on: January 30, 2019, 10:51:31 PM »
Thanks Ben! I have also tried to use it in the Arduino IDE following this comment:
//when using this project in the Arduino IDE, set the following to false and rename file UART.h to UART.ino
Code: [Select]
#define CODEBENDER falseAlso uncommented this line:
 
Code: [Select]
while (!SerialMonitorInterface);//Optional- On TinyScreen+/SAMD21 boards this will block until the serial monitor is opened
But nothing shows on the serial monitor, even after waiting several minutes. Just wondering if there is anything else that needs to be done for the code to operate on the TinyZero.

2
TinyDuino Processors & TinyShields / TinyZero BLE Codebender
« on: January 19, 2019, 08:26:43 PM »
Hi, hoping to get some confirmation on whether this code is valid for the TinyZero - https://codebender.cc/sketch:91073#TinyShield_NRF8001_BLE_Example.ino

It notes that it 'Now supports TinyScreen+/SAMD21 boards'. When selecting the board in codebender, I am using TinyDuino, since TinyZero is not an option, and getting an error 'Out of sync'.

Thank you!

3
General Discussion / Re: WiFi Shield IoT Kit
« on: December 22, 2018, 06:02:07 PM »
Thanks very much! I did that and made a change to my network and was able to connect.

I am now also able to see it in Cayenne  :)

Happy Holidays!!

4
General Discussion / Re: WiFi Shield IoT Kit
« on: December 19, 2018, 11:00:24 PM »
Thanks for the response lennevia!

I have tried sitting right in front of the router and unfortunately no dice. I have reentered the network name and password multiple times also to make sure I've checked on other devices. I have even tried on a different network that has totally different credentials and still the same result.

Is there anyway to run some sort of diagnostic or just check the chip? Everything in the kit has been straightforward and effective so I just wonder if there is a way to check and make sure this one thing is good to go.

5
General Discussion / WiFi Shield IoT Kit
« on: December 19, 2018, 01:19:14 AM »
Hi! I have TinyZero IoT Kit as well as the TinyShield ST Bluetooth LT. I have gone through uploading the TinyZero_BMA250 Cayenne program as well as the WiFi101Config trying to connect to a WiFi network with no success.
I have made sure that the pins are properly set using:
Code: [Select]
WiFi.setPins(8, 2, A3, -1); // VERY IMPORTANT FOR TINYCIRCUITS WIFI SHIELDI also tried setting the ip address via
Code: [Select]
WiFi.config(ip);
I have successfully uploaded other programs and gotten the TinyZero to read from the accelerometer as well as connected to the nRF app via bluetooth.

But when trying to connect to wifi, it gets hung in this loop:
Code: [Select]
while (WiFi.status() != WL_CONNECTED)
    SerialUSB.print(".");
    delay(500);

I have also extended the time of the delay incase there was any lag in connection. I have gotten the yellow TX light on the WiFi shield but that is it. Any further guidance or input would be greatly appreciated. I'm just not sure if it is something mechanical.
Thank you!

Pages: 1
SMF spam blocked by CleanTalk