When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Hi,
We'd like to using nRF51822 to setup an environment which have 2 peripherals and 1 multi-connection central.
Peripheral 1 : reading some data from the car(OBDII...
Hi, we add two characteristic as TX/RX.
We are ready to use them to transmit data and receive data with phone
One for transmit the control command and get respond command...
We have hardware that uses the nRF905 transceiver that inputs different addresses into the nRF905 TX messages based on the specific unit (TX_ADDRESS varies based on unit serial...
Hello
We have devices who uses nRF905 for transmissions between them. When we receive messages we use the AM and DR signal to determine if a message is read correctly. The...
GPIOTE gives us 4.
LPCOMP gives us 1.
What else?
I am working on something related with external interrupts.
Doesn't have problem in my project, but I just always...
Hi Guys,
Is there a way with the Keil C Compiler to get an *.LST file or some sort of Assembly output from C source input?
I'm still trying to write some code to drive...
Hi
Now, I am coding SDK5.0.0 keyboard project and almost done. It's Keil C version. Did you have IAR version for reference? Besides, did you know if IAR supports J-Link lite...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
I would like to know how to implement reset button on nRF51822. Image of schematic would be very useful, but good explanation should be enough. Thank you in advance.
I...
Hello,
I am trying to build the nrf51822/Board/pca10001/s110/ble_app_proximity project, with gcc ...
I have created a makefile based on the button_radio_example makefile...
I would like to know if the Notification/Indication of a Characteristic is enabled. I suppose this data is stored in a CCCD on the stack. I have not found any SVC instruction...
It seems the only way to use the S310 alpha hex on the development kit is to replace the IC on either of these boards; is this correct or is there another way?
Also, the...
Hi,
I am researching BLE product for a similar task (1 central node with 4-6 concurrent slaves). I have looked up other vendors (TI, CSR etc) and come to a conclusion...
After Googling and searching this forum I still don't know if I can make an HID peripheral (a touchpad) for Android that operates over Bluetooth Low Energy, and is accepted...