This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can't acces beacon data due password

I have a problem with connecting an Ibeacon with the app, the Ibeacon has an accelerometer and I should be able to view the data the accelerometer generates but I can't. I can connect the beacon but it does not bond and I am not able to read the accelerometer data. The factory says I have to insert a password in order to get to the data but I have no option to fill in a password anywhere.The beacon uses the nRF51822 to send ble. I can't seem to work it out, without getting this to work like it should my project get's stuck. I am not able to reprogramm the beacon because I don't have any firmware.

Can someone help me get the beacon to work?

I used the nRF connect app and the lightblue app wich was recommended by the seller. The link to the beacon is: http://www.holyiot.com/product/nordic-nrf51822-ble-4-0-module-lis2dh12-accelerometer-sensor/

Thank you in advance!

Parents Reply
  • Hi Mathew,

    I have the same problem with a YJ-16009 on which sensor lis2dh12 mounted on nRF51822 QFAA seems to be inactive (no accelerometer characteristics are visible in nrf connect App). I've tried to declare the Eddystone Configuration Service, in nrf App (Server Part) and I followed your instructions without any success. I've read in another forum that the solution is to put a 0x01 value in one characteristic, but I do not know wich one.

    Can you help me ? Thanks a lot, and have a nice end of year !

Children
  • Hi,

    Seeing this thread is four years old, there is no guarantee you will get answers from previous participants to the discussion.

    Regarding what you read in another forum, can you provide a link to that forum post? Maybe we can get any sense out of it, when we see the full context.

    If you have figured it out in the mean time, please share your insights here for anyone reading this thread in the future.

    Regards,
    Terje

  • Hi,

    I will try to find the link, I do not remember where it was.

    To be more precise on my need, I only need to collect the sensor (accelerometer lis2fh12) datas, through the BLE microcontroler nrf51822, on an external applications coded in python, and running on a raspberry. The module YJ-16009 is a "physical package" based on nrf51 on which the accelerometer is added. I think I have two solutions: the first is to put sensor data in the advertissement package, which is released every 30ms on subscribed devices around (working as a beacon). The second is to connect the BLE module and manually read a characteristic that contains the datas. In the first case.

    But I do not know how to proceed in both of the two cases.

    Thanks a lot

  • Hi,

    With this added information, it is clear that what you need help with is very different from the opening question of this thread. Because of that, and also since the thread is several years old, please create a new thread here on DevZone for finding a solution. This also increases the chance of someone from the community seeing the question and joining in, especially if it is clear from the title what you need help with.

    Regards,
    Terje

Related