Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
Hi,
I am now working with the iBeacon. I am trying to get the RSSI @ 1m distance.
I am able to get the major and minor and the tx power but cannot access the manufacturer...
Hi,
I wanted to build a single shot timer using the nrf_timer library. I went into the library code and I couldn't understand some of the enumeration due to some lack of...
Hi,
I'm using the USBD for HID keyboard on my nRF52840 and I'm trying to change the serial number. On my PC (Linux) the Serial number always appears as 0 using lsusb -v...
Hello there!
I'm developing an nrf52810-based device, which needs to be as small and simple as possible, pretty much like your nRF51822 Beacon Kit.
I've founded the nrf52...
I successfully tried the "beaconing" example from your Mesh SDK 310.
I noticed that moving
line 215 "adv_start();" in main.c
right after "ERROR_CHECK(mesh_stack_start...
Hi, I am using nRF5 SDK for Thread and Zigbee v3.0.0, and I want use NFC pin and RESET pin as inputs.
I wrote in my .emProject this preprocessor definition "CONFIG_NFCT_PINS_AS_GPIOS...
Dear All,
I know that the max. input on VDD is 3.6V. But as a rule of thumb, I normally try to stay below the max. rating. But this time I have a peripheral LDO with 3.6V...
Sorry: Use google translation
I am compiling sdk using keil 5.27,use compiler version 6, armclang,
but is error:
Undefined symbol __start_pwr_mgmt_data...
I know...
Hello,
I am trying to create a new project after add source files and header files . While compiling I got error like "device must be defined. see nrf.h.segger"
Kindly...
Hi,
I'm asking this becase it is not very clear about the PWM in Product Specification v1.6 for nRF24LE1 in the nRF24LE1_PS_v1.6.pdf mentioned the pwm Frequency-range from...
I am using nRF5_SDK_15.2.0_9412b96.And we have code written to interface ads1298r to nrf52 dk for acquiring ecg signal.But the strange is the code is compiling in all others...
Hi guys,
Do you have any suggestions on how I can lower the power consumption. I am currently connecting - sending data - disconnecting .
I have the following set the...
Hi,
I'm trying to receive large packets on uart, but is seems to read one byte at a time .
uart_fifo_read() always returns 1
why is that?
can it be changed ?
Hey guys, i recently bought a nrf52 DK to implement a gateway between a usb touch monitor to a device such as a android or a computer.my approach is recovering the hid raw...