Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hi,
nRF5_SDK_11.0.0_89a8197\examples\peripheral\saadc\pca10040\arm5_no_packs
Which timer is used in this example? RTC timer or Timer0-4 ?
I can not find it.
Thanks...
Hi,
I have used nRF51 DK board for 6 months well.
Then now, it isn't connected with nRFgoStudio since I have upgraded nRFgoStudio about 1 month ago.
Error message is no...
Is there any reason I can't have the radio notification run at priority 0? By definition it will never run at the same time as the lower stack, so it seems like I should be...
hi nordic
Have a code project sample shows the typical use Flash applications in data storage?
I see
[code]( infocenter.nordicsemi.com/index.jsp .
my code
`
#define...
If I have a high-priority interrupt (or a series of them) that runs long enough to completely mask a radio notification, then all further radio notifications appear inverted...
I bought two EZAIRO 7150 SL hybrid board, (which contains a MOTHERBOARD & DAUGHTERBOARD). As part of the problems we have been having trying to establish a wireless connection...
Hi, I am developing a software that connects to nRF51822 over UART. I donot have the physical device currently so I downloaded its Soft device under the impression that it...
Hi,I update my MDK from 4.7 to 5.0,my old project can open ,but can't find the device list.I want to use 5.0 and 4.7 at the same time,and I have installed the SDK6.0 when...
Hi, when I compile my project the linker gives me the following error:
._build\nrf51422_xxac_s130.axf: Error: L6200E: Symbol GPIOTE_IRQHandler multiply defined (by app_gpiote_fast_detect...
I am working with nRF52832 and SD 132 and SDK 11 (nRF5_SDK_11.0.0-2.alpha_bc3f6a0).
One of my BLE services has a characteristic with an attribute larger than 22 bytes. It...
i was working with a nrf51822 module.after about 50 that i programmed the chip with my jlink programmer (some time i program it with stlink V2) it be damaged and not worked...
I am designing a BLE device. Want to make the PCB as small as possible. to download the code/debug etc I need the a connecter on the board which can connect to the nrf52 preview...
Please excuse my ignorance, My company is designing in the nRF52832 for our first product using both ANT and BLE. From looking at the documentation on thisisant.com there...
I've got a strange problem with updating my Magnet-Characteristic.
I use a service with 4 characteristics (Gyro, Acc, Mag and Temp Values) and update them on a timer base...