Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hello
I'm having difficulty in executing an GPIOTE interrupt during a BLE connection event with the nRF51 DK. The interrupt I have works fine when the softdevice is advertising...
If I set the centrals connection intervals values higher as a specific value it won't any longer find/connect/enable notifications on my peripheral.
0x00A0/0x0050/ 400...
After running the advertising_start () function in the sample software.
I set the breakpoint by Keil MDK-ARM v5 and stopped executing.
Afterwards, reset is generated!!
...
Hi,
I am using a gpiote interrupte handle function to send a notification to the master,but I find when the sd_ble_gatts_hvx() function is used,the interrupte handle function...
I have successfully completed dfu using android app, but if anyone can help me with example program so that i can perform dfu using program instead of using toolbox app, please...
On the XLR2 chipset I am seeing that if the RTS output follows the state of the CTS input.
When I load the same firmware in a XLR then RTS does not follow CTS
Hi, I am evaluating the use of ESB(without Ack) and BLE as a possible solution for my project since i have no use of Ack and in Gazell it is mandatory to use Ack. I had heard...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hello,
I'm drawing schematic with nRF51822 internal LDO. I'm wondering what is the regulated LDO output from nRF51822. I need to connect that with peripherals in stable...
We are using ANT with the nRFgo motherboard as base station and want to broadcast a signal over the largest range possible (> 100 m) to several mobile devices using the Dynastream...
I am designing a ECG monitor device. The data rate is less than 50kbps. I was planning to use BLE for the device design. But I read some documents that say BT classic is a...
Hello,
My 10031 dongle worked perfectly up to the point where I flashed it using MCP. I was able to run simple programs such as blinky, but now I cannot revert to the previous...
I want to set up an SPI communication between nRF51422 SOC (integrated on nRF51 DK) and Arduino board. I know that it is possible since I've read it in various posts and nRF51...
Hello,
I am developing a simple app for nRF51822 which sends notification data to a characteristic with a random value. All seems to work good but while testing in-depth...