We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi! I would like to get adc sample from two different channels at the same time on my beacon (nrf1822), using the same interrupt. Is that possible?I mean I can use ADC_IRQhandler...
Hi,
It's a very simple question, is there a simple way to check GPIO pin status. I just want to know at a given time if the Pin is High/Low. I don't think I need an ISR...
Hi, I just started working on nRF52 with Bluetooth, and I have some concerns about DFU and security.
I’m working on a product equipped with an nRF52 and a MEMS microphone...
Hi!
I am using the NUS service and I noticed that Android 6 (Marshmallow) will not go faster that 47.5 ms. Even iOS can go to 30ms. My target is 7.5.
Am I doing something...
Hello,
I am using nRF52832 with S132 and SDK_11.0.0. I am facing issue with using power fail warning POFWARN. below is my code snap.
void POWER_CLOCK_IRQHandler(void...
Hi All.
I'd like to know how to turn off or on shockburst feature.
After I set auto ack & retry count, Tx successful interrupt occurs, even though receiver device is in...
I'm migrating an app from SDK8 to SDK11 and I'm getting errors using TWI to communicate with my IMU (Invensense 9250). I first tried it on a nRF52 DK (Eng B) and then went...
I've either got a bug in my code or the JLINK connection is dying. Either way it's a real headache to pinpoint and discover how to resolve. Knowing more about extracting info...
Hi, Now I use the NRF51822 ADC to sample VCC , 1.2V internal reference,internal prescaling 1/3.The PCB connection show as the pictrue .My application develop base on soft...
Hi,
I would like to make some measurements via I2C in radio_notification_evt_handler. Unfortunately, after executing a random number of measurements, the advertising stops...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
Hi,
I am wondering which frequency tolerance is acceptable for the HFXO, as in the product specification, p.105, a maximum value of +/- 40 ppm for Bluetooth low energy...
I am using a PCA10036 board, and the UART app library in SDK 0.9.2. I have sequestered all of my UART functions into one module. To keep things organized, I would prefer not...