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...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
I wanna implement this code for the app inventor, but there was several problem here. I can't use array or index for developing my trapezoidal method.. like this..
code...
Hi All,
We have build a BLE beacon device based on the nrf52 chip. The device works fine but we would like to get a finer control over the TX power since it is used for...
compiled nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_rscs example but will fail on adding chararteristics in char_add() setup: SEGGER Embedded Studio for ARM Release...
Hi guys,
I am trying to use a TM2001 amplifier ( Taiwan Microelectronics, google returns the PDF) to amplify the signal from an nRF24L01P.
The TM2001 seems to accept a...
Hi.
I want to create Bluetooth mesh network and I need that each of device at first must be provisionee, but if in a minute it hasn't been added in a network by provisioner...
Hi
I was designing a custom board for nrf52832. The 32MHZ crsytal mentioned in the refrence design of nrf52832 is not available on digi key. So I am ordering the below given...
Hello,
I have a string data and I want to get a part of it which start for example with "hello" and I want to get 20 characters after "hello".
(for more details I'm using...
in the demo of EnOcean switch translator client,there is just enocean_switch_nrf52832_xxAA_s132_6_0_0.emProject .is it use the same demo as client in the example of light...
Hi, I am using nrf SDK for mesh and try to add FreeRTOS , but after adding build failed because both has files with same name. Is it possible to work with FreeRTOS and nrf...
Hello;
I want to scan beacon devices (UUID infos) every second with Arduino Uno + nRF51822
I could not find a sample on the site. (Arduino Code)
Is it possible? Would...
I've gotten a good handle on how Gazell interacts with devices and the host, but I am running into an issue where there are higher rate of failures when using two devices...
I am using the proxy server and the proxy client example
Initially Proxy Client and Proxy Server are present in MESH network. Once the Proxy Client recycle the power ...
What was the reason for not making the context available for saadc-handlers?
Most handlers I stumbled on (twi and timer) either had a void* p_context or void* p_user_data...
Hi,
We are using nordic nRF52832 in our project as per our requirement we have to implement sleep and wake up mode with the help of button interrupt.our use case is that...