Recently active topics in Tibbo about EM1000
1-18 of 18 topics
  • 2 Replies 2 Followers

    New huge demo online! (Time Terminal) Last reply on July 03, 2008 15:29.

    Hi everyone!

    Just wanted to let you know our in-house Tibbo BASIC wizards have just posted a really big demo project, implementing a full Time and Attendance terminal. Some cool features on the demo: HTTP access, works with EM1000-TEV, full Access Log implementation.

    The project is really big. The code is well commented. I think it's a really cool addition to our tools, because you can either use it as an educational tool (to see how objects are used and learn some coding techniques) OR you can just take it and use it as a basis for your own commercial product!

    That's right -- you can use this code freely (and any code our guys post on the Tibbo website) for your own commercial products, without releasing it back as open source. Just take it, customize it, and make something cool.

    The project does have some kinks still (does not work under Firefox! We're working on that one..) but it is a very useful resource.

    Have fun with it, and tell me what you think!
    ezuk ezuk shared this idea on June 24, 2008 10:09. It's tagged taiko basic em1000-tev
  • 0 Replies 1 Follower

    Help!

    Where can I find information about interfacing a SD card to the EM1000 module?
    Satish Satish asked this question on June 23, 2008 02:20. Gabee also has the question Satish asked. It's tagged sd card em1000 mmc card
  • 4 Replies 2 Followers

    Tibbo + Java Last reply on June 21, 2008 11:41.

    Where can I find java classes for accessing Tibbo devices over the network?
    Andrew Siwko Andrew Siwko asked this question on June 19, 2008 16:31. It's tagged java
  • 7 Replies 3 Followers

    calling functions from javascript code Last reply on June 15, 2008 17:02.

    Hi there;

    I am using EM1000 platform with TIDE 2.6.22.
    Is there any suggested way to interact javascript code with basic code? What I want to do is, to call a basic language written function when for example a button is clicked without posting to a new html site. In other ways i want to call a basic language written function from a javascript function . My aim is not to refresh the whole html site for just a function call. Currently i found a hack for this using XMLHttpRequest. Is there a known, better way ? Thank you in advance!
    bsekmen bsekmen asked this question on June 04, 2008 12:35. maciek717 also has the question bsekmen asked. It's tagged javascript, and interaction
  • 2 Replies 1 Follower

    Information on the Keypad (KP) object Last reply on June 13, 2008 11:07.

    Hi, As the documentation isn't ready yet I was wondering if you can you give me any information or samples on the Keypad (KP) object? I really need to use this in a project that I'm currently doing.

    Thanks
    Edward
    EdwardH EdwardH asked this question on June 06, 2008 09:47. It's tagged kp em1000 documentation
  • 4 Replies 2 Followers

    EM1000 EV Leds connection to... Last reply on June 03, 2008 12:27.

    in the EM1000 EV the Leds 8 and led 7 are connected to gpio 24 and gpio 25,
    and the Led11 is connected with wich pin?
    BoltonFc BoltonFc asked this question on May 29, 2008 23:03.
  • 1 Reply 2 Followers

    Using flashdisk object - code check request Last reply on June 03, 2008 01:13.

    I would like to ask for a check of my code using fd object.
    Is it the right way to use fd object?
    Is necessary to use mount after each power up?
    Is it possible to truncate a file?
    For what stands fd.buffernum?
    For what stands fd.setbuffer and fd.getbuffer?

    Is it necessary to allocate buffers like serial or socket object? (I didn't see buffrq method.)

    'FD prepare
    fdres=fd.format(100, 10)

    'fd.format(data_size, num_stored_files)
    'data_size as word: number of sectors (256 Byte each sector)?
    'num_stored_files: allowed maximal number of files

    fd.mount '?

    'Create and write file
    fdres=fd.create("asd.txt")
    fdres=fd.open("asd.txt")
    fdres=fd.setdata("Some data...")
    fdres=fd.setdata("More data...")
    'fd.filenum stands to select a specific file, like ser.num property? (so is it a file handle?)
    fd.close

    'Open and read file
    fdres=fd.open("asd.txt")
    astr=fd.getdata(250)
    fd.close

    And a last question, will be longstrings intoduced in the next update?
    fr.bernat fr.bernat asked this question on May 27, 2008 18:31. It's tagged fd
  • 4 Replies 2 Followers

    Using the Flash memory on EM1000 Last reply on June 03, 2008 00:54.

    We are still waiting the flash memory command (fd) document. when it will be ready?
    Advisor Advisor asked this question on April 02, 2008 10:54. It's tagged fd command
  • 2 Replies 2 Followers

    GPRS Modem for EM1000 EV? Last reply on June 02, 2008 10:12.

    The EM1000 EV is designed for which gprs modem?
    BoltonFc BoltonFc asked this question on May 29, 2008 23:00.
  • 1 Reply 2 Followers

    IrDA on EM1000 or other Tibbo devices Last reply on May 13, 2008 17:26.

    Hi,

    Anyone experience about IrDA on EM1000 or other Tibbo devices?

    Kind Regards

    Ali
    tibbo_the_cute tibbo_the_cute started this conversation on May 08, 2008 07:01.
  • 0 Replies 1 Follower

    timer resolution

    hi!
    does tibbo think to include in future devices a better resolution for timers?
    let say, 1 mS or better.
    bye
    biciclerace biciclerace asked this question on April 30, 2008 17:33.
  • 11 Replies 4 Followers

    How to use the 4 serial ports? Last reply on April 17, 2008 10:54.

    Hi!

    I've a EM1000-EV-01 board and I would like to know if is it possible to use the four serial ports available on the board. I've already tried but I can only work with serial port 0.
    The other problem I'm having is that I just can send data from Ethernet to serial port 0 and not from serial port to ethernet...I'm using sock.redir and ser.redir.

    Regards
    Uxi Uxi reported this problem on April 08, 2008 14:01.
  • 4 Replies 3 Followers

    embedded HTML image files Last reply on April 13, 2008 08:32.

    I am having problems embedding an image 'g.png' in my html file that is compiled in TIDE.
    I am using the html code green led and including the file g.png in the Resource files. The output will only display the alternate "green led' and not the image.
    Anyone have any clue how I can load the image?

    HW: EM1000-EV
    Earle Earle reported this problem on April 11, 2008 15:33. It's tagged em1000
  • 16 Replies 4 Followers

    4-port serial-to-ethernet app. code for EM1000 Last reply on April 09, 2008 11:05.

    Hi,

    I would like to make EM1000 work like this:
    I would like to open 4 local ports thru Hyperterminal, one port per serial port. e.g. 1000 for serial port 0, 1001 for serial port 1, 1002 for serial port 2, 1003 for serial port 3 for sending data from ethernet to serial ports. For opposite direction, from serial to ethernet, all data should be multiplexed. No data modification, work needed on data. Data just to be sent to correct serial port when coming from ethernet.
    Could anyone help on this? I have tried manny wys to do it but I can not make it work.

    Kind Regards

    Ali
    tibbo_the_cute tibbo_the_cute asked this question on March 31, 2008 12:48.
  • 3 Replies 3 Followers

    POE on RJ1202? Last reply on April 09, 2008 06:21.

    Is it possible to extract POE from a RJ1202?

    The small size and low power requirements of EM1202 and EM1000 modules, make the ideial candidactes for using POE.

    Is there any way we can power them thru the ethernet connection?
    Wolftec Wolftec asked this question on April 04, 2008 15:11. It's tagged poe em1000 em1202
  • 0 Replies 0 Followers

    Add a flash memory or wait fd

    I am drawing a EM1000 pcb board about Machine Control Unit with graphic lcd (240x128)

    In our application some of the data will come through computer and some of entering by user with keys. Total data memory will be 100 kbyte.

    Could you give me your assistance about adding a flash memory ( like M25P40 SPI Flash memory ) to my board or must I wait "fd" command.
    When fd command is available, can i write our datas which by taking from ethernet line, to the flash which in EM1000 easily?

    Best Regards
    retsab retsab asked this question on April 03, 2008 06:26.
  • 8 Replies 2 Followers

    WA1000 Wi-Fi board Throughput Rate Last reply on March 25, 2008 12:57.

    I am very interested in the new Wi-Fi product. What i need to know before making a decision to use this in a new project of our is the throughput rate.
    I.E. if i want to download a file to it what is the maximum throughput rate i can send a file to it?
    seulater seulater asked this question on March 19, 2008 12:46. It's tagged wa1000 wi-fi board throughput rate
  • 2 Replies 3 Followers

    English in the forum, and posting guidelines Last reply on March 20, 2008 11:03.

    Hi everybody,

    I just wanted to make a couple of points about us (Tibbo guys) posting here:

    1) None of us are native English speakers, and we have varying levels of proficiency in the language. We've made a decision to all pitch in and say what we have, and some of our English is not perfect.

    We think it's better to say what we each personally think, and be transparent, than to use "perfect" English in this forum.

    Which leads me to...

    2) This forum is informal. Just in case this has to be spelled out: None of the positions and statements made here are Tibbo's formal policy or position, unless explicitly marked so (as "Official Reponse" in the system).

    We're just here as people, because we care about Tibbo customers and we care about what we do.
    ezuk ezuk shared this idea on March 20, 2008 10:08. TK liked ezuk's idea. It's tagged important, and clarification