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:
...
I want to handle at command in main.c file. How can you do it?
For example, how can you send "AT+COPS?" and received return value?
I tested simple_at program below, but...
Hello, community.
I am finding a point calling ADC_IRQHandler to modify the event_handler but I can't find the point calling the function. Where is the caller on ADC_IRQHandler...
I find the documentation completely opaque as to the meaning and intended application of what FDS calls "Files" and "Records".
It seems that what FDS calls a "File" bears...
Using nRFgp tool read the image back from device and save to hex file. I erase the flash with another device and try to programme the hex file, nRFgo shows
Application...
Hi, I am using a nrf52832 (MBT42Q) chip in my system. Suppose I want to drive a servo motor 45 degree, then how can I do this with pwm or any other process. Please help me...
Hi,
The title summarizes the question. I don't understand the difference between the record key and the record ID.
The documentation doesn't really help me understand...
hello, I want an example that support both Bluetooth Low Energy and 2.4 GHz proprietary , when the BLE is free, it can send with 2.4 GHz proprietary
where can I get this...
Hello, community.
I wonder Bluetooth 5.0 on nRF528xx can be used for file transfer. Bluetooth 5.0 has maximum 2Mbps, I expect that there is no problem to tranfer files such...
Hi all,
I am not sure if I am on the right track by comparing CryptoCell & Optiga TrustX Platform but I couldn't understand the difference exactly. What I understand is...
I am working on developing a UART driver. I am looking for APIs that support this. I see 3 sets of implementation examples:
1. nrf_serial
2. nrf_drv_uart
3. nrfx_uart...
Hello everyone,
I need to take a complete NRF52832 project with code written without the help of an IDE (using GCC and a hand-made Linker script) and make it available...
Hello,
After decided and tried porting nrf_esb from the example code to my project, now I am stuck with changing the content of the payload.
I changed the payload using...
hi, nordic engineers Now I am using the meshSDKv3.1.0 ,nrf52832 . When i test the mesh serial module , it seems not so good, is it a problem? reference to the documents ,...
Hi there
I am currently trying to retain the RAM that is being used by the Softdevice. More precisely the attribute table so that its content does not need to be set after...
i am trying to connect multi peripherals to single "central" and i am using nrf52832 as central, I am using multi link central example for multiple connections but i am not...