I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi,I have a Nrf8001 module, use a arduino to control it.
Now,I can use this module to connect IPHONE APP(BLE Probe and LightBlue),sending and reciving data are all ok,the...
Hi Nordic Devs,
First, thank you for excellent documentation and sample code for use with your hardware. It's been tremendously useful already!
I'm pleased to own an...
Hi,
i have some trouble with my watchdog in application. If i does a System_reset (no SD Method because i disabled it before) it sometimes top at this point and does nonsense...
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...