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 - gmyu

Pages: 1
1
TinyDuino Processors & TinyShields / Re: Configuring BLE
« on: April 17, 2017, 11:20:11 AM »
The uuid is defined in the
    void setConnectable(void)
in UART.ino. The default is something like
    const char local_name[] = {AD_TYPE_COMPLETE_LOCAL_NAME, 'B', 'l', 'u', 'e', 'N', 'R', 'G'};

You can easily modify the code to pass your own uuid variable there.

2
New Product Ideas / Re: longer mounting screws
« on: April 14, 2017, 08:10:25 PM »
This is so called M1.2 screw, which comes with various length. You can order at
http://www.metricscrews.us/index.php?main_page=index&cPath=98_262

Or if you can read Chinese, you can order really low cost version at
https://shop71494184.world.taobao.com/?spm=a312a.7728556.2015080705.4.OVbxvY

3
TinyDuino Processors & TinyShields / Re: Battery level readout?
« on: April 03, 2017, 01:04:35 AM »
in the case of
      defined(ARDUINO_ARCH_SAMD)
the demo code set battery in red if the result < 325, or green otherwise.

Does this mean there is no level of scaling? I.e. result / 325 does not mean anything, unlike the case of defined(ARDUINO_ARCH_SAMD) ?

How can we get the rough % of battery for ARDUINO_ARCH_SAMD type of circuit (such as TinyScreen+) ?

Pages: 1
SMF spam blocked by CleanTalk